[med-svn] [Git][med-team/gemma][master] 2 commits: Do only one test for armhf to reduce test time

Andreas Tille gitlab at salsa.debian.org
Mon Mar 22 13:22:58 GMT 2021



Andreas Tille pushed to branch master at Debian Med / gemma


Commits:
e2e73975 by Andreas Tille at 2021-03-22T14:08:11+01:00
Do only one test for armhf to reduce test time

- - - - -
3a87bc31 by Andreas Tille at 2021-03-22T14:22:32+01:00
Upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/tests/run-sample-analysis


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+gemma (0.98.4+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+  * Do only one test for armhf to reduce test time
+    Closes: #985004
+
+ -- Andreas Tille <tille at debian.org>  Mon, 22 Mar 2021 14:09:15 +0100
+
 gemma (0.98.4+dfsg-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/tests/run-sample-analysis
=====================================
@@ -16,6 +16,14 @@ ls *.gz | grep -v "geno.txt.gz" | xargs gunzip
 gemma -g mouse_hs1940.geno.txt.gz -p mouse_hs1940.pheno.txt \
       -a mouse_hs1940.anno.txt -gk -o mouse_hs1940
 
+hostarch=$(dpkg-architecture -qDEB_HOST_ARCH)
+
+# Ignore single test on armhf and i386 (see bug #972553)
+if [ "$hostarch" = "armhf" ] ; then
+  echo "Do only one test for $hostarch to reduce test time (see bug #985004)"
+  exit 0
+fi
+
 gemma -g mouse_hs1940.geno.txt.gz -p mouse_hs1940.pheno.txt -n 1 \
       -a mouse_hs1940.anno.txt -k ./output/mouse_hs1940.cXX.txt -lmm \
       -o mouse_hs1940_CD8_lmm



View it on GitLab: https://salsa.debian.org/med-team/gemma/-/compare/8cf6fd2b71c9510451401a4767f86ad116bfdc82...3a87bc317ccba4ff682830c63e021078e8db5229

-- 
View it on GitLab: https://salsa.debian.org/med-team/gemma/-/compare/8cf6fd2b71c9510451401a4767f86ad116bfdc82...3a87bc317ccba4ff682830c63e021078e8db5229
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210322/9349d2b6/attachment.htm>


More information about the debian-med-commit mailing list