Skip to content
Snippets Groups Projects
Verified Commit 8b61a035 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Limit MR pipelines to not LARGE notebooks (< 600 s).

parent be876c94
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,3 @@ build linux arch:
CMAKE_ARGS: >-
-DBUILD_SHARED_LIBS=ON
-DOGS_USE_MKL=ON
CTEST_ARGS: -L default|Notebook
......@@ -13,4 +13,4 @@ build linux petsc:
CMAKE_PRESET: release-petsc
CMAKE_ARGS: >-
-DOGS_USE_PIP=ON
CTEST_ARGS: -L default|Notebook|petsc-mumps
CTEST_ARGS: -L default|petsc-mumps
......@@ -13,7 +13,6 @@ build mac petsc arm64:
CMAKE_PRESET: release-petsc
CMAKE_ARGS: >-
-DOGS_USE_PIP=ON
CTEST_ARGS: -L default|Notebook
build mac petsc amd64:
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment