Skip to content

Now gitlab will start checks/tests as soon as the previous make_* is finished....

Janek Kozicki requested to merge acyclicBuilds into master

Finally this feature (out of order execution) has been implemented in gitlab!

Now gitlab will start checks/tests as soon as the previous make_* is finished. This will be a bit faster because we won't have to wait until all make_* stages are complete, to see the next stage in the works.

Edited by Janek Kozicki

Merge request reports