mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
chore(CI): Fix potentially flaky tests
This commit is contained in:
@@ -30,7 +30,6 @@ export KUBECONFIG=$TMP_DIR/kubeconfig
|
||||
|
||||
# Login as developer
|
||||
oc login -u developer -p password@123 --insecure-skip-tls-verify
|
||||
|
||||
# Check login user name for debugging purpose
|
||||
oc whoami
|
||||
|
||||
@@ -40,6 +39,10 @@ source ./scripts/openshiftci-config.sh
|
||||
# Integration tests
|
||||
make test-integration-openshift || error=true
|
||||
|
||||
# Login again (in case the token expires for some reason)
|
||||
oc login -u developer -p password@123 --insecure-skip-tls-verify || true
|
||||
oc whoami
|
||||
|
||||
# E2e tests
|
||||
make test-e2e || error=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user