From eb154cf220c01b5c9904cca453e228417fe9ec15 Mon Sep 17 00:00:00 2001 From: Tobias Meisel <tobias.meisel@ufz.de> Date: Mon, 20 Jan 2025 10:48:57 +0100 Subject: [PATCH] [CI] Allow more warnings in maintenance sphinx tests - more links to (not included) feflow --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccd1c0ce0..3af2a5b00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -199,7 +199,7 @@ docs preview [M]: - warning_count=$(grep -c "WARNING" sphinx_output.log || true) - echo "Found $warning_count warnings in Sphinx documentation." # Set the warning threshold - - warning_threshold=7 + - warning_threshold=11 # Check if warnings exceed the threshold - if [ "$warning_count" -lt "$warning_threshold" ]; then echo "Warnings ($warning_count) are below the threshold ($warning_threshold). Pipeline is green."; -- GitLab