Skip to content

Commit

Permalink
Merge pull request cortexproject#5667 from yeya24/add-missing-images-…
Browse files Browse the repository at this point in the history
…compatibility-test
  • Loading branch information
yeya24 authored Nov 21, 2023
2 parents 4693722 + 1a38f8e commit 050632f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ jobs:
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
docker pull quay.io/cortexproject/cortex:v1.15.2
docker pull quay.io/cortexproject/cortex:v1.15.3
docker pull quay.io/cortexproject/cortex:v1.16.0
fi
docker pull memcached:1.6.1
docker pull redis:7.0.4-alpine
Expand Down
3 changes: 3 additions & 0 deletions integration/backward_compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ var (
"quay.io/cortexproject/cortex:v1.14.1": nil,
"quay.io/cortexproject/cortex:v1.15.0": nil,
"quay.io/cortexproject/cortex:v1.15.1": nil,
"quay.io/cortexproject/cortex:v1.15.2": nil,
"quay.io/cortexproject/cortex:v1.15.3": nil,
"quay.io/cortexproject/cortex:v1.16.0": nil,
}
)

Expand Down

0 comments on commit 050632f

Please sign in to comment.