Skip to content

Commit 22825cb

Browse files
plumpyericzzzzzzz
andauthored
chore: configure minikube to a static version in github ci (#8951) (#8954)
* chore: .. * chore: make minikube version a variable (cherry picked from commit 27dea2e) Co-authored-by: ericzzzzzzz <[email protected]>
1 parent ae5cd52 commit 22825cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/integration-linux.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
ko_version: [0.4.0]
2121
kompose_version: [1.21.0]
2222
kpt_version: [1.0.0-beta.24]
23+
minikube_version: [1.30.1]
2324
gcloud_sdk_version: [410.0.0]
2425
container_structure_tests_version: [1.8.0]
2526
integration_test_partitions: [0, 1, 2, 3]
@@ -111,10 +112,10 @@ jobs:
111112
echo '{}' > ${HOME}/.docker/config.json
112113
mkdir -p ${HOME}/.m2/ && cp ./hack/maven/settings.xml ${HOME}/.m2/settings.xml
113114
114-
- name: Install Minikube from minikube master branch @HEAD and start cluster
115+
- name: Install Minikube and start cluster
115116
if: ${{ env.NON_DOCS_FILES_CHANGED != 0 }}
116117
run: |
117-
curl -Lo minikube https://storage.googleapis.com/minikube-builds/master/minikube-linux-amd64
118+
curl -Lo minikube https://github.com/kubernetes/minikube/releases/download/v${{ matrix.minikube_version }}/minikube-linux-amd64
118119
sudo install minikube /usr/local/bin/minikube
119120
minikube start --profile=minikube --driver=docker
120121

0 commit comments

Comments
 (0)