aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-test.yaml
blob: 791cc1cdf9c90be8c9c29286a694fdf7ca15e3b6 (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
57
58
59
60
61
- job:
    name: linaro-art-test
    project-type: freestyle
    defaults: global
    description: test job
    properties:
        - authorization:
            anonymous:
                - job-discover
            linaro-android-builders:
                - job-read
                - job-extended-read
                - job-workspace
                - job-configure
            linaro-art:
                - job-build
                - job-cancel
                - job-read
                - job-extended-read
                - job-workspace
            akos.denke@linaro.org:
                - job-build
                - job-configure
                - job-read
                - job-extended-read
                - job-workspace
        - build-discarder:
            days-to-keep: 60
            num-to-keep: 60
    parameters:
        - string:
            name: ADB_VERSION
            default: 'adb-tip'
    disabled: false
    node: docker-bionic-art
    display-name: 'Tip: Target Test'
    concurrent: true
    scm:
        - git:
            url: ssh://git@dev-private-git.linaro.org/linaro-art/platform/art.git
            branches:
                - origin/master
            credentials-id: '768c1ba1-6052-4b97-a531-7e4fabda6979'
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    wrappers:
        - timestamps
        - timeout:
            timeout: 500
        - ssh-agent-credentials:
                users:
                    - '768c1ba1-6052-4b97-a531-7e4fabda6979'
    builders:
        - shell: |
            #!/bin/bash -xe

            # Build scripts
            ssh-add -l
            ssh git@dev-private-git.linaro.org help
            git clone ssh://git@dev-private-git.linaro.org/linaro-art/platform/manifest.git