From e5d1bd6589e8f2bb4689c5369b661a7fd8a5e9fb Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 15 Dec 2018 16:12:48 -0800 Subject: [PATCH] Drop public suffix on build names --- ci/buildkite-secondary.yml | 4 ++-- ci/buildkite.yml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ci/buildkite-secondary.yml b/ci/buildkite-secondary.yml index 30fc4f9fcc718c..49386acfa9c49b 100644 --- a/ci/buildkite-secondary.yml +++ b/ci/buildkite-secondary.yml @@ -1,13 +1,13 @@ steps: #- command: "ci/snap.sh" # timeout_in_minutes: 40 - # name: "snap [public]" + # name: "snap" - command: "sdk/docker-solana/build.sh" timeout_in_minutes: 20 name: "docker-solana" - command: "ci/publish-crate.sh" timeout_in_minutes: 20 - name: "publish crate [public]" + name: "publish crate" branches: "!master" - command: "ci/publish-bpf-sdk.sh" timeout_in_minutes: 5 diff --git a/ci/buildkite.yml b/ci/buildkite.yml index d1f1ccacc8591d..92c6ed941bfab2 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -1,38 +1,38 @@ steps: - command: "ci/shellcheck.sh" - name: "shellcheck [public]" + name: "shellcheck" timeout_in_minutes: 20 - command: "ci/docker-run.sh solanalabs/rust:1.31.0 ci/test-checks.sh" - name: "checks [public]" + name: "checks" env: CARGO_TARGET_CACHE_NAME: "checks" timeout_in_minutes: 30 - wait - command: "ci/test-stable-perf.sh" - name: "stable-perf [public]" + name: "stable-perf" env: CARGO_TARGET_CACHE_NAME: "stable-perf" timeout_in_minutes: 20 agents: - "queue=cuda" - command: "ci/test-bench.sh" - name: "bench [public]" + name: "bench" env: CARGO_TARGET_CACHE_NAME: "nightly" timeout_in_minutes: 30 - command: "ci/docker-run.sh solanalabs/rust:1.31.0 ci/test-stable.sh" - name: "stable [public]" + name: "stable" env: CARGO_TARGET_CACHE_NAME: "stable" timeout_in_minutes: 30 - command: "ci/docker-run.sh solanalabs/rust-nightly:2018-12-05 ci/test-nightly.sh" - name: "nightly [public]" + name: "nightly" env: CARGO_TARGET_CACHE_NAME: "nightly" timeout_in_minutes: 30 # TODO: Fix and re-enable test-large-network.sh # - command: "ci/test-large-network.sh || true" - # name: "large-network [public] [ignored]" + # name: "large-network [ignored]" # env: # CARGO_TARGET_CACHE_NAME: "stable" # timeout_in_minutes: 20 @@ -40,7 +40,7 @@ steps: # - "queue=large" - command: "ci/pr-snap.sh" timeout_in_minutes: 20 - name: "snap [public]" + name: "snap" - wait - trigger: "solana-secondary" branches: "!pull/*"