Merge "Update to pmsh jjb job"
[ci-management.git] / jjb / integration / integration.yaml
1 ---
2 - project:
3     name: integration-project-view
4     project-name: integration
5     views:
6       - project-view
7
8 - project:
9     name: integration-info
10     project-name: integration
11     jobs:
12       - gerrit-info-yaml-verify
13     build-node: centos7-builder-2c-1g
14     project: integration
15     branch: master
16
17 - project:
18     name: integration-verify-python
19     project-name: integration
20     project: integration
21     stream:
22       - 'master':
23           branch: 'master'
24       - 'elalto':
25           branch: 'elalto'
26     mvn-settings: 'integration-settings'
27     build-node: 'centos7-builder-4c-4g'
28     subproject:
29       - 'test-vcpe':
30           path: 'test/vcpe'
31           pattern: 'test/vcpe/**'
32     jobs:
33       - '{project-name}-{stream}-{subproject}-verify-python'
34
35 - project:
36     name: integration-verify-vagrantfile
37     project-name: 'integration'
38     project: 'integration'
39
40     stream:
41       - 'master':
42           branch: 'master'
43
44     jobs:
45       - '{project-name}-{stream}-verify-vagrantfile'
46
47 - project:
48     name: integration-verify-golang
49     project-name: 'integration'
50     project: 'integration'
51     golangver: 'golang112'
52     mvn-settings: 'integration-settings'
53     archive-artifacts: ''
54     build-node: ubuntu1604-builder-2c-1g
55     jobs:
56       - '{project-name}-{stream}-verify-golang':
57           script: '{build_script}'
58     path: 'test/security/k8s'
59     pattern: '{path}/**'
60     stream:
61       - 'master':
62           branch: 'master'
63     build_script: |
64         #!/bin/bash
65         set -ex # Fail build if any setup step fails
66         cd test/security/k8s
67         make test