Skip to content

Commit 2164dca

Browse files
committed
NO-ISSUE: disable openshift conformance tests
1 parent 47e38cb commit 2164dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-operator/step-registry/assisted/baremetal/test/assisted-baremetal-test-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)