From 14d490c90595735646826c23bbc8f3105c1367c0 Mon Sep 17 00:00:00 2001 From: Matus Marhefka Date: Nov 10 2020 15:04:25 +0000 Subject: Update link to Fedora CI in README.md --- diff --git a/README.md b/README.md index 5cf5f58..317d558 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ This repository contains integration tests for OpenSCAP. The main point of this repository is to collect tests by packages that depend on OpenSCAP, so they can be sure that new version of OpenSCAP doesn't break them. -This initiative is based on the [Fedora CI pipeline](https://fedoraproject.org/wiki/CI). +This initiative is based on the [Fedora CI](https://docs.fedoraproject.org/en-US/ci/). diff --git a/Sanity/smoke-test/main.fmf b/Sanity/smoke-test/main.fmf index b0f05fc..3e8fd94 100644 --- a/Sanity/smoke-test/main.fmf +++ b/Sanity/smoke-test/main.fmf @@ -35,7 +35,6 @@ duration: 3h enabled: true tag: - CI-Tier-1 -- Fedora-Private - NoFIPS - Tier1 - Tier1security diff --git a/Sanity/smoke-test/review_notes b/Sanity/smoke-test/review_notes index 737c8e9..2c23cf2 100644 --- a/Sanity/smoke-test/review_notes +++ b/Sanity/smoke-test/review_notes @@ -4,8 +4,6 @@ mentioned here. Plus any mandatory items with links to appropriate bugs, so changes (even innocent looking ones) can be evalued according to the real impact they might have to our productization efforts. -For more detail, see https://tcms.engineering.redhat.com/case/571216 - To obtain a diff between commits/tags use: $ git log -p REVIEWED_COMMIT^..LATEST_COMMIT -- tests/ To obtain only names of changed files add `--name-only`. diff --git a/Sanity/smoke-test/runtest.sh b/Sanity/smoke-test/runtest.sh index 871a22a..7d5162a 100755 --- a/Sanity/smoke-test/runtest.sh +++ b/Sanity/smoke-test/runtest.sh @@ -65,8 +65,7 @@ rlJournalStart rlFetchSrcForInstalled $PACKAGE if rlIsFedora || rlIsRHEL ">=8"; then - # --nobest is used as a workaround for the bz#1677583 - rlRun "dnf --nobest builddep -y $PACKAGE*" + rlRun "dnf builddep -y $PACKAGE*" else rlRun "yum-builddep -y $PACKAGE*" fi