diff --git a/.buildkite/pipelines/analyze_build_timings.yml.sh b/.buildkite/pipelines/analyze_build_timings.yml.sh index 27e188f58..79bf79e2f 100755 --- a/.buildkite/pipelines/analyze_build_timings.yml.sh +++ b/.buildkite/pipelines/analyze_build_timings.yml.sh @@ -22,5 +22,5 @@ steps: allow_dependency_failure: true soft_fail: true agents: - image: "python:3-slim" + image: "python:3" EOL diff --git a/.buildkite/pipelines/check_build_regression.yml.sh b/.buildkite/pipelines/check_build_regression.yml.sh index f89b52572..f800666ff 100755 --- a/.buildkite/pipelines/check_build_regression.yml.sh +++ b/.buildkite/pipelines/check_build_regression.yml.sh @@ -22,5 +22,5 @@ steps: allow_dependency_failure: true soft_fail: true agents: - image: "python:3-slim" + image: "python:3" EOL diff --git a/.buildkite/pipelines/ingest_build_timings.yml.sh b/.buildkite/pipelines/ingest_build_timings.yml.sh index 6c1263cbe..92f314ea4 100755 --- a/.buildkite/pipelines/ingest_build_timings.yml.sh +++ b/.buildkite/pipelines/ingest_build_timings.yml.sh @@ -23,7 +23,7 @@ steps: allow_dependency_failure: true soft_fail: true agents: - image: "python:3-slim" + image: "python:3" env: BUILDKITE_API_READ_TOKEN: "" EOL