aboutsummaryrefslogtreecommitdiff
path: root/staging-qa-reports.yaml
blob: 7abfe58850b5298468f45edf6b2971a310538dbf (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
62
63
64
65
66
67
- scm:
    name: squad
    scm:
        - git:
            url: https://github.com/Linaro/squad.git
            refspec: +refs/heads/master:refs/remotes/origin/master
            name: squad
            branches:
                - refs/heads/master
            skip-tag: true
            shallow-clone: false
            wipe-workspace: true
- scm:
    name: qa-reports.linaro.org
    scm:
        - git:
            url: https://github.com/Linaro/qa-reports.linaro.org.git
            refspec: +refs/heads/master:refs/remotes/origin/master
            name: qa-reports
            branches:
                - refs/heads/master
            basedir: qa-reports.linaro.org
            skip-tag: true
            shallow-clone: true
            wipe-workspace: true
- job:
    name: staging-qa-reports
    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: 90
            num-to-keep: 90
    disabled: false
    node: master
    display-name: 'Staging QA reports'
    scm:
        - squad
        - qa-reports.linaro.org
    triggers:
        - github
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
        - ssh-agent-credentials:
            users:
                - 'QA_REPORTS_DEPLOY_KEY'
        - credentials-binding:
            - text:
                credential-id: QA_REPORTS_ANSIBLE_VAULT_PASSWORD
                variable: ANSIBLE_VAULT_PASSWORD
    builders:
        - shell:
            !include-raw: staging-qa-reports/builders.sh
    publishers:
        - email:
            recipients: 'qa-team@linaro.org'