blob: 994f0f362a1b670e5f1116d92a4f50dcfce53ee0 [file] [log] [blame]
mrichomme50be5f82020-05-20 14:34:56 +02001---
2- project:
3 name: integration-xtesting-info
4 project-name: integration-xtesting
5 jobs:
6 - gerrit-info-yaml-verify
7 build-node: centos7-builder-2c-1g
8 project: integration/xtesting
9 branch: master
10
11- project:
12 name: integration-xtesting-linters
13 project: integration/xtesting
Jessica Wagantall2852c232020-05-26 15:15:34 -070014 project-name: integration-xtesting
mrichomme50be5f82020-05-20 14:34:56 +020015 python-version: python3
16 jobs:
17 - integration-linters
18 subproject:
19 - 'yaml':
20 tox-dir: '.'
21 tox-envs: 'yaml'
22 pattern: '**/*.yaml'
23 - 'yml':
24 tox-dir: '.'
25 tox-envs: 'yaml'
26 pattern: '**/*.yml'
27 - 'json':
28 tox-dir: '.'
29 tox-envs: 'json'
30 pattern: '**/*.json'
31 - 'md':
32 tox-dir: '.'
33 tox-envs: 'md'
34 pattern: '**/*.md'
35 stream:
36 - 'master':
37 branch: 'master'
mrichommede2f4c72020-06-15 11:51:32 +020038
39- project:
40 name: integration-xtesting-release
41 project-name: 'integration-xtesting'
42 project: 'integration/docker/onap-python'
43 mvn-settings: 'integration-settings'
44 jobs:
45 - '{project-name}-gerrit-release-jobs':
46 build-node: centos7-docker-8c-8g
47
48- project:
49 name: 'integration-xtesting-docker'
50 jobs:
51 - gerrit-docker-verify:
52 project-name: 'integration-xtesting-infra-healthcheck'
mrichomme495a1672020-06-18 10:59:47 +020053 docker-root: ./infra-healthcheck
mrichommede2f4c72020-06-15 11:51:32 +020054 docker-name: 'onap/xtesting-infra-healthcheck'
Jessica Wagantall07b44fd2020-06-18 12:17:08 -070055 docker-build-args: '-f ./docker/Dockerfile'
mrichommede2f4c72020-06-15 11:51:32 +020056 - gerrit-docker-merge:
57 project-name: 'integration-xtesting-infra-healthcheck'
mrichomme495a1672020-06-18 10:59:47 +020058 docker-root: ./infra-healthcheck
mrichommede2f4c72020-06-15 11:51:32 +020059 docker-name: 'onap/xtesting-infra-healthcheck'
mrichomme495a1672020-06-18 10:59:47 +020060 docker-build-args: '-f ./docker/Dockerfile'
mrichommede2f4c72020-06-15 11:51:32 +020061 - gerrit-docker-verify:
mrichomme495a1672020-06-18 10:59:47 +020062 project-name: 'integration/-xtesting-security'
63 docker-root: ./security
mrichommede2f4c72020-06-15 11:51:32 +020064 docker-name: 'onap/xtesting-security'
mrichomme495a1672020-06-18 10:59:47 +020065 docker-build-args: '-f ./docker/Dockerfile'
mrichommede2f4c72020-06-15 11:51:32 +020066 - gerrit-docker-merge:
67 project-name: 'integration-xtesting-security'
mrichomme495a1672020-06-18 10:59:47 +020068 docker-root: ./security
mrichommede2f4c72020-06-15 11:51:32 +020069 docker-name: 'onap/xtesting-infra-healthcheck'
mrichomme495a1672020-06-18 10:59:47 +020070 docker-build-args: '-f ./docker/Dockerfile'
mrichommede2f4c72020-06-15 11:51:32 +020071 project: 'integration/xtesting'
72 stream:
73 - 'master':
74 branch: 'master'
75 files: ''
76 docker-root: '$WORKSPACE'
77 mvn-settings: 'integration-settings'
78 build-node: ubuntu1804-docker-8c-8g