Reorder steps by relative priority for when there aren't enough agents
This commit is contained in:
@ -2,6 +2,16 @@
|
|||||||
# Build steps that run after the primary pipeline on pushes and tags.
|
# Build steps that run after the primary pipeline on pushes and tags.
|
||||||
# Pull requests to not run these steps.
|
# Pull requests to not run these steps.
|
||||||
steps:
|
steps:
|
||||||
|
- command: "ci/publish-tarball.sh"
|
||||||
|
timeout_in_minutes: 60
|
||||||
|
name: "publish tarball"
|
||||||
|
- command: "ci/publish-docs.sh"
|
||||||
|
timeout_in_minutes: 15
|
||||||
|
name: "publish docs"
|
||||||
|
- command: "ci/publish-bpf-sdk.sh"
|
||||||
|
timeout_in_minutes: 5
|
||||||
|
name: "publish bpf sdk"
|
||||||
|
- wait
|
||||||
- command: "sdk/docker-solana/build.sh"
|
- command: "sdk/docker-solana/build.sh"
|
||||||
timeout_in_minutes: 60
|
timeout_in_minutes: 60
|
||||||
name: "publish docker"
|
name: "publish docker"
|
||||||
@ -9,15 +19,6 @@ steps:
|
|||||||
timeout_in_minutes: 240
|
timeout_in_minutes: 240
|
||||||
name: "publish crate"
|
name: "publish crate"
|
||||||
branches: "!master"
|
branches: "!master"
|
||||||
- command: "ci/publish-bpf-sdk.sh"
|
|
||||||
timeout_in_minutes: 5
|
|
||||||
name: "publish bpf sdk"
|
|
||||||
- command: "ci/publish-tarball.sh"
|
|
||||||
timeout_in_minutes: 60
|
|
||||||
name: "publish tarball"
|
|
||||||
- command: "ci/publish-docs.sh"
|
|
||||||
timeout_in_minutes: 15
|
|
||||||
name: "publish docs"
|
|
||||||
# - command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-move.sh"
|
# - command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-move.sh"
|
||||||
# name: "move"
|
# name: "move"
|
||||||
# timeout_in_minutes: 20
|
# timeout_in_minutes: 20
|
||||||
|
Reference in New Issue
Block a user