Skip to content

Commit 050632f

Browse files
authored
Merge pull request #5667 from yeya24/add-missing-images-compatibility-test
2 parents 4693722 + 1a38f8e commit 050632f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ jobs:
158158
docker pull quay.io/cortexproject/cortex:v1.14.1
159159
docker pull quay.io/cortexproject/cortex:v1.15.0
160160
docker pull quay.io/cortexproject/cortex:v1.15.1
161+
docker pull quay.io/cortexproject/cortex:v1.15.2
162+
docker pull quay.io/cortexproject/cortex:v1.15.3
163+
docker pull quay.io/cortexproject/cortex:v1.16.0
161164
fi
162165
docker pull memcached:1.6.1
163166
docker pull redis:7.0.4-alpine

integration/backward_compatibility_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ var (
3333
"quay.io/cortexproject/cortex:v1.14.1": nil,
3434
"quay.io/cortexproject/cortex:v1.15.0": nil,
3535
"quay.io/cortexproject/cortex:v1.15.1": nil,
36+
"quay.io/cortexproject/cortex:v1.15.2": nil,
37+
"quay.io/cortexproject/cortex:v1.15.3": nil,
38+
"quay.io/cortexproject/cortex:v1.16.0": nil,
3639
}
3740
)
3841

0 commit comments

Comments
 (0)