summaryrefslogtreecommitdiffstats
path: root/jjb/qtip/qtip-experimental-jobs.yml
blob: 05445d898bdb361ef82630763a73ca2ee731083b (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
###########################################
# Experimental jobs for development purpose
###########################################

- project:
    name: qtip-experimental-jobs
    project: qtip
    jobs:
        - 'qtip-experimental-{stream}'
    stream:
        - master:
            branch: '{stream}'
            gs-pathname: ''
            disabled: false

################################
## job templates
#################################

- job-template:
    name: 'qtip-experimental-{stream}'

    disabled: '{obj:disabled}'

    parameters:
        - project-parameter:
            project: '{project}'
            branch: '{branch}'
        # Pin the tests on zte-pod4 with apex deployment
        - apex-defaults
        - zte-pod4-defaults
    scm:
        - git-scm-gerrit

    triggers:
        - experimental:
            project: '{project}'
            branch: '{branch}'
            files: '**'

    builders:
        - shell: |
             #!/bin/bash
                source tests/ci/experimental.sh