aboutsummaryrefslogtreecommitdiff
path: root/tcwg-regression-detection.yaml
diff options
context:
space:
mode:
authorCharles Baylis <charles.baylis@linaro.org>2017-05-05 10:55:50 +0100
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-05 10:20:02 +0000
commit4d9ad8b42aa362acba036387db1392c048049b2e (patch)
tree5045474525f7c0e218c906d1e5ad0cd5f47b8cb1 /tcwg-regression-detection.yaml
parentc46c8dc4b7d882eb4745058c86a56d7040f668de (diff)
tcwg-regression-detection: Add "skip-tag: true"
Currently tcwg-regression-detection is failing because Jenkins tries to create a tag for each build, which is failing because the git config does not have user.email or user.name. We don't want these tags, we disable them, in common with other tcwg-* jobs. Change-Id: I6de9d1d93379fcd25123c29342725efe0d85d087
Diffstat (limited to 'tcwg-regression-detection.yaml')
-rw-r--r--tcwg-regression-detection.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcwg-regression-detection.yaml b/tcwg-regression-detection.yaml
index 1b1ec90a..ea89c887 100644
--- a/tcwg-regression-detection.yaml
+++ b/tcwg-regression-detection.yaml
@@ -35,6 +35,7 @@
- refs/heads/master
wipe-workspace: false
scm-name: abe
+ skip-tag: true
- git:
url: https://git-us.linaro.org/toolchain/abe-tests.git
basedir: abe-tests
@@ -42,6 +43,7 @@
- refs/heads/master
wipe-workspace: false
scm-name: abe-tests
+ skip-tag: true
- git:
url: https://git-us.linaro.org/toolchain/gcc-compare-results.git
basedir: gcc-compare-results
@@ -49,6 +51,7 @@
- refs/heads/master
wipe-workspace: false
scm-name: gcc-compare-results
+ skip-tag: true
- git:
url: https://git-us.linaro.org/toolchain/jenkins-scripts.git
basedir: jenkins-scripts
@@ -56,6 +59,7 @@
- refs/heads/master
wipe-workspace: false
scm-name: jenkins-scripts
+ skip-tag: true
triggers:
- pollscm:
cron: 'H/5 * * * *'