VPP stop verify runs without code change or trivial rebase
[ci-management.git] / jjb / vpp / vpp.yaml
index 1a901ee..f2759a1 100644 (file)
@@ -18,6 +18,8 @@
           repo-os-part: 'ubuntu.xenial.main'
       - centos7:
           repo-os-part: 'centos7'
+      - opensuse:
+          repo-os-part: 'opensuse'
 
     stream:
         - master:
@@ -44,6 +46,9 @@
         - '1710':
             branch: 'stable/1710'
             repo-stream-part: 'stable.1710'
+        - '1801':
+            branch: 'stable/1801'
+            repo-stream-part: 'stable.1801'
     type:
         - short
         - long
@@ -79,6 +84,9 @@
         - '1710':
             branch: 'stable/1710'
             repo-stream-part: 'stable.1710'
+        - '1801':
+            branch: 'stable/1801'
+            repo-stream-part: 'stable.1801'
     os: ubuntu1604
 
 
             build-timeout: '{build-timeout}'
 
     triggers:
-        - gerrit-trigger-patch-submitted:
+        - gerrit-trigger-trivial-patch-submitted:
             name: '{project}'
             branch: '{branch}'
 
                     comment-contains-value: 'vpp-verify-perf-acl'
                 - comment-added-contains-event:
                     comment-contains-value: 'vpp-verify-perf-memif'
+                - comment-added-contains-event:
+                    comment-contains-value: 'vpp-verify-perf-ipsechw'
             projects:
               - project-compare-type: 'ANT'
                 project-pattern: '{project}'
     name: 'vpp-test-poc-verify-{stream}-{os}'
 
     project-type: freestyle
-    node: 'ubuntu-s'
+    node: '{os}-m'
     concurrent: true
 
     logrotate:
             !include-raw-escape: include-raw-vpp-test-checkstyle.sh
         - shell:
             !include-raw-escape:
+                - ../scripts/setup_vpp_ubuntu_docker_test.sh
                 - ../scripts/setup_vpp_dpdk_dev_env.sh
                 - include-raw-vpp-build.sh
     publishers:
             default-excludes: false
         - fdio-infra-shiplogs:
             maven-version: 'mvn33-new'
-            archive-artifacts: '/tmp/vpp-failed-unittests/*/*'
+            archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core'
         - retry-build-on-builder-error
+
+