aboutsummaryrefslogtreecommitdiff
path: root/tcwg-gcc-bisect.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-12-15 17:19:18 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2016-12-15 17:22:08 +0100
commit454a168630e1b698a4041ef09234259ff52ca36e (patch)
tree37bca1733276fc73d553ef04ca2be3be84d6b16c /tcwg-gcc-bisect.yaml
parent47831bcc84c513ed2a772a7ad0f1d3c71c883866 (diff)
tcwg-gcc-bisect: Add git user email/name.
This is needed because ABE uses git stash when it is executed several times. Change-Id: I02f4f490f41573258473286c09f2b2b6991644f3
Diffstat (limited to 'tcwg-gcc-bisect.yaml')
-rw-r--r--tcwg-gcc-bisect.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcwg-gcc-bisect.yaml b/tcwg-gcc-bisect.yaml
index c8e19491..6205101e 100644
--- a/tcwg-gcc-bisect.yaml
+++ b/tcwg-gcc-bisect.yaml
@@ -55,6 +55,12 @@
shell="/bin/bash"
git clone --depth 1 https://git-us.linaro.org/toolchain/jenkins-scripts
+ # Configure git user info to make git stash happy. It is
+ # used during the second build, because the sources are
+ # already present.
+ git config --global user.email "tcwg-buildslave@linaro.org"
+ git config --global user.name "TCWG BuildSlave"
+
# Jenkins puts the parameters in the environment
${shell} ${WORKSPACE}/jenkins-scripts/abe-bisect.sh
publishers: