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():
148
148
# Construct the time series key
149
149
ts_key = (
150
150
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/"
152
152
"intel64-ubuntu22.04-redis-icx1/oss-standalone/unstable/"
153
153
"ALL_STATS.Totals.Ops/sec"
154
154
)
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def test_build_spec_image_prefetch():
46
46
builders_folder , different_build_specs
47
47
)
48
48
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
50
50
51
51
52
52
def test_commit_schema_to_stream_then_build ():
You can’t perform that action at this time.
0 commit comments