From 2ce7c5153f36dc254f65f766d73ef92251b5aaf7 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Mon, 28 Jun 2021 17:44:34 +0100 Subject: ci: Don't allow aarch64-darwin to fail Part way to #20013 --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eaa577a1a2..a460c260bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -662,9 +662,6 @@ validate-aarch64-darwin: tags: - aarch64-darwin-m1 - # for now make this non mandatory to pass. - allow_failure: true - variables: TEST_TYPE: test MAKE_ARGS: "-Werror" -- cgit v1.2.1