From 9eaf652dc4ecf6cef11376f50e5b24854283c7d5 Mon Sep 17 00:00:00 2001 From: Sean Huber Date: Thu, 29 Nov 2018 11:10:01 -0800 Subject: [PATCH] Use the buildkite-shared agent --- .buildkite/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 046a442..85be37c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -2,8 +2,12 @@ steps: - name: ":rubocop:" command: bin/rubocop timeout_in_minutes: 30 + agents: + queue: shared - name: ":rspec:" command: bin/test timeout_in_minutes: 30 artifact_paths: cache.tar.lz4 + agents: + queue: shared