Skip to content

Commit

Permalink
Merge pull request #885 from eclipse-che/fix_tests
Browse files Browse the repository at this point in the history
fix: Some tests in minikube in version 1.18.1 is failing.
  • Loading branch information
flacatus authored Jul 1, 2021
2 parents 24ac45f + f290a53 commit f8fd11b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .ci/oci-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ runTests() {

initDefaults
overrideDefaults
initLatestTemplates
provisionOpenShiftOAuthUser
runTests
2 changes: 1 addition & 1 deletion .github/bin/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-backup-restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-olm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/minikube-operator-singlehost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-operator-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-stable-olm-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8fd11b

Please sign in to comment.