From: Bartek Grzybowski Date: Mon, 7 Sep 2020 07:43:01 +0000 (+0200) Subject: Add INFO yaml and linters job for integration/simulators/5G-core-nf-simulator X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=47c162d52c7699ff40fc3a59681163d66c38a9f1;p=ci-management.git Add INFO yaml and linters job for integration/simulators/5G-core-nf-simulator subproject Change-Id: Id64abafe60325293ad5d80022b1cb8def177a138 Issue-ID: INT-1699 Signed-off-by: Bartek Grzybowski --- diff --git a/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml b/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml new file mode 100644 index 000000000..f144dfa26 --- /dev/null +++ b/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml @@ -0,0 +1,37 @@ +--- +- project: + name: integration-5G-core-nf-simulator-info + project-name: integration-5G-core-nf-simulator + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g + project: integration/simulators/5G-core-nf-simulator + branch: master + +- project: + name: integration-5G-core-nf-simulator-linters + project: integration/simulators/5G-core-nf-simulator + project-name: integration-5G-core-nf-simulator + 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' + - 'md': + tox-dir: '.' + tox-envs: 'md' + pattern: '**/*.md' + stream: + - 'master': + branch: 'master'