From 75f1dfece2bfdbd3a32063f239c49662855f2575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Hrdina?= Date: Tue, 15 Nov 2022 11:09:24 +0100 Subject: [PATCH] Linking bugs to upstream test --- Sanity/upstream/main.fmf | 10 +++++----- Sanity/upstream/runtest.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Sanity/upstream/main.fmf b/Sanity/upstream/main.fmf index 31d9b7b..9ae7906 100644 --- a/Sanity/upstream/main.fmf +++ b/Sanity/upstream/main.fmf @@ -19,10 +19,6 @@ recommend: duration: 15m enabled: true tag: - - NoRHEL3 - - NoRHEL4 - - TIPpass - - TIPpass_Apps - Tier1 tier: '1' link: @@ -49,9 +45,13 @@ link: - relates: https://bugzilla.redhat.com/show_bug.cgi?id=592273 - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1019738 - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1156095 + - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2141014 + - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2141015 + - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2141016 + - relates: https://bugzilla.redhat.com/show_bug.cgi?id=2141017 adjust: - enabled: false - when: distro == rhel-3, rhel-4 + when: distro < rhel-5 continue: false extra-nitrate: TC#0058469 extra-summary: /CoreOS/expat/Sanity/upstream diff --git a/Sanity/upstream/runtest.sh b/Sanity/upstream/runtest.sh index 621b834..25db4f1 100755 --- a/Sanity/upstream/runtest.sh +++ b/Sanity/upstream/runtest.sh @@ -50,7 +50,7 @@ rlJournalStart rlRun "su expatester -c './configure'" 0 "Running configure" else rlRun "su expatester -c \"rpm --define '_topdir /home/expatester' -i *src.rpm\"" \ - 0 "Installing the source rpm" + 0 "Installing the source rpm" rlRun "su expatester -c \"rpmbuild --nodeps --define '_topdir /home/expatester' -bc /home/expatester/SPECS/*spec\"" 0 "Preparing sources" if rlIsRHEL "<=7"; then