aboutsummaryrefslogtreecommitdiff
path: root/tcwg-update-host-containers.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-update-host-containers.yaml')
-rw-r--r--tcwg-update-host-containers.yaml22
1 files changed, 12 insertions, 10 deletions
diff --git a/tcwg-update-host-containers.yaml b/tcwg-update-host-containers.yaml
index 9a28c5d246..f4026ea9fa 100644
--- a/tcwg-update-host-containers.yaml
+++ b/tcwg-update-host-containers.yaml
@@ -1,4 +1,4 @@
-# Auto generated by ./tcwg/generate-yamlfiles.sh from tcwg-update.yaml.in and tcwg-update/tcwg-update-host-containers.def. Do not edit.
+# Auto generated by ./tcwg/generate-yamlfiles.sh from tcwg-update-containers.yaml.in and tcwg-update-containers/tcwg-update-host-containers.def. Do not edit.
#BEGIN: tcwg/default.yaml.inc
# -*- mode: Yaml -*-
@@ -9,12 +9,11 @@
anonymous:
- job-read
- job-extended-read
- linaro:
+ everyone-flat:
- job-build
- job-cancel
- build-discarder:
days-to-keep: 30
- num-to-keep: 30
- scm:
name: jenkins-scripts
@@ -43,7 +42,7 @@
anonymous:
- job-read
- job-extended-read
- linaro:
+ everyone-flat:
- job-build
- job-cancel
- build-discarder:
@@ -55,14 +54,16 @@
parameters:
- label:
name: nodes
- default: tcwg && !tcwg-bmk && !tcwg-short
+ # Run on all real machines with exception of benchmarking boards.
+ # Host containers of benchmarking boards are handled by
+ # CONTAINER_bmk job.
+ default: tcwg && !tcwg-bmk-hw && !tcwg-secondary-node
all-nodes: true
matching-label: 'allCases'
- node-eligibility: 'ignore-offline'
description: 'Machines to run on'
- string:
name: distro
- default: 'bionic'
+ default: 'default'
description: 'Distro version to use.'
- bool:
name: force
@@ -99,8 +100,8 @@
#!/bin/bash
set -ex
- case "$NODE_NAME" in
- tcwg-llvmbot_*) group=tcwg-llvm ;;
+ case " $NODE_LABELS " in
+ *" tcwg-llvmbot "*) group=tcwg-llvm ;;
*) group=all ;;
esac
./jenkins-scripts/tcwg-update-host-containers.sh \
@@ -108,4 +109,5 @@
--group "$group" \
--force "$force" \
--verbose "$verbose"
-# checksum: b1c82ebd40a5b660931d8c5eafd527a2
+
+# checksum: bd10503195b28a18e0c40567db2442a9