From 47c162d52c7699ff40fc3a59681163d66c38a9f1 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 7 Sep 2020 09:43:01 +0200 Subject: [PATCH] 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 --- .../integration-5G-core-nf-simulator.yaml | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 jjb/integration/simulators/integration-5G-core-nf-simulator.yaml 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' -- 2.16.6