diff options
author | LF Jenkins CI <releng+lf-jobbuilder@linuxfoundation.org> | 2020-03-31 18:20:45 +0000 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-04-02 14:33:47 +0200 |
commit | 7e085a3bbfc3137b59014f57004aff9ba04e3929 (patch) | |
tree | b696d77d05de388894d812e76b8db76998f2a417 | |
parent | 9db5b8a7727a2e144bd4e123def0dffd108b54d3 (diff) |
Automation adds integration-simulators-pnf-simulator.yaml
Issue-ID: CIMAN-33
Change-Id: Ia9fcb06e276695346922d5288d95c19c0d5a8704
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
Signed-off-by: mrichomme <morgan.richomme@orange.com>
-rw-r--r-- | jjb/integration/simulators/integration-pnf-simulator.yaml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/jjb/integration/simulators/integration-pnf-simulator.yaml b/jjb/integration/simulators/integration-pnf-simulator.yaml new file mode 100644 index 000000000..3e7c0f812 --- /dev/null +++ b/jjb/integration/simulators/integration-pnf-simulator.yaml @@ -0,0 +1,34 @@ +--- +- project: + name: integration-simulators-pnf-simulator-info + project-name: integration-simulators-pnf-simulator + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g + project: integration/simulators/pnf-simulator + branch: master + +- project: + name: integration-simulators-pnf-simulator-linters + project: integration/simulators/pnf-simulator + project-name: integration-simulators-pnf-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' + |