X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fcsit%2Fcsit-vpp-pylint.yaml;h=0d3068945da50ced00aded019e8659e792960fe4;hb=af52f35a281fe7c78dfbc801747793551784b5ad;hp=8860485cccfbdd1225285a738693ee51dbf34472;hpb=497f92e25767fce702cacdc6fcd683ee3eec7290;p=ci-management.git diff --git a/jjb/csit/csit-vpp-pylint.yaml b/jjb/csit/csit-vpp-pylint.yaml index 8860485cc..0d3068945 100644 --- a/jjb/csit/csit-vpp-pylint.yaml +++ b/jjb/csit/csit-vpp-pylint.yaml @@ -2,13 +2,20 @@ name: csit-validate jobs: - - 'csit-validate-pylint' + - 'csit-validate-pylint-{stream}' project: 'csit' branch: 'master' + stream: + - master: + branch: 'master' + - '1606': + branch: 'rls1606' + - '1609': + branch: 'rls1609' - job-template: - name: 'csit-validate-pylint' + name: 'csit-validate-pylint-{stream}' project-type: freestyle node: verify @@ -28,14 +35,13 @@ scm: - gerrit-trigger-scm: - credentials-id: '{ssh-credentials}' + credentials-id: 'jenkins-gerrit-credentials' refspec: '$GERRIT_REFSPEC' choosing-strategy: 'gerrit' wrappers: - - ssh-agent-credentials: - users: - - '{ssh-credentials}' + - fdio-infra-wrappers: + build-timeout: '{build-timeout}' triggers: - gerrit-trigger-patch-submitted: @@ -47,7 +53,7 @@ # allocated IP addresses and injecting as vars into the env. (see Opendaylight script: include-raw-integration-get-slave-addresses.sh # See jjb/integration from ODL - shell: - !include-raw-escape include-raw-csit-pylint.sh + !include-raw-escape: include-raw-csit-pylint.sh publishers: - archive-artifacts: @@ -55,7 +61,7 @@ latest-only: false - violations: pylint: - min: 0 - max: 999 - unstable: 0 + min: 10 + max: 250 + unstable: 250 pattern: 'pylint.log'