From 757c4e0575780329bb2d02bdeb49f9f6300ff179 Mon Sep 17 00:00:00 2001 From: Michael Armijo Date: Tue, 28 Jan 2025 11:55:28 -0700 Subject: [PATCH] denylist: snooze `ostree.sync` on `s390x` This test is failing intermittently on s390x. Let's snooze it for now to unblock the pipeline while we investigate: https://github.com/openshift/os/issues/1720 --- kola-denylist.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kola-denylist.yaml b/kola-denylist.yaml index b587ecbb..c8c7d16c 100644 --- a/kola-denylist.yaml +++ b/kola-denylist.yaml @@ -56,3 +56,10 @@ - c9s - rhel-9.6 - rhel-9.4 + +- pattern: ostree.sync + tracker: https://github.com/openshift/os/issues/1720 + snooze: 2025-02-11 + warn: true + arches: + - s390x