Skip to content

Commit 7af09ba

Browse files
Fixed missing gcc-8 removal
1 parent 033bedd commit 7af09ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/generate_latency_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

utils/tests/test_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5252
def test_commit_schema_to_stream_then_build():

0 commit comments

Comments
 (0)