From 83a0c3d858f2ec1190b81451ea9d9995efdf75fb Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Tue, 23 May 2023 15:28:22 +0200 Subject: [PATCH] Allow the system:clang:tsan job to fail in CI There are couple of known failures currently affecting this test: - rrl (GL #4082) - upforwd (GL #4072) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3d30a2d15..c0c70efc6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1111,6 +1111,7 @@ system:clang:tsan: needs: - job: clang:tsan artifacts: true + allow_failure: true # rrl (GL#4082), upforwd (GL#4072) unit:clang:tsan: variables: