roopakv / orbs

Swissknife! A set of useful commands / jobs in circle workflows
MIT License
29 stars 25 forks source link

Control the start order of parallel jobs - possible? #69

Closed wlad closed 4 years ago

wlad commented 4 years ago

Hi,

I've posted a detailed question on circleci's issue tracker about the start/run order of parallel jobs.

Is it something SK orb could handle?

wlad commented 4 years ago

I think it's not possible to controll the order of concurrent job's start. But since jobs has a know state as documented here It may be possible to create a wait_for_job_running_state step(?)

roopakv commented 4 years ago

@wlad the wait for job command in swissknife lets you wait for a job in the same workflow. This might be a quick fix for you.

Please re-open if this does not work for you