From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/starpu/
Date: Fri, 29 Oct 2021 04:27:48 +0000 (UTC) [thread overview]
Message-ID: <1635481623.4eb8d34c46e26c19017f03a4ef0a3734260ceb5f.sam@gentoo> (raw)
commit: 4eb8d34c46e26c19017f03a4ef0a3734260ceb5f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 04:26:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 04:27:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb8d34c
dev-libs/starpu: crank up test timeouts
Avoid issues like (the specific test varies):
```
../build-aux/test-driver: line 112: 9422 Alarm clock "$@" >> "$log_file" 2>&1
FAIL: main/starpu_task_wait
```
Bug: https://bugs.gentoo.org/803158
Bug: https://bugs.gentoo.org/802621
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/starpu/starpu-1.3.8.ebuild | 6 ++++++
dev-libs/starpu/starpu-1.3.9.ebuild | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/dev-libs/starpu/starpu-1.3.8.ebuild b/dev-libs/starpu/starpu-1.3.8.ebuild
index 748f3df483f..b3391281c6f 100644
--- a/dev-libs/starpu/starpu-1.3.8.ebuild
+++ b/dev-libs/starpu/starpu-1.3.8.ebuild
@@ -82,6 +82,12 @@ src_configure() {
}
src_test() {
+ # Avoids timeouts in e.g. starpu_task_wait_for_all, starpu_task_wait
+ # See bug #803158
+ # https://gitub.u-bordeaux.fr/starpu/starpu/-/blob/master/contrib/ci.inria.fr/job-1-check.sh
+ export STARPU_TIMEOUT_ENV=3600
+ export MPIEXEC_TIMEOUT=3600
+
MAKEOPTS='-j1' default
}
diff --git a/dev-libs/starpu/starpu-1.3.9.ebuild b/dev-libs/starpu/starpu-1.3.9.ebuild
index 748f3df483f..b3391281c6f 100644
--- a/dev-libs/starpu/starpu-1.3.9.ebuild
+++ b/dev-libs/starpu/starpu-1.3.9.ebuild
@@ -82,6 +82,12 @@ src_configure() {
}
src_test() {
+ # Avoids timeouts in e.g. starpu_task_wait_for_all, starpu_task_wait
+ # See bug #803158
+ # https://gitub.u-bordeaux.fr/starpu/starpu/-/blob/master/contrib/ci.inria.fr/job-1-check.sh
+ export STARPU_TIMEOUT_ENV=3600
+ export MPIEXEC_TIMEOUT=3600
+
MAKEOPTS='-j1' default
}
next reply other threads:[~2021-10-29 4:27 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-29 4:27 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-09 22:56 [gentoo-commits] repo/gentoo:master commit in: dev-libs/starpu/ Andreas K. Hüttel
2024-11-09 22:42 Andreas K. Hüttel
2023-05-14 17:11 Sam James
2023-02-19 18:25 Sam James
2022-12-05 5:30 WANG Xuerui
2022-05-16 8:12 David Seifert
2022-01-10 23:02 Sam James
2021-12-27 14:13 Agostino Sarubbo
2021-12-26 20:51 Arthur Zamarin
2021-12-26 19:51 Arthur Zamarin
2021-12-26 19:05 Sam James
2021-12-26 19:05 Sam James
2021-12-26 19:03 Sam James
2021-11-19 17:36 Arthur Zamarin
2021-11-14 23:51 Sam James
2021-10-29 4:30 Sam James
2021-10-29 2:36 Sam James
2021-10-24 21:14 Sam James
2021-10-02 23:17 Sam James
2021-07-16 11:43 Marek Szuba
2021-07-14 22:45 Marek Szuba
2021-07-14 18:11 Marek Szuba
2021-07-14 16:15 Marek Szuba
2020-11-14 1:48 Thomas Deutschmann
2020-09-19 12:51 Michał Górny
2019-12-12 14:58 Michał Górny
2019-02-16 9:28 Pacho Ramos
2019-02-11 14:40 Mikle Kolyada
2018-09-23 12:44 Jeroen Roovers
2018-09-23 11:46 Jeroen Roovers
2018-09-23 11:46 Jeroen Roovers
2018-01-24 22:52 Andreas Sturmlechner
2017-11-27 19:46 Sergei Trofimovich
2017-09-30 2:58 Sergei Trofimovich
2017-09-02 13:18 Michael Palimaka
2017-07-01 9:52 Sergei Trofimovich
2017-04-29 16:21 Jeroen Roovers
2017-04-05 15:36 Michael Weber
2016-06-09 1:15 Sebastien Fabbro
2016-06-07 16:47 Tobias Klausmann
2016-02-17 19:39 Sebastien Fabbro
2016-02-17 17:18 Sebastien Fabbro
2016-02-17 17:18 Sebastien Fabbro
2016-02-17 17:18 Sebastien Fabbro
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=1635481623.4eb8d34c46e26c19017f03a4ef0a3734260ceb5f.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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