Skip to content

Staged parallel runs #821

Answered by andreynering
misuzu asked this question in Q&A
Jul 25, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @misuzu,

I hope all is well with you and your family in Ukraine!

You need to declare extra tasks to achieve that:

tasks:
  build-all:
    deps: [a:build, b:build, c:build]

  deploy-all:
    deps: [a:deploy, b:deploy, c:deploy]

  all:
    - task: build-all
    - task: deploy-all

A bit of duplication if you also need the old tasks, but it does the trick.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@misuzu
Comment options

Answer selected by misuzu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants