diff options
author | LF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org> | 2020-04-01 20:00:20 +0000 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-04-02 14:37:13 +0200 |
commit | b580ca1b6919c6d9bcb9cbb1b9d9292cc746b601 (patch) | |
tree | e36f9105e65dfb7d65a45cce20073415f6a03dfb /jjb | |
parent | 7a1612ec5bb0ce5214062eb72f50229b58fde256 (diff) |
Automation adds integration-simulators-dc-simulator.yaml
Issue-ID: CIMAN-33
Change-Id: I32360a73e1e7ba2149292e90cf4ee7c0f7a118d0
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/simulators/integration-dc-simulator.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/jjb/integration/simulators/integration-dc-simulator.yaml b/jjb/integration/simulators/integration-dc-simulator.yaml new file mode 100644 index 000000000..7d807dc8e --- /dev/null +++ b/jjb/integration/simulators/integration-dc-simulator.yaml @@ -0,0 +1,33 @@ +--- +- project: + name: integration-simulators-dc-simulator-info + project-name: integration-simulators-dc-simulator + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g + project: integration/simulators/dc-simulator + branch: master + +- project: + name: integration-simulators-dc-simulator-linters + project: integration/simulators/dc-simulator + project-name: integration-simulators-dc-simulator + python-version: python3 + jobs: + - '{project-name}-{stream}-{subproject}-lint' + 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' + stream: + - 'master': + branch: 'master' |