diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-13 16:57:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 16:57:25 +0100 |
commit | b6ce7e19ec45c8bfd95356e03eb55090213887b4 (patch) | |
tree | 6b14ead04d2e7108ecb017c7a70c848a3d109c47 | |
parent | e993b88c03e1ef822532aacdbc7e6e381143afd3 (diff) | |
parent | 8cb93ac1035b8966b03a87ea58366fe9f3fc7887 (diff) | |
download | podman-b6ce7e19ec45c8bfd95356e03eb55090213887b4.tar.gz podman-b6ce7e19ec45c8bfd95356e03eb55090213887b4.tar.bz2 podman-b6ce7e19ec45c8bfd95356e03eb55090213887b4.zip |
Merge pull request #12581 from cevich/disable_gitlab
[CI:DOCS] Cirrus: Temp. ignore gitlab task failures
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |