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

[ci] Exclude notebook tests on eve frontends.

parent 28093848
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ variables: ...@@ -11,6 +11,7 @@ variables:
BUILD_TESTS: "true" BUILD_TESTS: "true"
BUILD_CTEST: "true" BUILD_CTEST: "true"
CTEST_INCLUDE_REGEX: "" # Regex is given via ctest -R [regex] CTEST_INCLUDE_REGEX: "" # Regex is given via ctest -R [regex]
CTEST_EXCLUDE_REGEX: "" # Regex is given via ctest -E [regex]
CPU_TARGET: ivybridge # envinf1 has oldest cpu CPU_TARGET: ivybridge # envinf1 has oldest cpu
ARTIFACTS_PAGES_URL: https://$CI_PROJECT_ROOT_NAMESPACE.$CI_PAGES_DOMAIN/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts ARTIFACTS_PAGES_URL: https://$CI_PROJECT_ROOT_NAMESPACE.$CI_PAGES_DOMAIN/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts
......
...@@ -13,6 +13,7 @@ build linux frontend: ...@@ -13,6 +13,7 @@ build linux frontend:
CMAKE_PRESET: release CMAKE_PRESET: release
CTEST_ARGS: "--label-exclude python_modules" # pip installed modules segfault CTEST_ARGS: "--label-exclude python_modules" # pip installed modules segfault
CMAKE_ARGS: "-DOGS_CPU_ARCHITECTURE=generic" CMAKE_ARGS: "-DOGS_CPU_ARCHITECTURE=generic"
CTEST_EXCLUDE_REGEX: "nb-"
before_script: before_script:
- source scripts/env/eve/cli.sh - source scripts/env/eve/cli.sh
...@@ -30,5 +31,6 @@ build linux frontend petsc: ...@@ -30,5 +31,6 @@ build linux frontend petsc:
CCACHE_DIR: "/data/ogs/.ccache" CCACHE_DIR: "/data/ogs/.ccache"
CMAKE_PRESET: release-petsc CMAKE_PRESET: release-petsc
CMAKE_ARGS: "-DOGS_CPU_ARCHITECTURE=generic" CMAKE_ARGS: "-DOGS_CPU_ARCHITECTURE=generic"
CTEST_EXCLUDE_REGEX: "nb-"
before_script: before_script:
- source scripts/env/eve/petsc.sh - source scripts/env/eve/petsc.sh
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