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

- project:
    name: qtip-experimental-jobs
    project: qtip
    jobs:
      - 'qtip-experimental-{stream}'
    stream:
      - master:
          branch: '{stream}'
          gs-pathname: ''
          disabled: false
      - euphrates:
          branch: 'stable/{stream}'
          gs-pathname: '/{stream}'
          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-pod6 with MCP deployment
      - fuel-defaults
      - zte-virtual6-defaults
    scm:
      - git-scm-gerrit

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

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