From 0ed91ba4b8ab850ce6a9ad06da3f72bd8574c4fc Mon Sep 17 00:00:00 2001 From: Zach Koopmans Date: Mon, 30 Oct 2023 12:25:19 -0700 Subject: [PATCH] Fix issue w/ buildkite pipelines. PiperOrigin-RevId: 577920343 --- .buildkite/pipeline.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 6bf0f9680..3c6f4edeb 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -178,11 +178,10 @@ steps: agents: queue: gpu - <<: *common - <<: *source_test + <<: *source_test_continuous label: ":screwdriver: All GPU Drivers Test" commands: - tools/gpu/all_drivers_test.sh - if: build.branch == "master" agents: queue: gpu # Release workflow.