aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildfarm.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-04-10 07:58:39 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-04-11 12:12:36 +0000
commitfa9aba6dfa49a3eff0fd6543b049f77e2dab88c3 (patch)
tree8f3cf0bea36f041f63b685bcb8757e30d9addc49 /tcwg-buildfarm.yaml
parentf0e06d99ffc17dce1eb586dcbcc5a051dbdaa2a1 (diff)
tcwg-buildfarm: Add displaytag parameter.
The goal is to make it easier to understand what a buildfarm run is related to in the Jenkins dashboard. tcwg-backport-multijob, tcwg-backport, tcwg-bkk16-trigger-extended, tcwg-buildfarm-cmp, tcwg-buildfarm-startcontainer, tcwg-regression-detection, tcwg-trigger-gcc-linaro-5, tcwg-trigger-gcc-linaro-6, tcwg-trigger-gcc-trunk-ubsan, tcwg-upstream-monitoring: Set the new parameter. Change-Id: Ib123aeca2365606df113a0756a3304be19a39e68
Diffstat (limited to 'tcwg-buildfarm.yaml')
-rw-r--r--tcwg-buildfarm.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tcwg-buildfarm.yaml b/tcwg-buildfarm.yaml
index 0d64cb6fe6..41b09b6d92 100644
--- a/tcwg-buildfarm.yaml
+++ b/tcwg-buildfarm.yaml
@@ -82,6 +82,10 @@
name: build_container_tag
default: 'trusty'
description: 'Distro to use on the builder with non-default container type: trusty, xenial.'
+ - string:
+ name: displaytag
+ default: 'manual'
+ description: 'Tag to display in the Jenkins console, so that the build name is more helpful'
disabled: false
node: tcwg-x86_64-build
child-workspace: $target
@@ -127,7 +131,7 @@
timeout: 600
- timestamps
- build-name:
- name: '#${BUILD_NUMBER}'
+ name: '#${BUILD_NUMBER}-${displaytag}'
builders:
- shell: |
#!/bin/bash