Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add DEVFILE_REGISTRY env var for periodic tests (#6709)" #6725

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions scripts/openshiftci-Nightly-SBO-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ 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
2 changes: 0 additions & 2 deletions scripts/openshiftci-periodic-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ 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
4 changes: 3 additions & 1 deletion scripts/openshiftci-presubmit-all-tests.sh
rm3l marked this conversation as resolved.
Show resolved Hide resolved
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,8 +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
rm3l marked this conversation as resolved.
Show resolved Hide resolved

if [ "${ARCH}" == "s390x" ]; then
# Integration tests
make test-integration
Expand Down