Merge pull request #885 from eclipse-che/fix_tests
fix: Some tests in minikube in version 1.18.1 is failing.pull/745/head^2
commit
f8fd11b28e
|
|
@ -37,5 +37,6 @@ runTests() {
|
|||
|
||||
initDefaults
|
||||
overrideDefaults
|
||||
initLatestTemplates
|
||||
provisionOpenShiftOAuthUser
|
||||
runTests
|
||||
|
|
|
|||
|
|
@ -419,7 +419,7 @@ spec:
|
|||
nonProxyHosts: oauth-openshift.apps.$DOMAIN
|
||||
EOL
|
||||
|
||||
chectl server:deploy --installer=operator --platform=openshift --batch --che-operator-cr-patch-yaml=/tmp/che-cr-patch.yaml --che-operator-image ${OPERATOR_IMAGE}
|
||||
chectl server:deploy --installer=operator --platform=openshift --batch --templates=${TEMPLATES} --che-operator-cr-patch-yaml=/tmp/che-cr-patch.yaml --che-operator-image ${OPERATOR_IMAGE}
|
||||
oc get checluster eclipse-che -n eclipse-che -o yaml
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: sudo pip install yq
|
||||
- name: Provision Minikube cluster
|
||||
run: |
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.18.1/minikube-linux-amd64
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.21.0/minikube-linux-amd64
|
||||
sudo install minikube-linux-amd64 /usr/local/bin/minikube
|
||||
minikube start --memory=6000mb
|
||||
- name: Enable minikube addons
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: sudo pip install yq
|
||||
- name: Provision Minikube cluster
|
||||
run: |
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.18.1/minikube-linux-amd64
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.21.0/minikube-linux-amd64
|
||||
sudo install minikube-linux-amd64 /usr/local/bin/minikube
|
||||
minikube start --memory=6000mb
|
||||
- name: Enable minikube addons
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: sudo pip install yq
|
||||
- name: Provision Minikube cluster
|
||||
run: |
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.18.1/minikube-linux-amd64
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.21.0/minikube-linux-amd64
|
||||
sudo install minikube-linux-amd64 /usr/local/bin/minikube
|
||||
minikube start --memory=6000mb
|
||||
- name: Enable minikube addons
|
||||
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: sudo pip install yq
|
||||
- name: Provision Minikube cluster
|
||||
run: |
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.18.1/minikube-linux-amd64
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.21.0/minikube-linux-amd64
|
||||
sudo install minikube-linux-amd64 /usr/local/bin/minikube
|
||||
minikube start --memory=6000mb
|
||||
- name: Enable minikube addons
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: sudo pip install yq
|
||||
- name: Provision Minikube cluster
|
||||
run: |
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.18.1/minikube-linux-amd64
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.21.0/minikube-linux-amd64
|
||||
sudo install minikube-linux-amd64 /usr/local/bin/minikube
|
||||
minikube start --memory=6000mb
|
||||
- name: Enable minikube addons
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: sudo pip install yq
|
||||
- name: Provision Minikube cluster
|
||||
run: |
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.18.1/minikube-linux-amd64
|
||||
curl -LO https://storage.googleapis.com/minikube/releases/v1.21.0/minikube-linux-amd64
|
||||
sudo install minikube-linux-amd64 /usr/local/bin/minikube
|
||||
minikube start --memory=6000mb
|
||||
- name: Enable minikube addons
|
||||
|
|
|
|||
Loading…
Reference in New Issue