| # Auto generated by ./tcwg/generate-yamlfiles.sh from tcwg-update-containers.yaml.in and tcwg-update-containers/tcwg-update-llvmbot-containers.def. Do not edit. |
| #BEGIN: tcwg/default.yaml.inc |
| # -*- mode: Yaml -*- |
| |
| - property: |
| name: default-properties |
| properties: |
| - authorization: |
| anonymous: |
| - job-read |
| - job-extended-read |
| everyone-flat: |
| - job-build |
| - job-cancel |
| - build-discarder: |
| days-to-keep: 20 |
| |
| - scm: |
| name: jenkins-scripts |
| scm: |
| - git: |
| url: https://gitlab.com/Linaro/tcwg/jenkins-scripts.git |
| refspec: +refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/changes/* |
| branches: |
| - $scripts_branch |
| basedir: jenkins-scripts |
| skip-tag: true |
| reference-repo: /home/tcwg-buildslave/snapshots-ref/jenkins-scripts.git |
| wipe-workspace: false |
| clean: |
| before: true |
| prune: true |
| |
| #END: tcwg/default.yaml.inc |
| |
| - job: |
| name: tcwg-update-llvmbot-containers |
| project-type: freestyle |
| defaults: global |
| properties: |
| - authorization: |
| anonymous: |
| - job-read |
| - job-extended-read |
| everyone-flat: |
| - job-build |
| - job-cancel |
| - build-discarder: |
| days-to-keep: 30 |
| num-to-keep: 100 |
| - throttle: |
| max-per-node: 1 |
| option: project |
| parameters: |
| - label: |
| name: nodes |
| default: tcwg-llvmbot |
| all-nodes: true |
| matching-label: 'allCases' |
| description: 'Machines to run on' |
| - string: |
| name: distro |
| default: 'default' |
| description: 'Distro version to use.' |
| - string: |
| name: master |
| default: 'normal' |
| description: 'LLVM buildmaster to use: silent or normal' |
| - bool: |
| name: force |
| default: 'false' |
| description: 'Whether to force update even with no changes in image' |
| - bool: |
| name: verbose |
| default: 'true' |
| description: 'Whether to be verbose' |
| - string: |
| name: scripts_branch |
| default: master |
| description: 'Scripts revision to use' |
| disabled: false |
| node: tcwg-coordinator |
| concurrent: true |
| display-name: 'TCWG CCC Update llvmbot containers' |
| # We need to unshare workspace with $NODE_NAME in the path to |
| # correctly run on tcwg-bmk-* nodes. |
| workspace: workspace/tcwg-update-llvmbot-containers_$EXECUTOR_NUMBER/$NODE_NAME |
| scm: |
| - jenkins-scripts |
| # No timer trigger for llvmbot and buildkite because we want the bot maintainer to be |
| # able to control the deployment time. |
| wrappers: |
| - timeout: |
| timeout: 600 |
| - timestamps |
| - credentials-binding: |
| - text: |
| credential-id: TCWG_LLVMBOT_PASSWORD |
| variable: TCWG_LLVMBOT_PASSWORD |
| - build-name: |
| name: '#${BUILD_NUMBER}-${NODE_NAME}' |
| builders: |
| - shell: |
| command: | |
| #!/bin/bash |
| set -ex |
| |
| ./jenkins-scripts/tcwg-update-llvmbot-containers.sh \ |
| --NODE_NAME "$NODE_NAME" \ |
| --distro "$distro" \ |
| --master "$master" \ |
| --password "$TCWG_LLVMBOT_PASSWORD" \ |
| --force "$force" \ |
| --verbose "$verbose" |
| |
| # checksum: 9501a0ec69b7c763f3046a9f74b3c989 |