From 1f802e3cb6005f34c37ca6068e07666bb84462b0 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 19 Dec 2023 15:18:36 +0100 Subject: [PATCH] [ci] Skip mtest notebooks when testing the wheel. mtest / tfel python bindings are not available on the test machines and are therefore skipped. Affects ModCamClay_TestIsotrop.ipynb. --- scripts/ci/jobs/jupyter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/jobs/jupyter.yml b/scripts/ci/jobs/jupyter.yml index eca40ecb0d6..0e2407e670a 100644 --- a/scripts/ci/jobs/jupyter.yml +++ b/scripts/ci/jobs/jupyter.yml @@ -30,7 +30,7 @@ test notebooks via wheel: # status file and sh -c to workaround xvfb-run problems: # /usr/bin/xvfb-run: line 186: kill: (<PID>) - No such process" find . -type f -iname '*.ipynb' \ - | grep -vP '\.ipynb_checkpoints|\.ci-skip\.ipynb$|_out|\.venv|PhaseField' \ + | grep -vP '\.ipynb_checkpoints|\.ci-skip\.ipynb$|_out|\.venv|PhaseField|mtest' \ | xargs xvfb-run -a \ sh -c 'statf="$1"; shift; "$@" || echo "$?" >"$statf"' \ -- "$status_file" \ -- GitLab