blob: 04391fb02a7c1ff23b2e149ab713d91ff7a0fb95 [file] [log] [blame]
LF Jenkins CI05a559e2020-11-10 18:41:11 +00001---
2- project:
3 name: integration-terragrunt-project-view
4 project-name: integration-terragrunt
5 views:
6 - project-view
7
8- project:
9 name: integration-terragrunt-info
10 project: integration/terragrunt
11 project-name: integration-terragrunt
12 build-node: centos7-builder-2c-1g
13 jobs:
14 - gerrit-info-yaml-verify
Bartek Grzybowski776c8462020-11-13 10:42:34 +010015
16- project:
17 name: integration-terragrunt-linters
18 project: integration/terragrunt
19 project-name: integration-terragrunt
20 python-version: python3
21 jobs:
22 - integration-linters
23 subproject:
24 - 'yaml':
25 tox-dir: '.'
26 tox-envs: 'yaml'
27 pattern: '**/*.yaml'
28 - 'yml':
29 tox-dir: '.'
30 tox-envs: 'yaml'
31 pattern: '**/*.yml'
32 - 'json':
33 tox-dir: '.'
34 tox-envs: 'json'
35 pattern: '**/*.json'
36 - 'python':
37 tox-dir: '.'
38 tox-envs: 'py'
39 pattern: '**/*.py'
40 - 'md':
41 tox-dir: '.'
42 tox-envs: 'md'
43 pattern: '**/*.md'
44 stream:
45 - 'master':
46 branch: 'master'
Bartek Grzybowskidc869e62021-02-04 13:07:38 +010047
48- project:
49 name: integration-terragrunt-validate
50 project: integration/terragrunt
51 project-name: integration-terragrunt
52 jobs:
53 - integration-terraform-verify
54 subproject:
55 - 'terragrunt':
56 tox-dir: '.'
57 tox-envs: 'terragrunt'
58 pattern: '**'
59 stream:
60 - 'master':
61 branch: 'master'