mirror of
https://github.com/status-im/consul.git
synced 2025-02-20 09:28:34 +00:00
chore: bump upgrade integrations tests to 1.15, 116 [NET-4743] (#18130)
This commit is contained in:
parent
691bc9673a
commit
05b665e856
4
.github/workflows/test-integrations.yml
vendored
4
.github/workflows/test-integrations.yml
vendored
@ -22,7 +22,7 @@ env:
|
|||||||
GOTESTSUM_VERSION: "1.10.1"
|
GOTESTSUM_VERSION: "1.10.1"
|
||||||
CONSUL_BINARY_UPLOAD_NAME: consul-bin
|
CONSUL_BINARY_UPLOAD_NAME: consul-bin
|
||||||
# strip the hashicorp/ off the front of github.repository for consul
|
# strip the hashicorp/ off the front of github.repository for consul
|
||||||
CONSUL_LATEST_IMAGE_NAME: ${{ endsWith(github.repository, '-enterprise') && github.repository || 'consul' }}
|
CONSUL_LATEST_IMAGE_NAME: ${{ endsWith(github.repository, '-enterprise') && github.repository || 'hashicorp/consul' }}
|
||||||
GOPRIVATE: github.com/hashicorp # Required for enterprise deps
|
GOPRIVATE: github.com/hashicorp # Required for enterprise deps
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -479,7 +479,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
consul-version: [ "1.14", "1.15"]
|
consul-version: [ "1.15", "1.16"]
|
||||||
env:
|
env:
|
||||||
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
|
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
|
||||||
ENVOY_VERSION: "1.24.6"
|
ENVOY_VERSION: "1.24.6"
|
||||||
|
@ -24,7 +24,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultImageNameOSS = "consul"
|
DefaultImageNameOSS = "hashicorp/consul"
|
||||||
DefaultImageNameENT = "hashicorp/consul-enterprise"
|
DefaultImageNameENT = "hashicorp/consul-enterprise"
|
||||||
ImageVersionSuffixENT = "-ent"
|
ImageVersionSuffixENT = "-ent"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user