From 06f7b645e69690c6535157a3a2054964b2987508 Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Tue, 7 Jun 2022 11:26:58 -0700 Subject: [PATCH] Constrain website tests to AMD64 agents. The jekyll/jekyll:4.0.0 image requires running on AMD64. Note how we have images/jekyll/Dockerfile.x86_64 file which is platform dependent. PiperOrigin-RevId: 453484514 --- .buildkite/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 8a27b0d83..d829c2efa 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -265,6 +265,8 @@ steps: - <<: *common label: ":earth_americas: Website tests" command: make website-build + agents: + arch: "amd64" # Networking tests. - <<: *common