Add DEVFILE_REGISTRY env var for periodic tests (#6709)

* Add DEVFILE_REGISTRY env var for periodic tests

* Add SBO tests
This commit is contained in:
Philippe Martin
2023-04-03 17:47:29 +02:00
committed by GitHub
parent 252a77dde7
commit f0bf9ee1dd
4 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
export DEVFILE_REGISTRY=https://devfile-registry-ci-devfile-registry.odo-test-kubernetes-clust-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud/

View File

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

View File

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