ci: isolate release builds
This commit is contained in:
committed by
mergify[bot]
parent
07865a97ce
commit
a455c8a5af
@ -3,16 +3,24 @@
|
|||||||
# Pull requests to not run these steps.
|
# Pull requests to not run these steps.
|
||||||
steps:
|
steps:
|
||||||
- command: "ci/publish-tarball.sh"
|
- command: "ci/publish-tarball.sh"
|
||||||
|
agents:
|
||||||
|
- "queue=release-build"
|
||||||
timeout_in_minutes: 60
|
timeout_in_minutes: 60
|
||||||
name: "publish tarball"
|
name: "publish tarball"
|
||||||
- command: "ci/publish-bpf-sdk.sh"
|
- command: "ci/publish-bpf-sdk.sh"
|
||||||
|
agents:
|
||||||
|
- "queue=release-build"
|
||||||
timeout_in_minutes: 5
|
timeout_in_minutes: 5
|
||||||
name: "publish bpf sdk"
|
name: "publish bpf sdk"
|
||||||
- wait
|
- wait
|
||||||
- command: "sdk/docker-solana/build.sh"
|
- command: "sdk/docker-solana/build.sh"
|
||||||
|
agents:
|
||||||
|
- "queue=release-build"
|
||||||
timeout_in_minutes: 60
|
timeout_in_minutes: 60
|
||||||
name: "publish docker"
|
name: "publish docker"
|
||||||
- command: "ci/publish-crate.sh"
|
- command: "ci/publish-crate.sh"
|
||||||
|
agents:
|
||||||
|
- "queue=release-build"
|
||||||
timeout_in_minutes: 240
|
timeout_in_minutes: 240
|
||||||
name: "publish crate"
|
name: "publish crate"
|
||||||
branches: "!master"
|
branches: "!master"
|
||||||
|
Reference in New Issue
Block a user