blob: 24c399c3e4d29b754e694e29f717f280e5f7ecfd (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
---
- project:
name: offline-installer
project-name: 'offline-installer'
build-node: 'ubuntu1804-docker-8c-8g'
offline_review_bootstrap: !include-raw-escape: offline-installer-review-bootstrap.sh
stream:
- 'master':
branch: 'master'
- 'istanbul':
branch: 'istanbul'
jobs:
- '{project-name}-{stream}-review':
build_script: '{offline_review_bootstrap}'
- project:
name: offline-installer-info
project-name: offline-installer
jobs:
- gerrit-info-yaml-verify
build-node: centos7-builder-2c-1g
project: oom/offline-installer
branch: master
- project:
name: offline-installer-linters
project: oom/offline-installer
project-name: offline-installer
python-version: python3
jobs:
- integration-linters
subproject:
- 'py':
tox-dir: '.'
tox-envs: 'py'
pattern: '**/*.py'
stream:
- 'master':
branch: 'master'
- 'istanbul':
branch: 'istanbul'
|