From 1a919e0c3e72837394faeefa08987748780bee29 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 06:14:59 +0000 Subject: [PATCH] ci: isolate release builds (#18133) (cherry picked from commit d43c6eafaf87a671bbd6da8f573e253dcf8c6660) Co-authored-by: Trent Nelson --- ci/buildkite-secondary.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/buildkite-secondary.yml b/ci/buildkite-secondary.yml index 1be27d2fcb..4c3ac13dbe 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"