We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce04e6 commit da7c3dfCopy full SHA for da7c3df
1 file changed
collection/stages/roles/cpms_test/tasks/run_cpms_test.yml
@@ -45,7 +45,7 @@
45
dest: "{{ cpms_results_subdir }}/junit_e2e_{{ cpms_tests_type }}.xml"
46
remote_src: yes
47
mode: u=rw,g=rw,o=r
48
- when: cpms_results_subdir + '/' + cpms_test_junit_filename is file
+ when: (cpms_results_subdir + '/' + cpms_test_junit_filename) is file
49
50
- name: Post openshift-test
51
ansible.builtin.include_role:
@@ -56,4 +56,4 @@
56
key_for_filtering_results: "cpms"
57
test_name: "{{ cpms_test_name }}-{{ cpms_tests_type }}"
58
results_dir: "{{ cpms_results_subdir }}"
59
0 commit comments