aboutsummaryrefslogtreecommitdiff
path: root/luajit-aarch64.yaml
blob: dd436baa960cf4ea1a75fa0c8cef894ce37678b2 (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
- job:
    name: luajit-aarch64
    project-type: matrix
    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'
    axes:
        - axis:
            type: slave
            name: label
            values:
                - docker-buster-arm64
                - docker-buster-armhf
                - docker-buster-amd64
    disabled: false
    display-name: 'LuaJIT CI (Official Repository)'
    scm:
        - git:
            url: https://github.com/LuaJIT/LuaJIT.git
            refspec: +refs/heads/v2.1:refs/remotes/origin/v2.1
            name: origin
            branches:
                - refs/heads/v2.1
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
          clean:
            before: true
          prune: true
    triggers:
        - pollscm: 'H/5 * * * *'
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
    builders:
        - shell:
            !include-raw: luajit-aarch64/builders.sh