aboutsummaryrefslogtreecommitdiff
path: root/linux-ilp32.yaml
blob: 95bb3172acc1ae3e4020b93e649ef45182e8e16f (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
- job:
    name: linux-ilp32
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 7
    disabled: false
    node: docker-jessie-arm64
    display-name: 'Linux ARM64 (ilp32)'
    scm:
        - git:
            url: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
            refspec: +refs/heads/staging/ilp32-4.12:refs/remotes/origin/staging/ilp32-4.12
            name: origin
            basedir: linux
            branches:
                - refs/heads/staging/ilp32-4.12
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
    builders:
        - shell: |
            #!/bin/bash
            cd linux
            make defconfig
            make -j10 deb-pkg
            cd ..

            cat > params <<EOF
            source=${BUILD_URL}/artifact/$(echo *.dsc)
            repo=TCWG:ilp32
            EOF
    publishers:
        - archive:
            artifacts: '*.dsc, *.gz, *.deb'
        - trigger-parameterized-builds:
            - project: build-package-obs
              property-file: params
              condition: SUCCESS