aboutsummaryrefslogtreecommitdiff
path: root/luajit-aarch64.yaml
blob: d41de2a590660e7b7006770a5183652e4a2ffcd0 (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
- job:
    name: luajit-aarch64
    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: 30
            num-to-keep: 30
    parameters:
        - bool:
            name: CI_DEBUG
            default: true
            description: 'Whether to print debug message'
    disabled: false
    node: docker-jessie-arm64
    display-name: 'LuaJIT CI (Aarch64)'
    scm:
        - git:
            url: https://github.com/cbaylis/luajit-aarch64/
            refspec: +refs/heads/aarch64-v2.1-new:refs/remotes/origin/aarch64-v2.1-new
            name: origin
            branches:
                - refs/heads/aarch64-v2.1-new
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
    builders:
        - shell:
            !include-raw: luajit-aarch64/builders.sh