# Auto generated by ./tcwg/generate-yamlfiles.sh from tcwg-gnu-builds.yaml.in and tcwg-gnu-builds/tcwg-gnu-builds.def. Do not edit. #BEGIN: tcwg/default.yaml.inc # -*- mode: Yaml -*- - property: name: default-properties properties: - authorization: anonymous: - job-read - job-extended-read linaro: - job-build - job-cancel - build-discarder: days-to-keep: 30 num-to-keep: 30 - scm: name: jenkins-scripts scm: - git: url: https://git.linaro.org/toolchain/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-gnu-builds project-type: multijob defaults: global properties: - default-properties parameters: - string: name: release_name default: test description: 'Name of release series' - string: name: buildnumber default: 0 description: 'Build number in release series' - choice: name: version choices: - latest-rel - master description: 'Toolchain version; should match a supported ABE config' - bool: name: host_x86_64_target_aarch64 default: true - bool: name: host_x86_64_target_armhf default: true - bool: name: host_aarch64_target_native default: true - bool: name: host_aarch64_target_armhf default: true - bool: name: host_armhf_target_native default: true - choice: name: distro choices: - lts_1 - lts description: 'Ubuntu distro to use for build environment' - bool: name: publish default: false description: 'Whether to publish to snapshots.linaro.org' - bool: name: verbose default: true description: 'Whether to be verbose' disabled: false node: tcwg-coordinator concurrent: true display-name: 'TCWG AAA GNU Builds' wrappers: - build-name: name: '#$BUILD_NUMBER-$version-$release_name-$buildnumber' - timeout: timeout: 300 - timestamps - workspace-cleanup builders: - shell: | #!/bin/bash set -euf -o pipefail if $verbose; then set -x fi if [ x"$(ls)" != x"" ]; then echo "ERROR: Dirty workspace" exit 1 fi cat > build-params.txt < HEADER-latest-rel.textile < HEADER-master.textile < build-params.txt <