Merge "Increase thread stack size for Graal in apex-pdp"
[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     stream:
40       - 'master':
41           branch: 'master'
42     jobs:
43       - '{project-name}-{stream}-verify-vagrantfile'
44
45 - project:
46     name: integration-verify-golang
47     project-name: 'integration'
48     project: 'integration'
49     golangver: 'golang112'
50     mvn-settings: 'integration-settings'
51     archive-artifacts: ''
52     build-node: ubuntu1604-builder-2c-1g
53     jobs:
54       - '{project-name}-{stream}-verify-golang':
55           script: '{build_script}'
56     path: 'test/security/k8s'
57     pattern: '{path}/**'
58     stream:
59       - 'master':
60           branch: 'master'
61     build_script: |
62         #!/bin/bash
63         set -ex # Fail build if any setup step fails
64         cd test/security/k8s
65         make test
66
67 - project:
68     name: integration-netconf-pnp-simulator
69     project: integration
70     stream:
71       - 'master':
72           branch: 'master'
73     # Required by verifier
74     mvn-settings: 'integration-settings'
75     project-name: 'integration-netconf-pnp-simulator'
76     gerrit_trigger_file_paths:
77       - compare-type: ANT
78         pattern: 'test/mocks/netconf-pnp-simulator/engine/**'
79     docker-name: 'onap/integration/simulators/netconf-pnp-simulator'
80     docker-root: test/mocks/netconf-pnp-simulator/engine
81     container-tag-method: yaml-file
82     build-node: centos7-docker-8c-8g
83     build-timeout: 20
84     jobs:
85       - gerrit-docker-verify
86       - gerrit-docker-merge
87
88 - project:
89     name: integration-linters
90     project: 'integration'
91     project-name: 'integration'
92     python-version: python3
93     jobs:
94       - '{project-name}-{stream}-{subproject}-lint'
95     subproject:
96       - 'yaml':
97           tox-dir: '.'
98           tox-envs: 'yaml'
99           pattern: '**/*.yaml|**/*.yml'
100       - 'json':
101           tox-dir: '.'
102           tox-envs: 'json'
103           pattern: '**/*.json'
104     stream:
105       - 'master':
106           branch: 'master'