File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ def main():
148148 # Construct the time series key
149149 ts_key = (
150150 f"ci.benchmarks.redis/by.branch/ci/redis/redis/{ test_name } /"
151- "gcc:8.5 .0-amd64-debian-bookworm-default/"
151+ "gcc:15.2 .0-amd64-debian-bookworm-default/"
152152 "intel64-ubuntu22.04-redis-icx1/oss-standalone/unstable/"
153153 "ALL_STATS.Totals.Ops/sec"
154154 )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def test_build_spec_image_prefetch():
4646 builders_folder , different_build_specs
4747 )
4848 assert total_fetched >= 0 and total_fetched <= 2
49- assert "gcc:8.5 .0-bookworm" in prefetched_images
49+ assert "gcc:15.2 .0-bookworm" in prefetched_images
5050
5151
5252def test_commit_schema_to_stream_then_build ():
You can’t perform that action at this time.
0 commit comments