X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-templates.yaml;h=622d523a7771e5637807ce80117a6669230793a5;hb=3250951bf7d4d83851bf79b0a635c50e5eb3b0c0;hp=0cf19bcff682c41ca3abe0dd638cd519f0f8b6b1;hpb=8cb9edf54e7842373758935c79d2a320f503e7f0;p=ci-management.git diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index 0cf19bcff..622d523a7 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -8,7 +8,7 @@ name: '{project-name}-{stream}-verify-vagrantfile' project-type: freestyle description: 'Job intended for validating vagrantfiles' - node: ubuntu1604-builder-2c-1g + node: ubuntu1804-builder-4c-4g parameters: - lf-infra-parameters: @@ -44,7 +44,7 @@ publishers: - lf-infra-publish -- job-template: +- job-template: &tox_verify_boilerplate # Job template for running linters against specific file formats # # Required Variables: @@ -54,9 +54,11 @@ # pattern: List of file patterns to scan name: '{project-name}-{stream}-{subproject}-lint' + id: integration-linters project-type: freestyle description: 'Job intended for running linters with Tox and Coala' - node: ubuntu1604-builder-2c-1g + build-node: ubuntu1804-builder-4c-4g + node: '{build-node}' parameters: - lf-infra-parameters: @@ -96,3 +98,9 @@ publishers: - lf-infra-publish + +- job-template: + <<: *tox_verify_boilerplate + name: '{project-name}-{stream}-{subproject}-tox-verify' + id: integration-tox-verify + description: 'Job intended for running tox'