public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nodejs22] rawhide: Adjust test plan to avoid rolling-stream conflicts
@ 2026-07-30 11:40
0 siblings, 0 replies; only message in thread
From: @ 2026-07-30 11:40 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nodejs22
Branch : rawhide
Commit : 888aab05a30be585766f489b2aefa752ea780507
Author : Jan Staněk <jstanek@redhat.com>
Date : 2026-07-29T12:42:02+02:00
Stats : +8/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nodejs22/c/888aab05a30be585766f489b2aefa752ea780507?branch=rawhide
Log:
Adjust test plan to avoid rolling-stream conflicts
Signed-off-by: Jan Staněk <jstanek@redhat.com>
---
diff --git a/test-plan.fmf b/test-plan.fmf
index f3e8b5e..e34ff58 100644
--- a/test-plan.fmf
+++ b/test-plan.fmf
@@ -18,6 +18,13 @@ execute:
discover+:
filter: "component:nodejs22 & tag:-bins"
prepare:
+ # the default `dnf install *.rpm` will fail on conflicts between nodejsXY-devel and nodejs-devel
+ # https://docs.testing-farm.io/Testing%20Farm/0.1/faq.html#_how_to_exclude_artifacts_from_installing
+ - &tf-skip-default
+ name: Skip testing farm installation of all built packages
+ how: install
+ exclude:
+ - '.*'
- name: install tested packages
how: install
package:
@@ -29,6 +36,7 @@ execute:
environment+:
OTHER_VERSION_TO_TEST_SWAPS: 20
prepare:
+ - *tf-skip-default
- name: remove nodejs from previous tests
how: shell
script: dnf remove -y 'nodejs*'
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 11:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 11:40 [rpms/nodejs22] rawhide: Adjust test plan to avoid rolling-stream conflicts
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox