From 2212760449d9dd0012a405b7a3ac4ca6409bdbd8 Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Wed, 19 Jul 2023 11:58:22 -0700 Subject: [PATCH] Don't run benchmarks on ptrace on buildkite. PiperOrigin-RevId: 549384309 --- .buildkite/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index d43a6affd..3494c9a8a 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -40,6 +40,7 @@ _templates: BENCHMARKS_PROJECT: gvisor-benchmarks BENCHMARKS_TABLE: benchmarks BENCHMARKS_UPLOAD: true + BENCHMARKS_PLATFORMS: "kvm systrap" BUILDKITE_PIPELINE_INSTALL_RUNTIME: true agents: <<: *kvm_agents