Skip to content

Commit

Permalink
add cortex 1.15.1 to compatibility test (#5313)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 authored May 1, 2023
1 parent 52d118d commit 654600d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
docker pull quay.io/cortexproject/cortex:v1.14.0
docker pull quay.io/cortexproject/cortex:v1.14.1
docker pull quay.io/cortexproject/cortex:v1.15.0
docker pull quay.io/cortexproject/cortex:v1.15.1
fi
docker pull memcached:1.6.1
docker pull redis:7.0.4-alpine
Expand Down
1 change: 1 addition & 0 deletions integration/backward_compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var (
"quay.io/cortexproject/cortex:v1.14.0": nil,
"quay.io/cortexproject/cortex:v1.14.1": nil,
"quay.io/cortexproject/cortex:v1.15.0": nil,
"quay.io/cortexproject/cortex:v1.15.1": nil,
}
)

Expand Down

0 comments on commit 654600d

Please sign in to comment.