blob: 17b608363a1594704d7956ca407768cf4242f688 [file] [log] [blame]
Gary Wu41a9eaf2017-09-01 13:46:07 -07001---
2- project:
Jessica Wagantall5b57a372018-11-13 14:29:55 -08003 name: integration-project-view
4 project-name: integration
5 views:
6 - project-view
7
8- project:
Jessica Wagantalla31df192019-02-27 00:09:44 -08009 name: integration-info
10 project-name: integration
11 jobs:
12 - gerrit-info-yaml-verify
Jessica Wagantalldb675aa2020-01-14 00:57:36 -080013 build-node: centos7-builder-2c-1g
Jessica Wagantalla31df192019-02-27 00:09:44 -080014 project: integration
15 branch: master
mrichomme23fc7b12020-01-31 16:39:22 +010016
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:
Bartek Grzybowski6df4b5b2020-02-06 08:23:09 +010029 - 'test-vcpe':
mrichomme23fc7b12020-01-31 16:39:22 +010030 path: 'test/vcpe'
31 pattern: 'test/vcpe/**'
32 jobs:
33 - '{project-name}-{stream}-{subproject}-verify-python'
Bartek Grzybowski2dd05542020-02-07 15:10:03 +010034
35- project:
36 name: integration-verify-vagrantfile
37 project-name: 'integration'
38 project: 'integration'
Bartek Grzybowski2dd05542020-02-07 15:10:03 +010039 stream:
40 - 'master':
41 branch: 'master'
Bartek Grzybowski2dd05542020-02-07 15:10:03 +010042 jobs:
43 - '{project-name}-{stream}-verify-vagrantfile'
Bartek Grzybowski2f7f21e2020-02-12 15:46:58 +010044
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
Bartek Grzybowski6d7de2f2020-02-12 20:11:19 +010064 cd test/security/k8s
Bartek Grzybowski2f7f21e2020-02-12 15:46:58 +010065 make test
ebo1d023b62020-02-27 23:48:20 +000066
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'
ebo5be849a2020-03-02 16:52:38 +000075 project-name: 'integration-netconf-pnp-simulator'
ebo1d023b62020-02-27 23:48:20 +000076 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
ebob52c7702020-03-02 16:55:53 +000082 post_docker_build_script: !include-raw-escape: ../global-jjb/shell/tox-run.sh
ebo1d023b62020-02-27 23:48:20 +000083 build-node: centos7-docker-8c-8g
ebo5be849a2020-03-02 16:52:38 +000084 build-timeout: 20
ebo1d023b62020-02-27 23:48:20 +000085 jobs:
86 - gerrit-docker-verify
87 - gerrit-docker-merge
Bartek Grzybowski4d77b8e2020-02-26 11:43:35 +010088
89- project:
90 name: integration-linters
91 project: 'integration'
92 project-name: 'integration'
93 python-version: python3
94 jobs:
95 - '{project-name}-{stream}-{subproject}-lint'
96 subproject:
97 - 'yaml':
98 tox-dir: '.'
99 tox-envs: 'yaml'
Bartek Grzybowski9c2fb802020-03-06 13:47:58 +0100100 pattern: '**/*.yaml'
101 - 'yml':
102 tox-dir: '.'
103 tox-envs: 'yaml'
104 pattern: '**/*.yml'
Bartek Grzybowski4d77b8e2020-02-26 11:43:35 +0100105 - 'json':
106 tox-dir: '.'
107 tox-envs: 'json'
108 pattern: '**/*.json'
Bartek Grzybowski54281a32020-03-06 14:32:27 +0100109 - 'python':
110 tox-dir: '.'
111 tox-envs: 'py'
112 pattern: '**/*.py'
Bartek Grzybowski4d77b8e2020-02-26 11:43:35 +0100113 stream:
114 - 'master':
115 branch: 'master'