Skip to content

Commit

Permalink
Use IBM Devfile registry for InterOP testing
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <pvala@redhat.com>
  • Loading branch information
valaparthvi committed Apr 12, 2023
1 parent dc7b4d5 commit a4527aa
Show file tree
Hide file tree
Showing 2 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/
4 changes: 4 additions & 0 deletions scripts/openshiftci-presubmit-all-tests.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -32,6 +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
Expand Down

0 comments on commit a4527aa

Please sign in to comment.