Skip to content

Commit c36be53

Browse files
yeya24alexqyle
authored andcommitted
add cortex 1.15.1 to compatibility test (#5313)
Signed-off-by: Ben Ye <[email protected]> Signed-off-by: Alex Le <[email protected]>
1 parent d348111 commit c36be53

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
docker pull quay.io/cortexproject/cortex:v1.14.0
158158
docker pull quay.io/cortexproject/cortex:v1.14.1
159159
docker pull quay.io/cortexproject/cortex:v1.15.0
160+
docker pull quay.io/cortexproject/cortex:v1.15.1
160161
fi
161162
docker pull memcached:1.6.1
162163
docker pull redis:7.0.4-alpine

integration/backward_compatibility_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ var (
3232
"quay.io/cortexproject/cortex:v1.14.0": nil,
3333
"quay.io/cortexproject/cortex:v1.14.1": nil,
3434
"quay.io/cortexproject/cortex:v1.15.0": nil,
35+
"quay.io/cortexproject/cortex:v1.15.1": nil,
3536
}
3637
)
3738

0 commit comments

Comments
 (0)