From 42ebf9502af1549f0f44b3c2ba0b8d4f9fd2f475 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 26 Jul 2018 11:23:33 -0700 Subject: [PATCH] Agent cleaning is now performed in a separate pipeline --- ci/buildkite.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index b7e1fa01e3..3678de6b37 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -37,9 +37,6 @@ steps: - command: "ci/publish-crate.sh" timeout_in_minutes: 20 name: "publish crate [public]" - - command: "ci/hoover.sh" - timeout_in_minutes: 20 - name: "clean agent [public]" - trigger: "solana-snap" branches: "!pull/*" async: true