Browse Source

ci: fix a few missed Envoy version changes in latest bump (#21300)

pull/21303/head
Michael Zalimeni 5 months ago committed by GitHub
parent
commit
7ac9b1f985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/nightly-test-integrations-1.19.x.yml
  2. 6
      .github/workflows/nightly-test-integrations.yml

2
.github/workflows/nightly-test-integrations-1.19.x.yml

@ -109,7 +109,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
envoy-version: ["1.26.8", "1.27.6", "1.28.5", "1.29.5"] envoy-version: ["1.26.8", "1.27.6", "1.28.4", "1.29.5"]
xds-target: ["server", "client"] xds-target: ["server", "client"]
test-cases: ${{ fromJSON(needs.generate-envoy-job-matrices.outputs.envoy-matrix) }} test-cases: ${{ fromJSON(needs.generate-envoy-job-matrices.outputs.envoy-matrix) }}
env: env:

6
.github/workflows/nightly-test-integrations.yml

@ -206,8 +206,8 @@ jobs:
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
# ENVOY_VERSION should be the latest version upported by all # ENVOY_VERSION should be the latest version upported by all
# consul versions in the matrix.consul-version, since we are testing upgrade from # consul versions in the matrix.consul-version, since we are testing upgrade from
# an older consul version, e.g., 1.27.5 is supported by both 1.16 and 1.17. # an older consul version, e.g., 1.27.x is supported by both 1.17 and 1.18.
ENVOY_VERSION: "1.27.5" ENVOY_VERSION: "1.27.6"
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
@ -329,7 +329,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
consul-version: [ "1.16", "1.17"] consul-version: [ "1.17", "1.18"]
env: env:
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }} CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
steps: steps:

Loading…
Cancel
Save