From 781a051931844487ce740921984e377cc106c590 Mon Sep 17 00:00:00 2001 From: zengk Date: Sat, 22 Jun 2024 12:35:37 -0700 Subject: [PATCH] Add common block to unit test step --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 4021d327dc..43be5df6dc 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -37,7 +37,7 @@ agents: common: &common timeout_in_minutes: 20 agents: - queue: workers + queue: "buildkite-gcp" retry: # Automatically retry failures one time. automatic: @@ -74,7 +74,7 @@ steps: command: - |- make clean install-vendor-m3 test-base -# <<: *common + <<: *common # - name: "Big Unit %n" # command: make clean install-vendor-m3 test-big-base # parallelism: 2