File tree Expand file tree Collapse file tree
collection/stages/roles/cpms_test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ cpms_test_results_dir: "{{ artifacts_dir }}/cpms_test-results"
66cpms_test_testsuite_name : cpms
77cpms_tests_go_version : " {{ tests.default_go_version_target }}"
88cpms_test_junit_filename : junit_control_plane_machine_set_operator.xml
9+ cpms_test_suites :
10+ - e2e-presubmit
Original file line number Diff line number Diff line change 99 results_dir : " {{ cpms_test_results_dir }}"
1010 go_version_target : " {{ cpms_tests_go_version }}"
1111
12- - name : Run CPMS e2e-presubmit tests
12+ - name : Run CPMS {{ item }} tests
1313 ansible.builtin.include_tasks : run_cpms_test.yml
1414 vars :
15- cpms_tests_type : e2e-presubmit
16-
17- - name : Run CPMS e2e-periodic tests
18- ansible.builtin.include_tasks : run_cpms_test.yml
19- vars :
20- cpms_tests_type : e2e-periodic
15+ cpms_tests_type : " {{ item }}"
16+ loop : " {{ cpms_test_suites }}"
2117
2218- name : Remove the source directory after tests complete
2319 ansible.builtin.file :
You can’t perform that action at this time.
0 commit comments