Remove all logrotate calls
[ci-management.git] / jjb / csit / csit-vpp-pylint.yaml
index cfe4563..f8a5211 100644 (file)
@@ -2,19 +2,22 @@
     name: csit-validate
 
     jobs:
-        - 'csit-validate-pylint-master'
+        - 'csit-validate-pylint-{stream}'
 
     project: 'csit'
     branch: 'master'
+    stream:
+        - master:
+            branch: 'master'
 
 - job-template:
-    name: 'csit-validate-pylint-master'
+    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:
@@ -59,3 +61,5 @@
                 max: 250
                 unstable: 250
                 pattern: 'pylint.log'
+        - fdio-infra-shiplogs:
+            maven-version: 'mvn33-new'