aboutsummaryrefslogtreecommitdiff
path: root/tcwg-update-host-containers.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-03-14 15:03:43 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-03-15 06:39:00 +0000
commit9e681c750b18cfac414c4934cf69853fd53232e7 (patch)
treed4ef40db9d2bb881f1f04cc3debef30686f76e94 /tcwg-update-host-containers.yaml
parent1be5881910d78a1f66df9118ac1d1019636978f9 (diff)
tcwg-update-host-containers: Rework as freestyle job
Change-Id: I5a2415432b70f99ef1d3f6db947e7a9d0ff4aa82
Diffstat (limited to 'tcwg-update-host-containers.yaml')
-rw-r--r--tcwg-update-host-containers.yaml30
1 files changed, 11 insertions, 19 deletions
diff --git a/tcwg-update-host-containers.yaml b/tcwg-update-host-containers.yaml
index 6ccc808c..678ebc8c 100644
--- a/tcwg-update-host-containers.yaml
+++ b/tcwg-update-host-containers.yaml
@@ -1,6 +1,6 @@
- job:
name: tcwg-update-host-containers
- project-type: matrix
+ project-type: freestyle
defaults: global
properties:
- authorization:
@@ -17,6 +17,13 @@
max-per-node: 1
option: project
parameters:
+ - label:
+ name: nodes
+ default: tcwg-d05_64-build || tcwg-llvmbot || tcwg-sq_64-build || tcwg-thx1_64-build || tcwg-tk1_32-build || tcwg-x86_64-build-09 || tcwg-x86_64-build-10
+ all-nodes: true
+ matching-label: 'allCases'
+ node-eligibility: 'ignore-offline'
+ description: 'Machines to run on'
- string:
name: distro
default: 'xenial'
@@ -29,10 +36,10 @@
name: scripts_branch
default: master
description: 'Scripts revision to use'
- disabled: true
+ disabled: false
node: tcwg-coordinator
concurrent: false
- display-name: 'DELETE ME'
+ display-name: 'TCWG CCC Update host containers'
scm:
- git:
url: https://git-us.linaro.org/toolchain/jenkins-scripts.git
@@ -42,21 +49,6 @@
skip-tag: true
shallow-clone: true
wipe-workspace: true
- axes:
- - axis:
- type: slave
- name: label
- values:
- - tcwg-d05-01
- - tcwg-llvmbot-d05-01
- - tcwg-llvmbot-thx1-01
- - tcwg-sq-01
- - tcwg-sq-02
- - tcwg-thx1-01
- - tcwg-x86_64-build-09
- - tcwg-x86_64-build-10
- execution-strategy:
- sequential: false
wrappers:
- timeout:
timeout: 600
@@ -67,7 +59,7 @@
- shell: |
#!/bin/bash
set -ex
- case "$label" in
+ case "$NODE_NAME" in
tcwg-llvmbot-*) group=tcwg-llvm ;;
*) group=all ;;
esac