diff options
Diffstat (limited to 'jjb/integration/integration-ieft-actn-tools.yaml')
-rw-r--r-- | jjb/integration/integration-ieft-actn-tools.yaml | 46 |
1 files changed, 0 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' |