summaryrefslogtreecommitdiff
path: root/tf-daily.yaml
blob: 9eb1cdebcd37324329171c1c3870c2ec59a6743b (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
- job:
    name: tf-daily
    node: master
    project-type: freestyle
    concurrent: false
    disabled: false
    description: Triggers tf-main and tf-coverity for the TF-A project.
    properties:
    - build-discarder:
        days-to-keep: 7
        num-to-keep: 30
    - authorization:
        !include: authorization.yaml.inc
    parameters:
        - string:
            name: TF_GERRIT_PROJECT
            default: 'TF-A/trusted-firmware-a'
        - string:
            name: TF_GERRIT_BRANCH
            default: 'refs/heads/integration'
        - string:
            name: TF_GERRIT_REFSPEC
            default: '+refs/heads/integration:refs/remotes/origin/integration'
        - string:
            name: TFTF_GERRIT_PROJECT
            default: 'TF-A/tf-a-tests'
        - string:
            name: TFTF_GERRIT_BRANCH
            default: 'refs/heads/master'
        - string:
            name: TFTF_GERRIT_REFSPEC
            default: '+refs/heads/master:refs/remotes/origin/master'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project:
                - tf-main
                - tf-coverity
              block: true
              current-parameters: true
    triggers:
        - timed: H H(0-6) * * 1-5