-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump multus, cilium and flannel charts
Signed-off-by: manuelbuil <[email protected]>
- Loading branch information
1 parent
6256284
commit 6c8b524
Showing
4 changed files
with
21 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,12 +75,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 1 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: 'go.mod' | ||
cache-dependency-path: | | ||
**/go.sum | ||
**/go.mod | ||
- name: Install Go | ||
uses: ./.github/actions/setup-go | ||
- name: Setup Build Directories | ||
run: | | ||
mkdir -p ./bin ./build/images | ||
|
@@ -109,13 +105,6 @@ jobs: | |
- name: On Failure, Dump Server Logs | ||
if: ${{ failure() }} | ||
run: cat ./tests/integration/${{ matrix.itest }}/r2log.txt | ||
- name: On Failure, Launch Debug Session | ||
uses: dereknola/[email protected] | ||
if: ${{ failure() }} | ||
with: | ||
## If no one connects after 5 minutes, shut down server. | ||
wait-timeout-minutes: 5 | ||
limit-access-to-actor: true | ||
|
||
e2e: | ||
name: "E2E Tests" | ||
|
@@ -125,7 +114,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
etest: [dnscache] | ||
etest: [dnscache, kine] | ||
max-parallel: 3 | ||
steps: | ||
- name: "Checkout" | ||
|
@@ -144,10 +133,7 @@ jobs: | |
run: vagrant plugin install vagrant-rke2 vagrant-reload vagrant-scp | ||
|
||
- name: Install Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: 'go.mod' | ||
cache: false | ||
uses: ./.github/actions/setup-go | ||
- name: Install Kubectl | ||
run: | | ||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" | ||
|
@@ -169,10 +155,3 @@ jobs: | |
run: | | ||
cd tests/e2e/${{ matrix.etest }} | ||
go test -v -timeout=45m ./${{ matrix.etest}}_test.go -ci -local | ||
- name: On Failure, Launch Debug Session | ||
uses: dereknola/[email protected] | ||
if: ${{ failure() }} | ||
with: | ||
## If no one connects after 5 minutes, shut down server. | ||
wait-timeout-minutes: 5 | ||
limit-access-to-actor: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters