From d43c6eafaf87a671bbd6da8f573e253dcf8c6660 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 21 Jun 2021 21:51:06 -0600 Subject: [PATCH] ci: isolate release builds --- ci/buildkite-secondary.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/buildkite-secondary.yml b/ci/buildkite-secondary.yml index 1be27d2fc..4c3ac13db 100644 --- a/ci/buildkite-secondary.yml +++ b/ci/buildkite-secondary.yml @@ -3,13 +3,16 @@ # Pull requests to not run these steps. steps: - command: "ci/publish-tarball.sh" + agents: "release-build" timeout_in_minutes: 60 name: "publish tarball" - wait - command: "sdk/docker-solana/build.sh" + agents: "release-build" timeout_in_minutes: 60 name: "publish docker" - command: "ci/publish-crate.sh" + agents: "release-build" timeout_in_minutes: 240 name: "publish crate" branches: "!master"