Integration tests: Declare devfile volumes as ephemeral (#6356)

* Declare devfile volumes as ephemeral + run persistent volumes on Openshift only

* Disable e2e test on Kubernetes
This commit is contained in:
Philippe Martin
2022-11-29 13:49:14 +01:00
committed by GitHub
parent 40a26748b9
commit 35e3cc3edb
8 changed files with 32 additions and 10 deletions

View File

@@ -16,7 +16,6 @@ export SKIP_USER_LOGIN_TESTS=true
echo Using Devfile proxy: ${DEVFILE_PROXY}
make install
make test-integration-cluster
make test-e2e
) |& tee "/tmp/${LOGFILE}"
RESULT=${PIPESTATUS[0]}