Skip to content

Commit 3565a31

Browse files
authored
clean up older compatibility test images (#5687)
Signed-off-by: Ben Ye <benye@amazon.com>
1 parent f9f956b commit 3565a31

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,6 @@ jobs:
146146
docker pull consul:1.8.4
147147
docker pull gcr.io/etcd-development/etcd:v3.4.7
148148
if [ "$TEST_TAGS" = "integration_backward_compatibility" ]; then
149-
docker pull quay.io/cortexproject/cortex:v1.6.0
150-
docker pull quay.io/cortexproject/cortex:v1.7.0
151-
docker pull quay.io/cortexproject/cortex:v1.8.0
152-
docker pull quay.io/cortexproject/cortex:v1.9.0
153-
docker pull quay.io/cortexproject/cortex:v1.10.0
154-
docker pull quay.io/cortexproject/cortex:v1.11.1
155149
docker pull quay.io/cortexproject/cortex:v1.13.1
156150
docker pull quay.io/cortexproject/cortex:v1.13.2
157151
docker pull quay.io/cortexproject/cortex:v1.14.0

integration/backward_compatibility_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ var (
2121
// If you change the image tag, remember to update it in the preloading done
2222
// by GitHub Actions too (see .github/workflows/test-build-deploy.yml).
2323
previousVersionImages = map[string]func(map[string]string) map[string]string{
24-
"quay.io/cortexproject/cortex:v1.6.0": preCortex110Flags,
25-
"quay.io/cortexproject/cortex:v1.7.0": preCortex110Flags,
26-
"quay.io/cortexproject/cortex:v1.8.0": preCortex110Flags,
27-
"quay.io/cortexproject/cortex:v1.9.0": preCortex110Flags,
28-
"quay.io/cortexproject/cortex:v1.10.0": nil,
29-
"quay.io/cortexproject/cortex:v1.11.1": nil,
3024
"quay.io/cortexproject/cortex:v1.13.1": nil,
3125
"quay.io/cortexproject/cortex:v1.13.2": nil,
3226
"quay.io/cortexproject/cortex:v1.14.0": nil,

0 commit comments

Comments
 (0)