Skip to content

Describe QA job needs

mo khan requested to merge job-needs into master

This change attempts to speed up the feedback cycle of the QA jobs so that they are not blocked by the delay caused by the license scanning job.

In the image below, the dependency scan and sast jobs have finished but the license scan job has not.

Capture_d_écran_2020-02-11_à_14.57.41

The change that I am proposing utilizes the needs keyword to allow jobs to run out of order allowing for faster feedback cycles.

After applying this change the pipeline looks like this:

screenshot-2020-02-14-1581719785

The original discussion that lead to this change can be found here:

The tests pipeline can be found here:

Edited by 🤖 GitLab Bot 🤖

Merge request reports