Skip to content

Skip jobs when triggering updates to speed up the process

Emanuele Aina requested to merge wip/em/skip-jobs-when-triggering-updates into master

When clicking the new update links generated by the dashboard eveything gets recomputed from scratch: this means that we waste resources but more importantly we slow down the developers who triggered the updates.

To avoid that, point the pipeline triggering the updates to the previously computed data and skip the jobs that are now superfluous.

Task: T7573

Edited by Emanuele Aina

Merge request reports