From 8cb93ac1035b8966b03a87ea58366fe9f3fc7887 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 13 Dec 2021 10:27:58 -0500 Subject: Cirrus: Temp. ignore gitlab task failures Appears related to https://gitlab.com/gitlab-org/gitlab-runner/-/issues/28732 Log: https://cirrus-ci.com/task/5708221852680192?logs=setup#L433 Marking test to be ignored until I can figure out where/how to fix it. Signed-off-by: Chris Evich --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 5bb8b17fc..3dfbff11b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -612,10 +612,10 @@ rootless_gitlab_test_task: alias: rootless_gitlab_test skip: *tags only_if: *not_docs - # Community-maintained downstream test may fail unexpectedly. - # Ref. repository: https://gitlab.com/gitlab-org/gitlab-runner - # If necessary, uncomment the next line and file issue(s) with details. - # allow_failures: $CI == $CI + # Test temporarily ignored due to failure on/around 7-10th Dec. 2021 + # Appears related to https://gitlab.com/gitlab-org/gitlab-runner/-/issues/28732 + # Log: https://cirrus-ci.com/task/5708221852680192?logs=setup#L433 + allow_failures: $CI == $CI depends_on: - rootless_integration_test gce_instance: *standardvm -- cgit v1.2.3-54-g00ecf