From e7508b5ecc505809edbf9b76a61d603ba7373b8b Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Mon, 16 May 2022 16:19:43 -0700 Subject: [PATCH] buildkite: require kvm for Benchmarks smoke test PiperOrigin-RevId: 449079133 --- .buildkite/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index ce1649711..aac1b8f3c 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -377,6 +377,7 @@ steps: if: build.branch != "master" agents: arch: "amd64" + kvm: "true" # Run all benchmarks. - <<: *benchmarks