File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
ci-operator/step-registry/openshift/e2e/test Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,7 @@ if [[ "${CLUSTER_TYPE}" == gcp ]]; then
62
62
popd
63
63
fi
64
64
65
- test_suite=openshift/conformance/parallel
66
- if [[ -e " ${SHARED_DIR} /test-suite.txt" ]]; then
67
- test_suite=$( < " ${SHARED_DIR} /test-suite.txt" )
68
- fi
69
-
70
- openshift-tests run " ${test_suite} " \
65
+ openshift-tests " ${TEST_COMMAND} " " ${TEST_SUITE} " \
71
66
--provider " ${TEST_PROVIDER} " \
72
67
-o /tmp/artifacts/e2e.log \
73
68
--junit-dir /tmp/artifacts/junit
Original file line number Diff line number Diff line change 2
2
as : openshift-e2e-test
3
3
from : tests
4
4
commands : openshift-e2e-test-commands.sh
5
+ env :
6
+ - name : TEST_COMMAND
7
+ default : run
8
+ documentation : The test command to run. Use 'openshift-test --help' to list available commands.
9
+ - name : TEST_SUITE
10
+ default : openshift/conformance/parallel
11
+ documentation : The test suite to run. Use 'openshift-test TEST_COMMAND --help' to list available suites.
5
12
resources :
6
13
requests :
7
14
cpu : " 3"
You can’t perform that action at this time.
0 commit comments