blob: 58bab20a6fbe87df1e8ea00cde926fc3c59d470a (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
---
- project:
name: testsuite-project-view
project-name: testsuite
views:
- project-view
- project:
name: testsuite-release
project-name: 'testsuite'
project: 'testsuite'
mvn-settings: 'testsuite-settings'
jobs:
- '{project-name}-gerrit-release-jobs':
build-node: centos7-docker-8c-8g
- project:
name: testsuite
project-name: 'testsuite'
jobs:
- '{project-name}-{stream}-3scm-docker-shell-daily':
script:
!include-raw-escape: 'testsuite-docker.sh'
project: 'testsuite'
extra-project1: 'testsuite/python-testing-utils'
extra-branch1: '{branch}'
extra-refspec1: 'refs/heads/{branch}'
checkout-dir1: 'testsuite/eteutils'
extra-project2: 'testsuite/heatbridge'
extra-branch2: '{branch}'
extra-refspec2: 'refs/heads/{branch}'
checkout-dir2: 'testsuite/heatbridge'
extra-project3: 'demo'
extra-branch3: '{branch}'
extra-refspec3: 'refs/heads/{branch}'
checkout-dir3: 'demo'
stream:
- 'master':
branch: 'master'
- 'dublin':
branch: 'dublin'
- 'elalto':
branch: 'elalto'
mvn-settings: 'testsuite-settings'
- project:
name: testsuite-info
project-name: testsuite
jobs:
- gerrit-info-yaml-verify
build-node: centos7-builder-2c-1g
project: testsuite
branch: master
- project:
name: testsuite-linters
project: 'testsuite'
project-name: 'testsuite'
python-version: python3
jobs:
- integration-linters
subproject:
- 'yaml':
tox-dir: '.'
tox-envs: 'yaml'
pattern: '**/*.yaml'
- 'yml':
tox-dir: '.'
tox-envs: 'yaml'
pattern: '**/*.yml'
- 'json':
tox-dir: '.'
tox-envs: 'json'
pattern: '**/*.json'
# - 'robot':
# tox-dir: '.'
# tox-envs: 'robot'
# pattern: '**/*.robot'
stream:
- 'master':
branch: 'master'
|