Skip to content

Commit

Permalink
Only run cluster tests on nightly tests, not nocluster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed May 19, 2023
1 parent cd11d3c commit f4a9775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/openshiftci-Nightly-SBO-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ oc login -u developer -p password@123 --insecure-skip-tls-verify
# Check login user name for debugging purpose
oc whoami

# Operatorhub integration tests
make test-integration
# Cluster related integration tests
make test-integration-cluster
make test-e2e

oc logout
4 changes: 2 additions & 2 deletions scripts/openshiftci-periodic-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ oc login -u developer -p password@123 --insecure-skip-tls-verify
# Check login user name for debugging purpose
oc whoami

# Integration tests
make test-integration || error=true
# Cluster related Integration tests
make test-integration-cluster || error=true

# E2e tests
make test-e2e || error=true
Expand Down

0 comments on commit f4a9775

Please sign in to comment.