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
|
# Check login user name for debugging purpose
|
||||||
oc whoami
|
oc whoami
|
||||||
|
|
||||||
# Operatorhub integration tests
|
# Cluster related integration tests
|
||||||
make test-integration
|
make test-integration-cluster
|
||||||
make test-e2e
|
make test-e2e
|
||||||
|
|
||||||
oc logout
|
oc logout
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ oc login -u developer -p password@123 --insecure-skip-tls-verify
|
|||||||
# Check login user name for debugging purpose
|
# Check login user name for debugging purpose
|
||||||
oc whoami
|
oc whoami
|
||||||
|
|
||||||
# Integration tests
|
# Cluster related Integration tests
|
||||||
make test-integration || error=true
|
make test-integration-cluster || error=true
|
||||||
|
|
||||||
# E2e tests
|
# E2e tests
|
||||||
make test-e2e || error=true
|
make test-e2e || error=true
|
||||||
|
|||||||
Reference in New Issue
Block a user