Merge "VPP: add test optimizer to merge jobs"
[ci-management.git] / jjb / csit / csit-tox.yaml
index cb7f648..8381662 100644 (file)
@@ -12,6 +12,8 @@
           branch: 'master'
       - '1901':
           branch: 'rls1901'
+      - '1904':
+          branch: 'rls1904'
 
 - job-template:
     name: 'csit-verify-tox-{stream}'
@@ -19,6 +21,9 @@
     project-type: freestyle
     node: ubuntu1804-us
     concurrent: true
+    archive-artifacts: '*.log'
+    latest-only: false
+
 
     build-discarder:
       daysToKeep: '{build-days-to-keep}'
       - gerrit-parameter:
           branch: '{branch}'
       - gerrit-refspec-parameter
+      - string:
+          name: ARCHIVE_ARTIFACTS
+          default: '{archive-artifacts}'
+          description: Artifacts to archive to the logs server.
 
     scm:
       - gerrit-trigger-scm:
@@ -53,9 +62,6 @@
           ./resources/libraries/bash/entry/tox.sh
 
     publishers:
-      - archive-artifacts:
-          artifacts: '*.log'
-          latest-only: false
       # TODO: Remove this when a voting pylint difference checker
       # with nice enough output is implemented.
       - violations: