Skip to content

Commit

Permalink
Backport of chore: bump upgrade integrations tests to 1.15, 116 [NET-…
Browse files Browse the repository at this point in the history
…4743] into release/1.15.x (#18147)

Co-authored-by: Nick Irvine <[email protected]>
  • Loading branch information
1 parent c940dac commit 7a10f95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ env:
GOTESTSUM_VERSION: "1.10.1"
CONSUL_BINARY_UPLOAD_NAME: consul-bin
# strip the hashicorp/ off the front of github.repository for consul
CONSUL_LATEST_IMAGE_NAME: ${{ github.repository }}
CONSUL_LATEST_IMAGE_NAME: ${{ endsWith(github.repository, '-enterprise') && github.repository || 'hashicorp/consul' }}
GOPRIVATE: github.com/hashicorp # Required for enterprise deps

jobs:
setup:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/consul-container/libs/utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
)

const (
DefaultImageNameOSS = "consul"
DefaultImageNameOSS = "hashicorp/consul"
DefaultImageNameENT = "hashicorp/consul-enterprise"
ImageVersionSuffixENT = "-ent"
)
Expand Down

0 comments on commit 7a10f95

Please sign in to comment.