diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2021-02-12 15:47:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-12 15:47:28 +0000 |
commit | cfdbe75c7162d4a9420f599d22c3f9971eba9761 (patch) | |
tree | fc897927a2aec3d2466cbba45d8b42bbce653958 | |
parent | 5225ae1ef7fb276e1443979579a0c6900113c340 (diff) | |
parent | 43ec142dd324aabfea4ff0beadea8c10798a7004 (diff) |
Merge "Clean integration-ietf jobs"
-rw-r--r-- | jjb/integration/integration-ieft-actn-tools.yaml | 46 | ||||
-rw-r--r-- | jjb/integration/integration-ietf-actn-tools.yaml | 33 |
2 files changed, 33 insertions, 46 deletions
diff --git a/jjb/integration/integration-ieft-actn-tools.yaml b/jjb/integration/integration-ieft-actn-tools.yaml deleted file mode 100644 index 264ecdd16..000000000 --- a/jjb/integration/integration-ieft-actn-tools.yaml +++ /dev/null @@ -1,46 +0,0 @@ ---- -- project: - name: integration-ieft-actn-tools-project-view - project-name: integration-ieft-actn-tools - views: - - project-view - -- project: - name: integration-ieft-actn-tools-info - project: integration/ieft-actn-tools - project-name: integration-ieft-actn-tools - build-node: centos7-builder-2c-1g - jobs: - - gerrit-info-yaml-verify - -- project: - name: integration-ieft-actn-tools-linters - project: integration/ieft-actn-tools - project-name: integration-ieft-actn-tools - 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' - - 'python': - tox-dir: '.' - tox-envs: 'py' - pattern: '**/*.py' - - 'md': - tox-dir: '.' - tox-envs: 'md' - pattern: '**/*.md' - stream: - - 'master': - branch: 'master' diff --git a/jjb/integration/integration-ietf-actn-tools.yaml b/jjb/integration/integration-ietf-actn-tools.yaml index 46d514dce..4618462da 100644 --- a/jjb/integration/integration-ietf-actn-tools.yaml +++ b/jjb/integration/integration-ietf-actn-tools.yaml @@ -12,3 +12,36 @@ build-node: centos7-builder-2c-1g jobs: - gerrit-info-yaml-verify + +- project: + name: integration-ietf-actn-tools-linters + project: integration/ietf-actn-tools + project-name: integration-ietf-actn-tools + 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' + - 'python': + tox-dir: '.' + tox-envs: 'py' + pattern: '**/*.py' + - 'md': + tox-dir: '.' + tox-envs: 'md' + pattern: '**/*.md' + stream: + - 'master': + branch: 'master' + |