Skip to content

Commit 3a6acd5

Browse files
committed
Set scenario dir in job config
1 parent 74f1bfa commit 3a6acd5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

zuul.d/jobs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
vars:
5555
cloud_name: vexxhost
5656
scenario: sno-2-bm
57+
scenario_dir: >-
58+
{{
59+
[
60+
ansible_user_dir,
61+
zuul.projects['github.com/openstack-k8s-operators/hotstack'].src_dir,
62+
'scenarios'
63+
] | ansible.builtin.path_join
64+
}}
5765
run:
5866
- ci/playbooks/run-deploy.yml
5967
- ci/playbooks/run-tests.yml

0 commit comments

Comments
 (0)