blob: 2a7fc5dcfffa463dbd646829f7428ecd395d0fe6 (
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
|
---
- project:
name: integration-terraform-info
project: integration/terraform
project-name: integration-terraform
build-node: centos7-builder-2c-1g
jobs:
- gerrit-info-yaml-verify
- project:
name: integration-terraform-validate
project: integration/terraform
project-name: integration-terraform
jobs:
- integration-terraform-verify
subproject:
- 'openlab':
tox-dir: 'openlab'
tox-envs: 'terraform'
pattern: 'openlab/**'
- 'terragrunt':
tox-dir: 'terragrunt'
tox-envs: 'terragrunt'
pattern: 'terragrunt/**'
stream:
- 'master':
branch: 'master'
|