Make package-and-qa builds run in parallel with spec jobs
- Make spec jobs have necessary
needs
to start them immediately when they can be - Move
Trigger:(ce|ee)-package
job to the end so that they don't block the pipeline- Also define empty needs on them so they can be started irrespective of spec pipeline
- This needed
Trigger:measure-memory
job to be on its ownTrigger:*
stage.
- Move Provisioner and RAT pipelines to be on
trigger-qa
job, since that is what they essentially do. - Increase timeout of Trigger job to be 4h, since it needs to wait for both package and qa pipelines
Edited by Balasankar 'Balu' C