diff options
author | Chris Evich <cevich@redhat.com> | 2022-01-10 14:14:52 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-01-10 14:50:17 -0500 |
commit | 0e4e5cf99083ac7ee3f59a0f689d58423cb172c5 (patch) | |
tree | 49e83b410e11ebae7e559437196349316243c8f2 /.cirrus.yml | |
parent | 87cd4b698cea28ef99b3b3326309b068b9aa7f04 (diff) | |
download | podman-0e4e5cf99083ac7ee3f59a0f689d58423cb172c5.tar.gz podman-0e4e5cf99083ac7ee3f59a0f689d58423cb172c5.tar.bz2 podman-0e4e5cf99083ac7ee3f59a0f689d58423cb172c5.zip |
Revert "Cirrus: Temp. ignore gitlab task failures"
Ref: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/28766
This reverts commit 8cb93ac1035b8966b03a87ea58366fe9f3fc7887.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3dfbff11b..5bb8b17fc 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 - # 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 + # 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 depends_on: - rootless_integration_test gce_instance: *standardvm |