aboutsummaryrefslogtreecommitdiff
path: root/tcwg-trigger-gcc-trunk-ubsan.yaml
blob: 4a2d2ac27c8356bcdb753956da4f9b1832148489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
- job:
    name: tcwg-trigger-gcc-trunk-ubsan
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    disabled: false
    node: tcwg-coordinator
    retry-count: 3
    concurrent: true
    display-name: 'TCWG Trigger GCC trunk bootstrap with UBSAN'
    triggers:
        # Every Saturday at 20:00
        - timed: '0 20 * * 6'
    wrappers:
        - timeout:
            timeout: 600
        - timestamps
        - ssh-agent-credentials:
            # tcwg-buildslave user id
            users:
                - 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
    builders:
        - shell: |
            #!/bin/bash

            set -ex

            cat << EOF > buildfarm_parameters
            override=--set buildconfig=bootstrap-ubsan
            log_name=${JOB_NAME}-${BUILD_NUMBER}/@@host@@.\$target
            abe_branch=tested
            scripts_branch=tested
            runtests=
            try_bootstrap=true
            rebuild=yes
            dont_fail=false
            target_list=tcwg-x86_64-build tcwg-x86_32-build tcwg-tk1_32-build tcwg-apm_64-build tcwg-apm_32-build
            displaytag=gcc-trunk-ubsan-${BUILD_NUMBER}
            EOF
        - trigger-builds:
            - project: 'tcwg-buildfarm'
              property-file: buildfarm_parameters
              block: true
    publishers:
        - email:
            recipients: 'tcwg-validation@linaro.org'