Skip to content

Commit

Permalink
Updates ci tests (#3142)
Browse files Browse the repository at this point in the history
* bump hashicorp vault

Signed-off-by: cpanato <[email protected]>

* sunset k8s 1.22 and 1.23 and add 1.26 asnd 1.27 releases

Signed-off-by: cpanato <[email protected]>

* update k8s release to 1.25

Signed-off-by: cpanato <[email protected]>

---------

Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Aug 15, 2023
1 parent b9831ca commit d1ef787
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-kms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: cpanato/vault-installer@4246c92b8f047fdb824eb7387d86b3c7806e2bf3 # v0.0.2
with:
vault-release: '1.12.2'
vault-release: '1.14.1'

- uses: imjasonh/setup-crane@00c9e93efa4e1138c9a7a5c594acd6c75a2fbf0c # v0.3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
check-latest: true

- uses: imjasonh/setup-crane@00c9e93efa4e1138c9a7a5c594acd6c75a2fbf0c # v0.3
- name: Run e2e_test_attach.sh

- name: Run e2e_test_attach.sh
shell: bash
run: ./test/e2e_test_attach.sh

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kind-e2e-insecure-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.22.x
- v1.23.x
- v1.24.x
- v1.25.x
- v1.26.x
- v1.27.x

env:
# https://github.com/google/go-containerregistry/pull/125 allows insecure registry for
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-verify-attestation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
k8s-version:
- v1.24.x
- v1.25.x
tuf-root:
- remote
- air-gap
Expand Down

0 comments on commit d1ef787

Please sign in to comment.