You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.travis.yml: run tests on openshift cluster (#475)
* .travis.yml: run tests on openshift cluster
Use `oc cluster up` for openshift cluster instead of minikube
* .travis.yml,hack/ci: run minikube and openshift in parallel
* test/e2e/memcached_test.go: increase up local timeout
* test/e2e/memcached_test.go: run e2e tests sequentially
The up local test still fails with a 100 second timeout. Instead,
we run the tests sequentially to reduce load. The cluster test
runs first, which also populates the GOCACHE, so the up local test
shouldn't take too long to start after that.
0 commit comments