Skip to content

Commit

Permalink
Add DEVFILE_REGISTRY env var for periodic tests (redhat-developer#6709)
Browse files Browse the repository at this point in the history
* Add DEVFILE_REGISTRY env var for periodic tests

* Add SBO tests
  • Loading branch information
feloy authored Apr 3, 2023
1 parent 252a77d commit f0bf9ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/openshiftci-Nightly-SBO-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions scripts/openshiftci-config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export DEVFILE_REGISTRY=https://devfile-registry-ci-devfile-registry.odo-test-kubernetes-clust-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud/
2 changes: 2 additions & 0 deletions scripts/openshiftci-periodic-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions scripts/openshiftci-presubmit-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0bf9ee

Please sign in to comment.