blob: c7564f487ac71ba81b22f57ee8853c94a79d652e [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'
39
40 stream:
41 - 'master':
42 branch: 'master'
43
44 jobs:
45 - '{project-name}-{stream}-verify-vagrantfile'
Bartek Grzybowski2f7f21e2020-02-12 15:46:58 +010046
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
Bartek Grzybowski6d7de2f2020-02-12 20:11:19 +010066 cd test/security/k8s
Bartek Grzybowski2f7f21e2020-02-12 15:46:58 +010067 make test
ebo1d023b62020-02-27 23:48:20 +000068
69- project:
70 name: integration-netconf-pnp-simulator
71 project: integration
72 stream:
73 - 'master':
74 branch: 'master'
75 # Required by verifier
76 mvn-settings: 'integration-settings'
77 project-name: 'netconf-pnp-simulator'
78 gerrit_trigger_file_paths:
79 - compare-type: ANT
80 pattern: 'test/mocks/netconf-pnp-simulator/engine/**'
81 docker-name: 'onap/integration/simulators/netconf-pnp-simulator'
82 docker-root: test/mocks/netconf-pnp-simulator/engine
83 container-tag-method: yaml-file
84 build-node: centos7-docker-8c-8g
85 build-timeout: 1000
86 jobs:
87 - gerrit-docker-verify
88 - gerrit-docker-merge