From de7e9b4b4c09e8e82fdc397272be4454e1df26c9 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 1 Aug 2018 12:02:39 -0700 Subject: [PATCH] Remove retry This was introduced to mask the occasional failure of racy tests. But this is misguided as it helps hid the true problem, the racy test, and it causes tries builds that fail deterministically to retry only to fail once again. --- ci/buildkite.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 807189c6bc..f3e566a1c3 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -17,10 +17,6 @@ steps: env: CARGO_TARGET_CACHE_NAME: "stable-perf" timeout_in_minutes: 20 - retry: - automatic: - - exit_status: "*" - limit: 2 agents: - "queue=cuda" - command: "ci/test-large-network.sh"