File tree Expand file tree Collapse file tree
ci-operator/step-registry/assisted/baremetal/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ cat > "${MAIN_PLAYBOOK}" <<-EOF
4747 hosts: primary
4848 gather_facts: yes
4949 vars:
50- test_type: "{{ lookup('env','TEST_TYPE') | default('minimal') }}"
5150 test_suite: "{{ lookup('env','TEST_SUITE') | default('openshift/conformance/parallel') }}"
5251 custom_test_list: "{{ lookup('env','CUSTOM_TEST_LIST') | default('') }}"
5352 minimal_test_list: "{{ lookup('env','MINIMAL_TEST_LIST') | default('') }}"
5453 extensive_test_list: "{{ lookup('env','EXTENSIVE_TEST_LIST') | default('') }}"
5554 test_provider: "{{ lookup('env','TEST_PROVIDER') | default('baremetal') }}"
5655 test_skips: "{{ lookup('env','TEST_SKIPS') | default('') }}"
5756 local_artifact_dir: "{{ lookup('env','ARTIFACT_DIR') | default('') }}"
57+ test_type: "none"
5858 remote_artifact_base_dir: "/tmp/artifacts"
5959 test_list_file: "/tmp/test-list"
6060 test_skips_file: "/tmp/test-skips"
You can’t perform that action at this time.
0 commit comments