blob: b656b4fbd7b9cc1f0bc46a82b5249e594d31fc8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
- project:
name: integration-devtool
project-name: 'integration-devtool'
jobs:
- '{project-name}-{stream}-{subproject}-verify-python'
project: 'integration/devtool'
subproject:
- 'devtool':
path: '.'
pattern: '**'
stream:
- 'master':
branch: 'master'
mvn-settings: 'integration-devtool-settings'
build-node: ubuntu1604-builder-2c-1g
- project:
name: integration-devtool-info
project-name: integration-devtool
jobs:
- gerrit-info-yaml-verify
project: integration/devtool
branch: master
|