[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: <lynxis> let's try without --payloads
Holger Levsen
holger at moszumanska.debian.org
Tue Oct 6 15:47:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 22bf1e14027c6d71afdc6584616bf8c39e0c26d0
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Oct 6 17:46:45 2015 +0200
reproducible: <lynxis> let's try without --payloads
---
bin/reproducible_coreboot.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 54e9537..0ea0b36 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -114,7 +114,8 @@ sed -i "s#cpus=1#cpus=$NUM_CPU#" util/abuild/abuild
sed -i 's#USE_XARGS=1#USE_XARGS=0#g' util/abuild/abuild
# actually build everything
ionice -c 3 nice \
- bash util/abuild/abuild --payloads none || true # don't fail the full job just because some targets fail
+ bash util/abuild/abuild || true # don't fail the full job just because some targets fail
+ #bash util/abuild/abuild --payloads none || true # don't fail the full job just because some targets fail
# save results in b1
save_coreboot_results b1
@@ -133,7 +134,8 @@ NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)
sed -i "s#cpus=$NUM_CPU#cpus=$NEW_NUM_CPU#" util/abuild/abuild
ionice -c 3 nice \
linux64 --uname-2.6 \
- bash util/abuild/abuild --payloads none || true # don't fail the full job just because some targets fail
+ bash util/abuild/abuild || true # don't fail the full job just because some targets fail
+ #bash util/abuild/abuild --payloads none || true # don't fail the full job just because some targets fail
# reset environment to default values again
export LANG="en_GB.UTF-8"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list