Skip to content

gitlab-ci: Stagger Intel Compiler jobs in 1 minute intervals

Brad King requested to merge brad.king/cmake:ci-intel-stagger into master

There are many Intel Compiler jobs in our nightly CI pipeline. Previously they all became ready at the same time, which caused high demand on the CI hosts. Occasionally tests in several jobs timed out. Resolve this by staggering the jobs to spread out the load over time.

Merge request reports