diff --git a/scripts/openshiftci-Nightly-SBO-tests.sh b/scripts/openshiftci-Nightly-SBO-tests.sh index 200a46c0c38..366e8b24f1a 100755 --- a/scripts/openshiftci-Nightly-SBO-tests.sh +++ b/scripts/openshiftci-Nightly-SBO-tests.sh @@ -27,8 +27,6 @@ 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-periodic-tests.sh b/scripts/openshiftci-periodic-tests.sh index 5b4b66bfe49..0be5bba7ead 100755 --- a/scripts/openshiftci-periodic-tests.sh +++ b/scripts/openshiftci-periodic-tests.sh @@ -26,8 +26,6 @@ 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 48707530018..cc43c8ab419 100755 --- a/scripts/openshiftci-presubmit-all-tests.sh +++ b/scripts/openshiftci-presubmit-all-tests.sh @@ -1,5 +1,7 @@ #!/bin/sh +# This file is used for InterOP testing, i.e. testing odo with unreleased OpenShift versions. + # fail if some commands fails set -e # show commands @@ -32,8 +34,8 @@ oc login -u developer -p password@123 --insecure-skip-tls-verify # Check login user name for debugging purpose oc whoami +# We want to use a stable Devfile registry for InterOP testing, and so we use the custom Devfile Registry setup on IBM cloud source ./scripts/openshiftci-config.sh - if [ "${ARCH}" == "s390x" ]; then # Integration tests make test-integration