Skip to content

Commit

Permalink
chore: upgrade versions of integration test tooling (#9574)
Browse files Browse the repository at this point in the history
* chore: upgrade versions of integration test tooling

* test: update the URL to container-structure-test
  • Loading branch information
plumpy authored Dec 16, 2024
1 parent f185889 commit 1f7db8d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
kustomize_version: [5.0.3]
ko_version: [0.4.0]
kompose_version: [1.21.0]
kpt_version: [1.0.0-beta.24]
minikube_version: [1.30.1]
gcloud_sdk_version: [410.0.0]
container_structure_tests_version: [1.8.0]
kustomize_version: [5.5.0]
ko_version: [0.17.1]
kompose_version: [1.34.0]
kpt_version: [1.0.0-beta.55]
minikube_version: [1.34.0]
gcloud_sdk_version: [502.0.0]
container_structure_tests_version: [1.19.3]
integration_test_partitions: [0, 1, 2, 3]
steps:

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install Container Structure Test
if: ${{ env.NON_DOCS_FILES_CHANGED != 0 }}
run: |
wget -O container-structure-test https://storage.googleapis.com/container-structure-test/v${{ matrix.container_structure_tests_version }}/container-structure-test-linux-amd64 && chmod +x container-structure-test
wget -O container-structure-test https://github.com/GoogleContainerTools/container-structure-test/releases/download/v${{ matrix.container_structure_tests_version }}/container-structure-test-linux-amd64 && chmod +x container-structure-test
sudo mv container-structure-test /usr/local/bin/
- name: Setup other files and permissions
Expand Down

0 comments on commit 1f7db8d

Please sign in to comment.