Revert "Add DEVFILE_REGISTRY env var for periodic tests (#6709)" (#6725)

* Revert "Add DEVFILE_REGISTRY env var for periodic tests (#6709)"

This reverts commit f0bf9ee1dd.

* Use IBM Devfile registry for InterOP testing

Signed-off-by: Parthvi Vala <pvala@redhat.com>

---------

Signed-off-by: Parthvi Vala <pvala@redhat.com>
This commit is contained in:
Parthvi Vala
2023-04-12 16:51:57 +05:30
committed by GitHub
parent e6a7f0253b
commit 431725543a
3 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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