Skip to content

Commit 2f6ed0f

Browse files
authored
runner_step: Use Rocky Linux instead of CentOS (#2307)
This should have been part of #2305 Progress towards #2272
1 parent bba682d commit 2f6ed0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildkite/bazelci.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3177,6 +3177,9 @@ def runner_step(
31773177
shards=1,
31783178
soft_fail=None,
31793179
):
3180+
# TODO(#2272): remove after a migration period
3181+
platform = platform.replace("centos7", "rockylinux8")
3182+
31803183
py = PLATFORMS[platform]["python"]
31813184
command = f"{py} {RUNNER_CMD} --task={task}"
31823185
if http_config:

0 commit comments

Comments
 (0)