diff --git a/scripts/openshiftci-Nightly-SBO-tests.sh b/scripts/openshiftci-Nightly-SBO-tests.sh index 366e8b24f..200a46c0c 100755 --- a/scripts/openshiftci-Nightly-SBO-tests.sh +++ b/scripts/openshiftci-Nightly-SBO-tests.sh @@ -27,6 +27,8 @@ oc login -u developer -p password@123 --insecure-skip-tls-verify # Check login user name for debugging purpose oc whoami +source ./scripts/openshiftci-config.sh + # Operatorhub integration tests make test-integration make test-e2e diff --git a/scripts/openshiftci-config.sh b/scripts/openshiftci-config.sh new file mode 100644 index 000000000..0f3c8cfcd --- /dev/null +++ b/scripts/openshiftci-config.sh @@ -0,0 +1 @@ +export DEVFILE_REGISTRY=https://devfile-registry-ci-devfile-registry.odo-test-kubernetes-clust-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud/ diff --git a/scripts/openshiftci-periodic-tests.sh b/scripts/openshiftci-periodic-tests.sh index 0be5bba7e..5b4b66bfe 100755 --- a/scripts/openshiftci-periodic-tests.sh +++ b/scripts/openshiftci-periodic-tests.sh @@ -26,6 +26,8 @@ oc login -u developer -p password@123 --insecure-skip-tls-verify # Check login user name for debugging purpose oc whoami +source ./scripts/openshiftci-config.sh + # Integration tests make test-integration || error=true diff --git a/scripts/openshiftci-presubmit-all-tests.sh b/scripts/openshiftci-presubmit-all-tests.sh index a0e7f7332..487075300 100755 --- a/scripts/openshiftci-presubmit-all-tests.sh +++ b/scripts/openshiftci-presubmit-all-tests.sh @@ -32,6 +32,8 @@ oc login -u developer -p password@123 --insecure-skip-tls-verify # Check login user name for debugging purpose oc whoami +source ./scripts/openshiftci-config.sh + if [ "${ARCH}" == "s390x" ]; then # Integration tests make test-integration