X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fcsit%2Fcsit-vpp-pylint.yaml;h=8a8355153836a24fee54a25bc3e93ca0de817670;hb=97d46b62a3872a8bc57c9d77a2ade7da96e10a0f;hp=c04beb63b8d8316e55e0a8c81a6b0bdb91f88647;hpb=24d308628d0cf57222375894209a72e7ce23af25;p=ci-management.git diff --git a/jjb/csit/csit-vpp-pylint.yaml b/jjb/csit/csit-vpp-pylint.yaml index c04beb63b..8a8355153 100644 --- a/jjb/csit/csit-vpp-pylint.yaml +++ b/jjb/csit/csit-vpp-pylint.yaml @@ -2,15 +2,13 @@ name: csit-validate jobs: - - 'csit-validate-{functionality}' + - 'csit-validate-pylint' project: 'csit' branch: 'master' - functionality: 'pylint' - - job-template: - name: 'csit-vpp-{functionality}' + name: 'csit-validate-pylint' project-type: freestyle node: verify @@ -51,7 +49,7 @@ branch: '{branch}' builders: - # This is where we will need to insert a step with a script that pulls all the + # This is where we will need to insert a step with a script that pulls all the # 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: @@ -59,4 +57,11 @@ publishers: - archive-artifacts: - artifacts: 'build-root/**' + artifacts: 'pylint.log' + latest-only: false + - violations: + pylint: + min: 0 + max: 999 + unstable: 0 + pattern: 'pylint.log'