summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2023-07-25 09:44:35 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2023-07-25 09:44:35 +0200
commit4981bc5fe9a8b7d26bd1cd01e4ba8e23adbb3413 (patch)
tree606b96cb1396bbf6515559698315777813df5ded
parent5ca9b2b9394963d59e71f8e74fbc9f39157759f5 (diff)
run the OpenCL test only on amd64 arm64 armhf
-rw-r--r--debian/changelog8
-rw-r--r--debian/tests/control5
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f843623..397a6a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pyfai (2023.5.0+dfsg1-7) UNRELEASED; urgency=medium
+
+ * d/t/control: set --low-mem to avoid problem on small architectures.
+ * d/t/control: do not mark the OpenCL test as flaky now that
+ it is restrain to 3 architectures.
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Tue, 25 Jul 2023 09:44:15 +0200
+
pyfai (2023.5.0+dfsg1-6) unstable; urgency=medium
* Set upstream metadata fields: Security-Contact.
diff --git a/debian/tests/control b/debian/tests/control
index af01593..c48d636 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -4,7 +4,7 @@ Test-Command: set -efu
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
- ; xvfb-run -a --server-args="-screen 0 1024x768x24" $py run_tests.py -v -m --installed
+ ; xvfb-run -a --server-args="-screen 0 1024x768x24" $py run_tests.py -v -m --low-mem --installed
; done
Architecture: !amd64 !arm64 !armhf
Depends:
@@ -27,6 +27,7 @@ Test-Command:set -efu
; echo "Testing with $py:"
; xvfb-run -a --server-args="-screen 0 1024x768x24" $py run_tests.py -v -m --installed
; done
+Architecture: amd64 arm64 armhf
Depends:
bitshuffle,
pocl-opencl-icd,
@@ -35,4 +36,4 @@ Depends:
python3-tk,
xauth,
xvfb,
-Restrictions: allow-stderr, skip-not-installable, flaky
+Restrictions: allow-stderr, skip-not-installable