snaps: Disable snaps verify jobs to prevent jobs queueing up
[releng.git] / jjb / snaps / snaps-verify-jobs.yml
1 ---
2 ###################################################
3 # All the jobs except verify have been removed!
4 # They will only be enabled on request by projects!
5 ###################################################
6 - project:
7     name: snaps
8
9     project: '{name}'
10
11     jobs:
12       - 'snaps-verify-{stream}'
13
14     stream:
15       - master:
16           branch: '{stream}'
17           gs-pathname: ''
18           disabled: true
19
20 - job-template:
21     name: 'snaps-verify-{stream}'
22
23     disabled: '{obj:disabled}'
24
25     concurrent: false
26
27     parameters:
28       - project-parameter:
29           project: '{project}'
30           branch: '{branch}'
31       - string:
32           name: DEPLOYMENT_HOST_IP
33           default: 192.168.122.2
34           description: 'IP of the deployment node'
35       - string:
36           name: CONTROLLER_IP
37           default: 192.168.122.3
38           description: 'IP of the controller node'
39       - 'intel-virtual10-defaults'
40
41     scm:
42       - git-scm-gerrit
43
44     triggers:
45       - gerrit:
46           server-name: 'gerrit.opnfv.org'
47           trigger-on:
48             - patchset-created-event:
49                 exclude-drafts: 'false'
50                 exclude-trivial-rebase: 'false'
51                 exclude-no-code-change: 'false'
52             - draft-published-event
53             - comment-added-contains-event:
54                 comment-contains-value: 'recheck'
55             - comment-added-contains-event:
56                 comment-contains-value: 'reverify'
57           projects:
58             - project-compare-type: 'ANT'
59               project-pattern: '{project}'
60               branches:
61                 - branch-compare-type: 'ANT'
62                   branch-pattern: '**/{branch}'
63               disable-strict-forbidden-file-verification: 'true'
64               forbidden-file-paths:
65                 - compare-type: ANT
66                   pattern: 'docs/**|.gitignore'
67
68     builders:
69       - shell: |
70           #!/bin/bash
71
72           cd $WORKSPACE/ci
73           ./run_tests.sh $DEPLOYMENT_HOST_IP $CONTROLLER_IP