public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Malik <mmalik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: do not run broken tests in tier plans
Date: Fri, 11 Sep 2026 13:21:37 GMT [thread overview]
Message-ID: <178913289747.1.9183447746549077336.tests-selinux-744686d75adf@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : 744686d75adf3c97f2d8eab6948433f29b357736
Author : Milos Malik <mmalik@redhat.com>
Date : 2024-04-29T08:39:33+00:00
Stats : +25/-4 in 6 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/744686d75adf3c97f2d8eab6948433f29b357736?branch=pr775-checkpolicy-revdeps
Log:
do not run broken tests in tier plans
Automated tests which break the machines where they run should not
be executed via tier plans. Test results coming from broken machines
have little value to reviewers.
---
diff --git a/plans/gating.fmf b/plans/gating.fmf
new file mode 100644
index 0000000..8fa5264
--- /dev/null
+++ b/plans/gating.fmf
@@ -0,0 +1,11 @@
+summary: Gating test plan
+adjust:
+- when: trigger == commit
+ enabled: false
+ because: do not run this plan on changes caused by a PR/MR
+discover:
+ how: fmf
+ filter: "tag:CI-Tier-1 & tag:-failinfedora"
+execute:
+ how: tmt
+
diff --git a/plans/notier.fmf b/plans/notier.fmf
new file mode 100644
index 0000000..4191bf5
--- /dev/null
+++ b/plans/notier.fmf
@@ -0,0 +1,11 @@
+summary: no tier test plan
+adjust:
+- when: trigger == commit
+ enabled: false
+ because: do not run this plan on changes caused by a PR/MR
+discover:
+ how: fmf
+ filter: "tag:-Tier1 & tag:-Tier2 & tag:-Tier3 & tag:-CI-Tier-1 & tag:-failinfedora"
+execute:
+ how: tmt
+
diff --git a/plans/tier1.fmf b/plans/tier1.fmf
index f311437..21405ed 100644
--- a/plans/tier1.fmf
+++ b/plans/tier1.fmf
@@ -5,7 +5,7 @@ adjust:
because: do not run this plan on changes caused by a PR/MR
discover:
how: fmf
- filter: tier:1 | tag:CI-Tier-1
+ filter: "tier:1 & tag:-failinfedora"
execute:
how: tmt
diff --git a/plans/tier2.fmf b/plans/tier2.fmf
index f424e5c..1065970 100644
--- a/plans/tier2.fmf
+++ b/plans/tier2.fmf
@@ -5,7 +5,7 @@ adjust:
because: do not run this plan on changes caused by a PR/MR
discover:
how: fmf
- filter: tier:2
+ filter: "tier:2 & tag:-failinfedora"
execute:
how: tmt
diff --git a/plans/tier3.fmf b/plans/tier3.fmf
index 8ee071d..da2bd80 100644
--- a/plans/tier3.fmf
+++ b/plans/tier3.fmf
@@ -5,7 +5,7 @@ adjust:
because: do not run this plan on changes caused by a PR/MR
discover:
how: fmf
- filter: tier:3
+ filter: "tier:3 & tag:-failinfedora"
execute:
how: tmt
diff --git a/selinux-policy/install-uninstall-dsp-packages/main.fmf b/selinux-policy/install-uninstall-dsp-packages/main.fmf
index f5c81aa..00025b2 100644
--- a/selinux-policy/install-uninstall-dsp-packages/main.fmf
+++ b/selinux-policy/install-uninstall-dsp-packages/main.fmf
@@ -25,7 +25,6 @@ tag:
- NoRHEL6
- NoRHEL7
- TIPfail_Security
- - rhel9_broken
- targeted
link:
adjust:
reply other threads:[~2026-09-11 13:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178913289747.1.9183447746549077336.tests-selinux-744686d75adf@fedoraproject.org \
--to=mmalik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox