Increase timeout for throughpcep csit job
[releng/builder.git] / jjb / releng-jobs.yaml
index 911ea271c67ff910ebe01fcbfa82a2f28fa13905..8ce116a7faa95650a916c6ccc93a4bf57932f7b1 100644 (file)
@@ -23,7 +23,7 @@
         daysToKeep: 30
         numToKeep: 10
         artifactDaysToKeep: -1
-        artifactNumToKeep: -1
+        artifactNumToKeep: 5
 
     parameters:
         - project-parameter:
@@ -79,6 +79,7 @@
 
 - job-template:
     name: builder-verify-python
+    node: dynamic_verify
 
     project-type: freestyle
 
 
     builders:
         - shell: |
+            virtualenv $WORKSPACE/venv
+            source $WORKSPACE/venv/bin/activate
+            pip install --upgrade pip
+            pip freeze
+            pip install flake8
             flake8 scripts/
 
     publishers: