mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
@@ -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
|
||||
|
||||
1
scripts/openshiftci-config.sh
Normal file
1
scripts/openshiftci-config.sh
Normal file
@@ -0,0 +1 @@
|
||||
export DEVFILE_REGISTRY=https://devfile-registry-ci-devfile-registry.odo-test-kubernetes-clust-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud/
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user