CSIT jobs - branching
[ci-management.git] / jjb / csit / csit-vpp-pylint.yaml
index c04beb6..dda7176 100644 (file)
@@ -2,15 +2,13 @@
     name: csit-validate
 
     jobs:
-        - 'csit-validate-{functionality}'
+        - 'csit-validate-pylint-master'
 
     project: 'csit'
     branch: 'master'
 
-    functionality: 'pylint'
-
 - job-template:
-    name: 'csit-vpp-{functionality}'
+    name: 'csit-validate-pylint-master'
 
     project-type: freestyle
     node: verify
         - ssh-agent-credentials:
             users:
                 - '{ssh-credentials}'
-        - jclouds:
-            instances:
-                - multi-link:
-                    cloud-name: 'Primary'
-                    count: 3
-                    stop-on-terminate: False
 
     triggers:
         - gerrit-trigger-patch-submitted:
@@ -51,7 +43,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:
 
     publishers:
         - archive-artifacts:
-            artifacts: 'build-root/**'
+            artifacts: 'pylint.log'
+            latest-only: false
+        - violations:
+            pylint:
+                min: 10
+                max: 250
+                unstable: 250
+                pattern: 'pylint.log'