[CI] Optimise pipeline deployments with explicit dependencies (#955)

Pushes to master and tagged releases will have now have explicit dependencies for steps. This is specifically to prevent darwin based builds holding up execution of other steps which should not have a dependence.
This commit is contained in:
Amir Zarrinkafsh 2020-05-02 13:22:17 +10:00 committed by GitHub
parent 1ed1318870
commit ce5f5e9214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,11 @@ steps:
- label: ":github: Deploy Artifacts"
command: "ghartifacts.sh"
depends_on: ~
depends_on:
- "build-docker-darwin-amd64"
- "build-docker-linux-amd64"
- "build-docker-linux-arm32v7"
- "build-docker-linux-arm64v8"
retry:
automatic: true
agents: