blob: 5b211d7451639b9d49c8b835c651978f5c79d4ee [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: ''
Bartek Grzybowski2f7f21e2020-02-12 15:46:58 +010052 jobs:
Bartek Grzybowski6c6cd562020-03-25 13:42:17 +010053 - '{project-name}-{stream}-{subproject}-verify-golang'
54 subproject:
55 - 'test-security-k8s':
56 path: 'test/security/k8s'
57 pattern: '{path}/**'
58 build-node: ubuntu1804-builder-4c-4g
Bartek Grzybowskiad114ad2020-03-24 15:48:42 +010059 script: |
60 #!/bin/bash
61 set -ex # Fail build if any setup step fails
62 cd $WORKSPACE/{path}
63 make test
Bartek Grzybowskiad114ad2020-03-24 15:48:42 +010064 - 'test-security-sslendpoints':
65 path: 'test/security/sslendpoints'
66 pattern: '{path}/**'
Bartek Grzybowski6c6cd562020-03-25 13:42:17 +010067 build-node: ubuntu1804-docker-8c-8g
68 script: |
69 #!/bin/bash
70 set -ex # Fail build if any setup step fails
71 cd $WORKSPACE/{path}
72 rm -rf $WORKSPACE/{path}/bin
73 make docker-build
74 make test
75 make clean
Bartek Grzybowski2f7f21e2020-02-12 15:46:58 +010076 stream:
77 - 'master':
78 branch: 'master'
ebo1d023b62020-02-27 23:48:20 +000079
80- project:
Bartek Grzybowski4d77b8e2020-02-26 11:43:35 +010081 name: integration-linters
82 project: 'integration'
83 project-name: 'integration'
84 python-version: python3
85 jobs:
Bartek Grzybowski59083542020-04-09 06:35:50 -070086 - integration-linters
Bartek Grzybowski4d77b8e2020-02-26 11:43:35 +010087 subproject:
88 - 'yaml':
89 tox-dir: '.'
90 tox-envs: 'yaml'
Bartek Grzybowski9c2fb802020-03-06 13:47:58 +010091 pattern: '**/*.yaml'
92 - 'yml':
93 tox-dir: '.'
94 tox-envs: 'yaml'
95 pattern: '**/*.yml'
Bartek Grzybowski4d77b8e2020-02-26 11:43:35 +010096 - 'json':
97 tox-dir: '.'
98 tox-envs: 'json'
99 pattern: '**/*.json'
Bartek Grzybowski54281a32020-03-06 14:32:27 +0100100 - 'python':
101 tox-dir: '.'
102 tox-envs: 'py'
103 pattern: '**/*.py'
mrichommebd2282e2020-04-10 12:03:34 +0200104 - 'rst':
105 tox-dir: '.'
106 tox-envs: 'rst'
107 pattern: '**/*.rst'
108 - 'md':
109 tox-dir: '.'
110 tox-envs: 'md'
111 pattern: '**/*.md'
Bartek Grzybowski4d77b8e2020-02-26 11:43:35 +0100112 stream:
113 - 'master':
114 branch: 'master'