http://wmj5kiicroak3dvoelipkcqobw7kwtltbqnmuv576l6x4b56b6dvmdad.onion/help/ci/jobs/job_control.md
The parallel jobs each have different values for VERSION and MODE . 4 parallel build_job jobs: build_job: [1, A] build_job: [1, B] build_job: [2, A] build_job: [2, B] 4 parallel deploy_job jobs: deploy_job: [3, C] deploy_job: [3, D] deploy_job: [4, C] deploy_job: [4, D] The deploy_job: [3, D] job runs as soon as build_job: [1, A] job finishes, without waiting for the other build_job jobs to finish.