public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildstream-plugins] f43: Only run tests in x86_64 and aarch64
@ 2026-08-27 19:40 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-27 19:40 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/buildstream-plugins
Branch : f43
Commit : e9f487e45df7bb11c583e66d6de30b4fe1fd4724
Author : Javier Jardón <jjardon@gnome.org>
Date   : 2026-08-27T20:39:15+01:00
Stats  : +2/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/buildstream-plugins/c/e9f487e45df7bb11c583e66d6de30b4fe1fd4724?branch=f43

Log:
Only run tests in x86_64 and aarch64

---
diff --git a/buildstream-plugins.spec b/buildstream-plugins.spec
index 330fad3..b562013 100644
--- a/buildstream-plugins.spec
+++ b/buildstream-plugins.spec
@@ -40,12 +40,14 @@ A collection of plugins for the BuildStream project
 %pyproject_install
 %pyproject_save_files -l buildstream_plugins
 
+%ifarch x86_64 aarch64
 %check
 %pytest -m "not integration" \
   --deselect tests/sources/docker.py::test_docker_fetch \
   --deselect tests/sources/docker.py::test_docker_source_checkout \
   --deselect tests/sources/docker.py::test_fetch_duplicate_layers \
   --deselect tests/sources/cargo.py::test_cargo_track_fetch_build
+%endif
 
 %files -n %{name} -f %{pyproject_files}
 %doc NEWS README.rst

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

only message in thread, other threads:[~2026-08-27 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 19:40 [rpms/buildstream-plugins] f43: Only run tests in x86_64 and aarch64 

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