Skip to content

Commit

Permalink
upgrade to use prometheus v2.55.1 (cortexproject#6321)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 authored Nov 7, 2024
1 parent 312f177 commit 57e0751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
elif [ "$TEST_TAGS" = "integration_query_fuzz" ]; then
docker pull quay.io/cortexproject/cortex:v1.18.1
docker pull quay.io/prometheus/prometheus:v2.51.0
docker pull quay.io/prometheus/prometheus:v2.55.0
docker pull quay.io/prometheus/prometheus:v2.55.1
fi
docker pull memcached:1.6.1
docker pull redis:7.0.4-alpine
Expand Down
2 changes: 1 addition & 1 deletion integration/query_fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ func TestBackwardCompatibilityQueryFuzz(t *testing.T) {

// TestPrometheusCompatibilityQueryFuzz compares Cortex with latest Prometheus release.
func TestPrometheusCompatibilityQueryFuzz(t *testing.T) {
prometheusLatestImage := "quay.io/prometheus/prometheus:v2.55.0"
prometheusLatestImage := "quay.io/prometheus/prometheus:v2.55.1"
s, err := e2e.NewScenario(networkName)
require.NoError(t, err)
defer s.Close()
Expand Down

0 comments on commit 57e0751

Please sign in to comment.