public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/rubygem-cucumber-wire] rawhide: Import all plans
Date: Thu, 13 Aug 2026 10:24:26 GMT	[thread overview]
Message-ID: <178661666654.1.4223742934716368255.rpms-rubygem-cucumber-wire-579254214578@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-13 10:24 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=178661666654.1.4223742934716368255.rpms-rubygem-cucumber-wire-579254214578@fedoraproject.org \
    --to=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