Skip to content

Commit

Permalink
clean up older compatibility test images (#5687)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 authored Dec 11, 2023
1 parent f9f956b commit 3565a31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,6 @@ 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.6.0
docker pull quay.io/cortexproject/cortex:v1.7.0
docker pull quay.io/cortexproject/cortex:v1.8.0
docker pull quay.io/cortexproject/cortex:v1.9.0
docker pull quay.io/cortexproject/cortex:v1.10.0
docker pull quay.io/cortexproject/cortex:v1.11.1
docker pull quay.io/cortexproject/cortex:v1.13.1
docker pull quay.io/cortexproject/cortex:v1.13.2
docker pull quay.io/cortexproject/cortex:v1.14.0
Expand Down
6 changes: 0 additions & 6 deletions integration/backward_compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ var (
// If you change the image tag, remember to update it in the preloading done
// by GitHub Actions too (see .github/workflows/test-build-deploy.yml).
previousVersionImages = map[string]func(map[string]string) map[string]string{
"quay.io/cortexproject/cortex:v1.6.0": preCortex110Flags,
"quay.io/cortexproject/cortex:v1.7.0": preCortex110Flags,
"quay.io/cortexproject/cortex:v1.8.0": preCortex110Flags,
"quay.io/cortexproject/cortex:v1.9.0": preCortex110Flags,
"quay.io/cortexproject/cortex:v1.10.0": nil,
"quay.io/cortexproject/cortex:v1.11.1": nil,
"quay.io/cortexproject/cortex:v1.13.1": nil,
"quay.io/cortexproject/cortex:v1.13.2": nil,
"quay.io/cortexproject/cortex:v1.14.0": nil,
Expand Down

0 comments on commit 3565a31

Please sign in to comment.