public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rubygem-cucumber-wire] rawhide: Import all plans
@ 2026-08-13 10:24
0 siblings, 0 replies; only message in thread
From: @ 2026-08-13 10:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rubygem-cucumber-wire
Branch : rawhide
Commit : 579254214578f6071f8d70e1d1a85f178d9729b8
Author : Vít Ondruch <vondruch@redhat.com>
Date : 2026-08-13T12:16:54+02:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rubygem-cucumber-wire/c/579254214578f6071f8d70e1d1a85f178d9729b8?branch=rawhide
Log:
Import all plans
Otherwise only single plan is executed, while for others there are
warnings such as:
~~~
Cannot import remote plan '/plans/full/all/test_suite_execution/basic_examples' through '/plans/all', already imported '/plans/full/all/reverse_dependencies/install' as the first plan.
Cannot import remote plan '/plans/full/all/test_suite_execution/reverse_dependencies/build' through '/plans/all', already imported '/plans/full/all/reverse_dependencies/install' as the first plan.
~~~
All plans were likely not executed previously. For more info see:
https://tmt.readthedocs.io/en/stable/spec/plans.html#import-plans
The `scope` was introduced as part of:
https://github.com/teemtee/tmt/pull/3566
Also use `importing: become-parent`
This is needed otherwise imported plans are ingored during filtering.
This might change if when [1] is implemented.
[1]: https://github.com/teemtee/tmt/issues/4923
---
diff --git a/plans/all.fmf b/plans/all.fmf
index 40ed065..8bf9cd4 100644
--- a/plans/all.fmf
+++ b/plans/all.fmf
@@ -4,6 +4,8 @@ plan:
import:
url: https://src.fedoraproject.org/tests/rubygem-cucumber.git
name: /plans/full/all
+ scope: all-plans
+ importing: become-parent
environment:
PACKAGE: rubygem-cucumber-wire
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-13 10:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 10:24 [rpms/rubygem-cucumber-wire] rawhide: Import all plans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox