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