mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Only run cluster tests on nightly tests, not nocluster tests (#6825)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user