Skip to content

Commit

Permalink
Use seperate test_operator artifacts basedir for update test run
Browse files Browse the repository at this point in the history
Save test_operator test runs to seperate test_operator_update dir
to prevent overriding test_operators deployment run results with
update run.
  • Loading branch information
ciecierski committed Aug 6, 2024
1 parent 5c9cff6 commit bd7440d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update-edpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
vars:
pre_tests: "{{ (lookup('vars', 'pre_tempest', default=[])) }}"
post_tests: "{{ (lookup('vars', 'post_tempest', default=[])) }}"
cifmw_test_operator_artifacts_basedir: "{{ cifmw_basedir|default(ansible_user_dir ~ '/ci-framework-data') }}/tests/test_operator_update"
when:
- cifmw_run_tests | default('false') | bool
tags:
Expand Down

0 comments on commit bd7440d

Please sign in to comment.