Commit 137e128
[test_operator] Fix stackviz script path for adoption jobs
Use cifmw_repo variable instead of playbook_dir to reference the
stackviz generation script. This fixes failures in adoption jobs where
playbooks are executed from rdo-jobs repository, causing playbook_dir
to point to the wrong location.
The cifmw_repo variable always points to the ci-framework checkout
directory, ensuring the script is found regardless of where the
playbook is executed from.
Fixes stackviz generation in periodic-internal-adoption-* jobs.
Signed-off-by: sauragar <sauragar@redhat.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 5041599 commit 137e128
File tree
2 files changed
+3
-3
lines changed- roles/test_operator/tasks
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments