Remove all logrotate calls
[ci-management.git] / jjb / csit / csit-vpp-pylint.yaml
index 8860485..f8a5211 100644 (file)
@@ -2,19 +2,22 @@
     name: csit-validate
 
     jobs:
-        - 'csit-validate-pylint'
+        - 'csit-validate-pylint-{stream}'
 
     project: 'csit'
     branch: 'master'
+    stream:
+        - master:
+            branch: 'master'
 
 - job-template:
-    name: 'csit-validate-pylint'
+    name: 'csit-validate-pylint-{stream}'
 
     project-type: freestyle
-    node: verify
+    node: ubuntu1604-basebuild-4c-4g
     concurrent: true
 
-    logrotate:
+    build-discarder:
         daysToKeep: '{build-days-to-keep}'
         numToKeep: '{build-num-to-keep}'
         artifactDaysToKeep: '{build-artifact-days-to-keep}'
 
     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 +49,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 +57,9 @@
             latest-only: false
         - violations:
             pylint:
-                min: 0
-                max: 999
-                unstable: 0
+                min: 10
+                max: 250
+                unstable: 250
                 pattern: 'pylint.log'
+        - fdio-infra-shiplogs:
+            maven-version: 'mvn33-new'