Skip to content

Commit

Permalink
ci-ipsec-upgrade: Check for erros when upgrading
Browse files Browse the repository at this point in the history
[ upstream commit 38a705b ]

See cilium/cilium-cli#2110.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
brb authored and tklauser committed Nov 24, 2023
1 parent 6b369fe commit 8dd8379
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests-ipsec-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ concurrency:

env:
# renovate: datasource=github-releases depName=cilium/cilium-cli
cilium_cli_version: v0.15.5
cilium_cli_version: v0.15.14
cilium_cli_ci_version:
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
cilium_stable_version: 1.11
Expand Down Expand Up @@ -259,8 +259,7 @@ jobs:
with:
job-name: ipsec-upgrade-${{ matrix.name }}
# Disable no-missed-tail-calls due to https://github.com/cilium/cilium/issues/26739
# Disable check-log-errors due to https://github.com/cilium/cilium-cli/issues/1858
extra-connectivity-test-flags: --test '!no-missed-tail-calls,!check-log-errors'
extra-connectivity-test-flags: --test '!no-missed-tail-calls'
operation-cmd: |
cd /host/
Expand All @@ -276,8 +275,7 @@ jobs:
with:
job-name: ipsec-downgrade-${{ matrix.name }}
# Disable no-missed-tail-calls due to https://github.com/cilium/cilium/issues/26739
# Disable check-log-errors due to https://github.com/cilium/cilium-cli/issues/1858
extra-connectivity-test-flags: --test '!no-missed-tail-calls,!check-log-errors'
extra-connectivity-test-flags: --test '!no-missed-tail-calls'
operation-cmd: |
cd /host/
Expand Down

0 comments on commit 8dd8379

Please sign in to comment.