From cbcf5fa99a83b6ba478b197c74977bf571e58eb6 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Fri, 27 Oct 2023 13:40:20 -0700 Subject: [PATCH] buildkite: allow to run runtime tests on cos agents PiperOrigin-RevId: 577293010 --- .buildkite/pipeline.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 044bc0354..6bf0f9680 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -461,7 +461,6 @@ steps: parallelism: 10 agents: <<: *platform_specific_agents - <<: *ubuntu_agents arch: "amd64" - <<: *common <<: *docker @@ -470,7 +469,6 @@ steps: parallelism: 40 agents: <<: *platform_specific_agents - <<: *ubuntu_agents arch: "amd64" - <<: *common <<: *docker @@ -479,7 +477,6 @@ steps: parallelism: 10 agents: <<: *platform_specific_agents - <<: *ubuntu_agents arch: "amd64" - <<: *common <<: *docker @@ -488,7 +485,6 @@ steps: parallelism: 10 agents: <<: *platform_specific_agents - <<: *ubuntu_agents arch: "amd64" - <<: *common <<: *docker @@ -497,7 +493,6 @@ steps: parallelism: 10 agents: <<: *platform_specific_agents - <<: *ubuntu_agents arch: "amd64" # Runtime tests (goferfs). Continuous only. @@ -509,7 +504,6 @@ steps: if: build.branch == "master" agents: <<: *platform_specific_agents - <<: *ubuntu_agents arch: "amd64" - <<: *common <<: *docker @@ -519,7 +513,6 @@ steps: if: build.branch == "master" agents: <<: *platform_specific_agents - <<: *ubuntu_agents arch: "amd64" - <<: *common <<: *docker @@ -529,7 +522,6 @@ steps: if: build.branch == "master" agents: <<: *platform_specific_agents - <<: *ubuntu_agents arch: "amd64" - <<: *common <<: *docker @@ -539,7 +531,6 @@ steps: if: build.branch == "master" agents: <<: *platform_specific_agents - <<: *ubuntu_agents arch: "amd64" - <<: *common <<: *docker @@ -549,7 +540,6 @@ steps: if: build.branch == "master" agents: <<: *platform_specific_agents - <<: *ubuntu_agents arch: "amd64" # Run basic benchmarks smoke tests (no upload).