public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: do not run broken tests in tier plans
@ 2026-09-11 13:21 Milos Malik
  0 siblings, 0 replies; only message in thread
From: Milos Malik @ 2026-09-11 13:21 UTC (permalink / raw)
  To: git-commits

            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:

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:21 [tests/selinux] pr775-checkpolicy-revdeps: do not run broken tests in tier plans Milos Malik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox