Skip to content

ci: Start documentation jobs after per-commit-compile-debug

Eduardo Almeida requested to merge edalm/ns-3-dev:ci-needs-speedup into master

EDIT: This MR does not work with scheduled pipelines, which do not have the per-commit-compile-debug. Closed MR.


In the current GitLab CI/CD pipeline, the documentation jobs only start after all jobs in the build stage have finished.

This MR accelerates the GitLab CI/CD pipeline by starting them immediately after the per-commit-compile-debug job has finished, reducing the total time taken by the pipeline. The results show that the last stage has already finished by the time the build stage finishes, saving ~ 12min total time.

Edited by Eduardo Almeida

Merge request reports