Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,8 @@ jobs:
docker pull consul:1.8.4
docker pull gcr.io/etcd-development/etcd:v3.4.7
if [ "$TEST_TAGS" = "integration_backward_compatibility" ]; then
docker pull quay.io/cortexproject/cortex:v1.13.2
docker pull quay.io/cortexproject/cortex:v1.14.1
docker pull quay.io/cortexproject/cortex:v1.15.3
docker pull quay.io/cortexproject/cortex:v1.16.1
docker pull quay.io/cortexproject/cortex:v1.17.1
docker pull quay.io/cortexproject/cortex:v1.17.2
docker pull quay.io/cortexproject/cortex:v1.18.1
docker pull quay.io/cortexproject/cortex:v1.19.1
docker pull quay.io/cortexproject/cortex:v1.20.0
Expand Down
8 changes: 3 additions & 5 deletions integration/backward_compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ var (
// Per https://cortexmetrics.io/docs/configuration/v1guarantees/#flags-config-and-minor-version-upgrades,
// we only need to support backward compatibility for the last 3 minor versions.
previousVersionImages = map[string]*versionsImagesFlags{
"quay.io/cortexproject/cortex:v1.16.0": nil,
"quay.io/cortexproject/cortex:v1.16.1": nil,
"quay.io/cortexproject/cortex:v1.17.0": nil,
"quay.io/cortexproject/cortex:v1.17.1": nil,
"quay.io/cortexproject/cortex:v1.18.0": nil,
"quay.io/cortexproject/cortex:v1.17.2": nil,
"quay.io/cortexproject/cortex:v1.18.1": nil,
"quay.io/cortexproject/cortex:v1.19.0": nil,
"quay.io/cortexproject/cortex:v1.19.1": nil,
"quay.io/cortexproject/cortex:v1.20.0": nil,
}
)

Expand Down
Loading