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
Flavius Lacatusu 2021-07-01 15:54:19 +02:00 committed by GitHub
commit f8fd11b28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 7 deletions

View File

@ -37,5 +37,6 @@ runTests() {
initDefaults
overrideDefaults
initLatestTemplates
provisionOpenShiftOAuthUser
runTests

View File

@ -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
}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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