Skip to content

[ci] Limit max notebook runtime in MR pipelines to 10 minutes

Lars Bilke requested to merge bilke/ogs:notebook-runtime into master

Related to !4741 (merged).

As we get more and more notebooks we have to limit the max runtime on regular MR pipelines. Currently the limit is 10 minutes (600 seconds).

Please note that if you add a new notebook (or change an existing) in a MR you need to temporarily lower the RUNTIME in the ctest definition, otherwise the CI will not run it.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
Edited by Lars Bilke

Merge request reports