From df7e05ee3b74cd4521dcd088c0ab3ba9e4819c89 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 1 Aug 2022 09:35:17 -0700 Subject: [PATCH] Disable the opensuse functest The opensuse qcow2 image seems to regularly have a mismatch with its sha256sum file. Possibly because these are being served by different mirrors and are out of sync with each other? I have been able to reproduce this locally downloading each file and comparing the resutling hash. Change-Id: Ic849f5b2afa488d9518065084112f8fc6e3083b2 --- .zuul.d/jobs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index 2787ada1..b23dbe6e 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -27,7 +27,10 @@ - centos/8-stream-build-succeeds - centos/9-stream-build-succeeds - fedora/build-succeeds - - opensuse/build-succeeds + # NOTE(ianw) 2022-08-02 : disabled due to upstream + # checksum mismatches; see + # https://bugzilla.suse.com/show_bug.cgi?id=1202041 + # - opensuse/build-succeeds - ubuntu/bionic-build-succeeds - ubuntu/focal-build-succeeds - ubuntu/jammy-build-succeeds