File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6969 #
7070 # load Che-Code image into minikube
7171 #
72- minikube image load quay.io/eclipse/che-plugin-registry:next
7372 minikube image list --format table
7473
7574 # get patch file to set up resources
8180 chectl server:deploy \
8281 --batch \
8382 --platform minikube \
84- --k8spodwaittimeout=120000 \
85- --k8spodreadytimeout=120000 \
83+ --k8spoddownloadimagetimeout=300000 \
84+ --k8spodwaittimeout=240000 \
85+ --k8spodreadytimeout=240000 \
8686 --che-operator-cr-patch-yaml "/tmp/github-minikube-checluster-patch.yaml"
8787
8888 #
@@ -102,8 +102,11 @@ jobs:
102102
103103 - name : Run Devfile acceptance Workspace API test
104104 run : |
105+ kubectl create namespace eclipse-che-test
106+ kubectl config set-context --current --namespace=eclipse-che-test
105107 cd che/tests/e2e
106108 npm ci
109+ export TEST_NAMESPACE=che
107110 export TS_PLATFORM=kubernetes
108111 export MOCHA_DIRECTORY=api
109112 export TS_API_TEST_KUBERNETES_COMMAND_LINE_TOOL=kubectl
You can’t perform that action at this time.
0 commit comments