Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 929a36b into 252a77d
Browse files Browse the repository at this point in the history
feloy authored Apr 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 252a77d + 929a36b commit cf90e07
Showing 3 changed files with 5 additions and 0 deletions.
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
@@ -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

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

0 comments on commit cf90e07

Please sign in to comment.