Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -Eeuo pipefail
export OS_CLIENT_CONFIG_FILE="${SHARED_DIR}/clouds.yaml"
export PATH=/usr/libexec/origin:$PATH

declare TEST_ARGS=''
declare TEST_ARGS="${TEST_ARGS:-}"

# Force the IPv6 endpoint
if [[ "${CONFIG_TYPE}" == *"singlestackv6"* ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ ref:
It is suggested to test the regex to make sure that it matches with the available tests.
Tests can be listed by using 'openshift-tests run --dry-run (...)'. Sometimes, the tests
that are printed in Prow won't exactly match the list returned by openshift-tests.
- name: TEST_ARGS
default: ""
documentation: |-
Additional arguments to be passed to 'openshift-tests'
- name: CONFIG_TYPE
default: ''
documentation: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -Eeuo pipefail

export OS_CLIENT_CONFIG_FILE="${SHARED_DIR}/clouds.yaml"

declare TEST_ARGS=''
declare TEST_ARGS="${TEST_ARGS:-}"

# Force the IPv6 endpoint
if [[ "${CONFIG_TYPE}" == *"singlestackv6"* ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ref:
It is suggested to test the regex to make sure that it matches with the available tests.
Tests can be listed by using 'openshift-tests run --dry-run (...)'. Sometimes, the tests
that are printed in Prow won't exactly match the list returned by openshift-tests.
- name: TEST_ARGS
default: ""
documentation: |-
Additional arguments to be passed to 'openstack-tests'
- name: CONFIG_TYPE
default: ''
documentation: |
Expand Down