aboutsummaryrefslogtreecommitdiff
path: root/tcwg-gnu-builds.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-gnu-builds.yaml')
-rw-r--r--tcwg-gnu-builds.yaml78
1 files changed, 39 insertions, 39 deletions
diff --git a/tcwg-gnu-builds.yaml b/tcwg-gnu-builds.yaml
index c78893f7d7..106759bedc 100644
--- a/tcwg-gnu-builds.yaml
+++ b/tcwg-gnu-builds.yaml
@@ -1,4 +1,4 @@
-# Auto generated by ./tcwg/generate-yamlfiles.sh from tcwg-gnu-builds.yaml.in and tcwg-gnu-builds/tcwg-gnu-builds.def. Do not edit.
+# Auto generated by ./tcwg/generate-yamlfiles.sh from tcwg-dev-builds.yaml.in and tcwg-dev-builds/tcwg-gnu-builds.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
@@ -69,7 +68,8 @@
default: true
- bool:
name: host_armhf_target_native
- default: true
+ # FIXME: https://linaro.atlassian.net/browse/STG-5042
+ default: false
- choice:
name: distro
choices:
@@ -92,7 +92,7 @@
- build-name:
name: '#$BUILD_NUMBER-$version-$release_name-$buildnumber'
- timeout:
- timeout: 300
+ timeout: 600
- timestamps
- workspace-cleanup
builders:
@@ -117,39 +117,39 @@
- multijob:
name: Build
projects:
- - name: tcwg-dev-build
+ - name: tcwg-gnu-build
alias: "host_x86_64_target_aarch64"
enable-condition: "$host_x86_64_target_aarch64"
node-label-name: "builder"
node-label: "tcwg-build && tcwg-x86_64-build"
property-file: build-params.txt
predefined-parameters: "target=aarch64-linux-gnu"
- - name: tcwg-dev-build
+ - name: tcwg-gnu-build
alias: "host_x86_64_target_armhf"
enable-condition: "$host_x86_64_target_armhf"
node-label-name: "builder"
node-label: "tcwg-build && tcwg-x86_64-build"
property-file: build-params.txt
predefined-parameters: "target=arm-linux-gnueabihf"
- - name: tcwg-dev-build
+ - name: tcwg-gnu-build
alias: "host_aarch64_target_aarch64"
enable-condition: "$host_aarch64_target_native"
node-label-name: "builder"
node-label: "tcwg-build && tcwg-armv8_64"
property-file: build-params.txt
predefined-parameters: "target=native"
- - name: tcwg-dev-build
+ - name: tcwg-gnu-build
alias: "host_aarch64_target_armhf"
enable-condition: "$host_aarch64_target_armhf"
node-label-name: "builder"
node-label: "tcwg-build && tcwg-armv8_64"
property-file: build-params.txt
predefined-parameters: "target=arm-linux-gnueabihf"
- - name: tcwg-dev-build
+ - name: tcwg-gnu-build
alias: "host_armhf_target_native"
enable-condition: "$host_armhf_target_native"
node-label-name: "builder"
- node-label: "tcwg-x15 && tcwg-armv7"
+ node-label: "tcwg-build && tcwg-armv7"
property-file: build-params.txt
predefined-parameters: "target=native"
- shell: |
@@ -159,69 +159,69 @@
set -x
fi
- env | grep "TCWG_DEV_BUILD"
+ env | grep "TCWG_GNU_BUILD"
- conditional-step:
condition-kind: num-comp
- lhs: $TRIGGERED_BUILD_RUN_COUNT_TCWG_DEV_BUILD
+ lhs: $TRIGGERED_BUILD_RUN_COUNT_TCWG_GNU_BUILD
comparator: greater-than-equal
rhs: 1
steps:
- copyartifact:
- project: tcwg-dev-build
+ project: tcwg-gnu-build
which-build: specific-build
- # Note that $TCWG_DEV_BUILD_BUILD_NUMBER points to the last
- # build (i.e., it's the same as $TCWG_DEV_BUILD_5_BUILD_NUMBER
+ # Note that $TCWG_GNU_BUILD_BUILD_NUMBER points to the last
+ # build (i.e., it's the same as $TCWG_GNU_BUILD_5_BUILD_NUMBER
# in a full 5-configuration build). At the same time,
- # $TCWG_DEV_BUILD_nnn_BUILD_NUMBER variables are defined only
+ # $TCWG_GNU_BUILD_nnn_BUILD_NUMBER variables are defined only
# when multiple builds were triggered.
- # We need to use $TCWG_DEV_BUILD_BUILD_NUMBER here to correctly
+ # We need to use $TCWG_GNU_BUILD_BUILD_NUMBER here to correctly
# handle single-toolchain builds.
- build-number: $TCWG_DEV_BUILD_BUILD_NUMBER
- target: tcwg-dev-build-1
+ build-number: $TCWG_GNU_BUILD_BUILD_NUMBER
+ target: tcwg-gnu-build-1
- conditional-step:
condition-kind: num-comp
- lhs: $TRIGGERED_BUILD_RUN_COUNT_TCWG_DEV_BUILD
+ lhs: $TRIGGERED_BUILD_RUN_COUNT_TCWG_GNU_BUILD
comparator: greater-than-equal
rhs: 2
steps:
- copyartifact:
- project: tcwg-dev-build
+ project: tcwg-gnu-build
which-build: specific-build
- build-number: $TCWG_DEV_BUILD_1_BUILD_NUMBER
- target: tcwg-dev-build-2
+ build-number: $TCWG_GNU_BUILD_1_BUILD_NUMBER
+ target: tcwg-gnu-build-2
- conditional-step:
condition-kind: num-comp
- lhs: $TRIGGERED_BUILD_RUN_COUNT_TCWG_DEV_BUILD
+ lhs: $TRIGGERED_BUILD_RUN_COUNT_TCWG_GNU_BUILD
comparator: greater-than-equal
rhs: 3
steps:
- copyartifact:
- project: tcwg-dev-build
+ project: tcwg-gnu-build
which-build: specific-build
- build-number: $TCWG_DEV_BUILD_2_BUILD_NUMBER
- target: tcwg-dev-build-3
+ build-number: $TCWG_GNU_BUILD_2_BUILD_NUMBER
+ target: tcwg-gnu-build-3
- conditional-step:
condition-kind: num-comp
- lhs: $TRIGGERED_BUILD_RUN_COUNT_TCWG_DEV_BUILD
+ lhs: $TRIGGERED_BUILD_RUN_COUNT_TCWG_GNU_BUILD
comparator: greater-than-equal
rhs: 4
steps:
- copyartifact:
- project: tcwg-dev-build
+ project: tcwg-gnu-build
which-build: specific-build
- build-number: $TCWG_DEV_BUILD_3_BUILD_NUMBER
- target: tcwg-dev-build-4
+ build-number: $TCWG_GNU_BUILD_3_BUILD_NUMBER
+ target: tcwg-gnu-build-4
- conditional-step:
condition-kind: num-comp
- lhs: $TRIGGERED_BUILD_RUN_COUNT_TCWG_DEV_BUILD
+ lhs: $TRIGGERED_BUILD_RUN_COUNT_TCWG_GNU_BUILD
comparator: greater-than-equal
rhs: 5
steps:
- copyartifact:
- project: tcwg-dev-build
+ project: tcwg-gnu-build
which-build: specific-build
- build-number: $TCWG_DEV_BUILD_4_BUILD_NUMBER
- target: tcwg-dev-build-5
+ build-number: $TCWG_GNU_BUILD_4_BUILD_NUMBER
+ target: tcwg-gnu-build-5
- linaro-publish-token
- shell: |
#!/bin/bash
@@ -232,9 +232,9 @@
mkdir out
- i="$TRIGGERED_BUILD_RUN_COUNT_TCWG_DEV_BUILD"
+ i="$TRIGGERED_BUILD_RUN_COUNT_TCWG_GNU_BUILD"
while [ $i -gt 0 ]; do
- rsync -a tcwg-dev-build-$i/artifacts/binaries/ out/
+ rsync -a tcwg-gnu-build-$i/artifacts/binaries/ out/
i=$(($i-1))
done
@@ -332,4 +332,4 @@
predefined-parameters: |
version=master
distro=lts
-# checksum: 6eadaacf14a0b8ffd682d66a01b93b79
+# checksum: 92639f8f3e3bffb05670cef4ddc174ec