Skip to content

Commit

Permalink
Drop public suffix on build names
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Dec 16, 2018
1 parent 6a0f7a5 commit e5d1bd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ci/buildkite-secondary.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions ci/buildkite.yml
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
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
# agents:
# - "queue=large"
- command: "ci/pr-snap.sh"
timeout_in_minutes: 20
name: "snap [public]"
name: "snap"
- wait
- trigger: "solana-secondary"
branches: "!pull/*"
Expand Down

0 comments on commit e5d1bd6

Please sign in to comment.