Skip to content

Commit 46e6404

Browse files
authored
Adding compatibility tests for 1.13 and 1.14 (#5015)
* Adding compacibility tests for 1.13 and 1.14 Signed-off-by: Alan Protasio <[email protected]> * Preloading images Signed-off-by: Alan Protasio <[email protected]> Signed-off-by: Alan Protasio <[email protected]>
1 parent 734b0c7 commit 46e6404

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ jobs:
132132
docker pull quay.io/cortexproject/cortex:v1.9.0
133133
docker pull quay.io/cortexproject/cortex:v1.10.0
134134
docker pull quay.io/cortexproject/cortex:v1.11.1
135+
docker pull quay.io/cortexproject/cortex:v1.13.1
136+
docker pull quay.io/cortexproject/cortex:v1.14.0
135137
docker pull shopify/bigtable-emulator:0.1.0
136138
docker pull memcached:1.6.1
137139
docker pull bouncestorage/swift-aio:55ba4331

integration/backward_compatibility_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ var (
2727
"quay.io/cortexproject/cortex:v1.9.0": preCortex110Flags,
2828
"quay.io/cortexproject/cortex:v1.10.0": nil,
2929
"quay.io/cortexproject/cortex:v1.11.1": nil,
30+
"quay.io/cortexproject/cortex:v1.13.1": nil,
31+
"quay.io/cortexproject/cortex:v1.14.0": nil,
3032
}
3133
)
3234

0 commit comments

Comments
 (0)