csit jobs cleanup 07/14407/3
authorPeter Mikus <pmikus@cisco.com>
Wed, 22 Aug 2018 07:07:30 +0000 (07:07 +0000)
committerPeter Mikus <pmikus@cisco.com>
Wed, 22 Aug 2018 07:13:51 +0000 (07:13 +0000)
- Remove obsolete jobs (pylint, report)
- Add DPDK mrr trending for other testbeds
- Increase MRR cadence on other testbeds

Change-Id: Ibd86087273f341409938cf087b3b723722e56d06
Signed-off-by: Peter Mikus <pmikus@cisco.com>
jjb/csit/csit-vpp-pylint.yaml
jjb/csit/csit.yaml

index 565d142..c30667f 100644 (file)
@@ -9,10 +9,6 @@
     stream:
         - master:
             branch: 'master'
-        - '1606':
-            branch: 'rls1606'
-        - '1609':
-            branch: 'rls1609'
 
 - job-template:
     name: 'csit-validate-pylint-{stream}'
index 42f159c..842064f 100644 (file)
         - 'csit-docs-merge-{stream_timed}'
         - 'csit-docs-verify-{stream}'
         - 'csit-report-merge-{stream}'
-        - 'csit-report-merge-1801_2'
         - 'csit-trending-daily-master'
         - 'csit-dpdk-perf-verify-{stream}-{topo}-{arch}'
         - 'csit-dpdk-perf-mrr-weekly-master'
+        - 'csit-dpdk-perf-mrr-weekly-master-2n-skx'
+        - 'csit-dpdk-perf-mrr-weekly-master-3n-skx'
         - 'csit-ligato-perf-{stream}-{type}'
         - 'csit-vpp-perf-mrr-daily-master'
         - 'csit-vpp-perf-mrr-daily-master-2n-skx'
             maven-version: 'mvn33-new'
 
 - job-template:
-    name: 'csit-report-merge-1801_2'
+    name: 'csit-trending-daily-master'
 
     project-type: freestyle
     node: 'ubuntu1604-basebuild-8c-32g'
         - project-parameter:
             project: '{project}'
         - gerrit-parameter:
-            branch: 'rls1801_2'
+            branch: '{branch}'
         - maven-exec:
             maven-version: 'mvn33-new'
 
     scm:
         - gerrit-trigger-scm:
             credentials-id: 'jenkins-gerrit-credentials'
-            refspec: '$GERRIT_REFSPEC'
+            refspec: ''
             choosing-strategy: 'default'
 
     wrappers:
             build-timeout: '{build-timeout}'
 
     triggers:
-        - gerrit:
-            server-name: 'Primary'
-            trigger-on:
-                - comment-added-contains-event:
-                    comment-contains-value: 'run-report'
-            projects:
-              - project-compare-type: 'ANT'
-                project-pattern: '{project}'
-                branches:
-                  - branch-compare-type: 'ANT'
-                    branch-pattern: '**/rls1801_2'
-            skip-vote:
-                successful: true
-                failed: true
-                unstable: true
-                notbuilt: true
+        - reverse:
+            jobs: 'csit-vpp-perf-mrr-daily-master'
+            result: 'failure'
 
     builders:
         - maven-target:
             settings-file: 'csit-settings'
             global-settings-file: 'global-settings'
         - shell:
-            !include-raw-escape: include-raw-csit-report.sh
+            !include-raw-escape: include-raw-csit-cpta.sh
 
     publishers:
-        - archive:
-            artifacts: 'resources/tools/presentation/csit.report.tar.gz'
-            allow-empty: 'true'
-            fingerprint: false
-            only-if-success: true
-            default-excludes: false
-
         - fdio-infra-shiplogs:
             maven-version: 'mvn33-new'
 
 - job-template:
-    name: 'csit-trending-daily-master'
+    name: 'csit-vpp-perf-ndrpdr-weekly-master-3n-hsw'
 
+    description: |
+      <ul>
+          <li>objective
+              <ul>
+                  <li>check vpp perf ndrpdr weekly on 3n-hsw
+              </ul>
+          <li>perf test-cases selection
+              <ul>
+                  <li>pre-selected CSIT VPP NDRPDR perf suites
+              </ul>
+          <li>results
+              <ul>
+                  <li>jjb verify: PASS/FAIL
+                  <li>present: no
+                  <li>analyse: csit project (catch malfunctions/degradations)
+              </ul>
+      </ul>
     project-type: freestyle
-    node: 'ubuntu1604-basebuild-8c-32g'
+    node: 'ubuntu1604-basebuild-4c-4g'
     concurrent: false
 
     logrotate:
             project: '{project}'
         - gerrit-parameter:
             branch: '{branch}'
-        - maven-exec:
-            maven-version: 'mvn33-new'
-
-    scm:
-        - gerrit-trigger-scm:
-            credentials-id: 'jenkins-gerrit-credentials'
-            refspec: ''
-            choosing-strategy: 'default'
 
     wrappers:
         - fdio-infra-wrappers-non-activity-timeout:
             build-timeout: '{build-timeout}'
 
     triggers:
-        - reverse:
-            jobs: 'csit-vpp-perf-mrr-daily-master'
-            result: 'failure'
+        - timed: '0 0 * * 6'
 
     builders:
-        - maven-target:
-            maven-version: 'mvn33-new'
-            goals: '--version'
-            settings: 'csit-settings'
-            settings-type: cfp
-            global-settings: 'global-settings'
-            global-settings-type: cfp
-        - provide-maven-settings:
-            settings-file: 'csit-settings'
-            global-settings-file: 'global-settings'
+        - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
+        - inject:
+            properties-file: variables.prop
         - shell:
-            !include-raw-escape: include-raw-csit-cpta.sh
+            !include-raw-escape: jjb/csit/include-raw-csit-perf-timed.sh
 
     publishers:
+        - archive-artifacts:
+            artifacts: 'csit/archive/*.*'
+            latest-only: false
+
+        - robot:
+            output-path: 'csit/archive'
+            other-files:
+              - '*.*'
+
         - fdio-infra-shiplogs:
             maven-version: 'mvn33-new'
 
 - job-template:
-    name: 'csit-vpp-perf-ndrpdr-weekly-master-3n-hsw'
+    name: 'csit-vpp-perf-ndrpdr-weekly-master-2n-skx'
 
     description: |
       <ul>
           <li>objective
               <ul>
-                  <li>check vpp perf ndrpdr weekly on 3n-hsw
+                  <li>check vpp perf ndrpdr weekly
               </ul>
           <li>perf test-cases selection
               <ul>
             maven-version: 'mvn33-new'
 
 - job-template:
-    name: 'csit-vpp-perf-ndrpdr-weekly-master-2n-skx'
+    name: 'csit-vpp-perf-ndrpdr-weekly-master-3n-skx'
 
     description: |
       <ul>
             maven-version: 'mvn33-new'
 
 - job-template:
-    name: 'csit-vpp-perf-ndrpdr-weekly-master-3n-skx'
+    name: 'csit-vpp-perf-mrr-daily-master'
 
     description: |
       <ul>
           <li>objective
               <ul>
-                  <li>check vpp perf ndrpdr weekly
+                  <li>check vpp perf mrr daily
               </ul>
           <li>perf test-cases selection
               <ul>
-                  <li>pre-selected CSIT VPP NDRPDR perf suites
+                  <li>all CSIT VPP MRR perf suites
               </ul>
           <li>results
               <ul>
                   <li>analyse: csit project (catch malfunctions/degradations)
               </ul>
       </ul>
+
     project-type: freestyle
     node: 'ubuntu1604-basebuild-4c-4g'
-    concurrent: false
+    concurrent: true
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'
             build-timeout: '{build-timeout}'
 
     triggers:
-        - timed: '0 0 * * 6'
+        - timed: '0 2,16 * * *'
 
     builders:
         - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
             other-files:
               - '*.*'
 
+        - trigger:
+            project: 'csit-trending-daily-master'
+            threshold: 'FAILURE'
+
         - fdio-infra-shiplogs:
             maven-version: 'mvn33-new'
 
 - job-template:
-    name: 'csit-vpp-perf-mrr-daily-master'
+    name: 'csit-vpp-perf-mrr-daily-master-2n-skx'
 
     description: |
       <ul>
             maven-version: 'mvn33-new'
 
 - job-template:
-    name: 'csit-vpp-perf-mrr-daily-master-2n-skx'
+    name: 'csit-vpp-perf-mrr-daily-master-3n-skx'
 
     description: |
       <ul>
             build-timeout: '{build-timeout}'
 
     triggers:
-        # - timed: '0 2,16 * * *'
-        - timed: '0 16 * * 1,3,5'
+        - timed: '0 2,16 * * *'
 
     builders:
         - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
             maven-version: 'mvn33-new'
 
 - job-template:
-    name: 'csit-vpp-perf-mrr-daily-master-3n-skx'
+    name: 'csit-dpdk-perf-mrr-weekly-master'
 
     description: |
       <ul>
           <li>objective
               <ul>
-                  <li>check vpp perf mrr daily
+                  <li>check dpdk perf mrr weekly
               </ul>
           <li>perf test-cases selection
               <ul>
-                  <li>all CSIT VPP MRR perf suites
+                  <li>all CSIT DPDK MRR perf suites
               </ul>
           <li>results
               <ul>
 
     project-type: freestyle
     node: 'ubuntu1604-basebuild-4c-4g'
-    concurrent: true
+    concurrent: false
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'
             build-timeout: '{build-timeout}'
 
     triggers:
-        # - timed: '0 2,16 * * *'
-        - timed: '0 16 * * 1,3,5'
+        - timed: '0 0 * * 6'
 
     builders:
         - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
             maven-version: 'mvn33-new'
 
 - job-template:
-    name: 'csit-dpdk-perf-mrr-weekly-master'
+    name: 'csit-dpdk-perf-mrr-weekly-master-2n-skx'
+
+    description: |
+      <ul>
+          <li>objective
+              <ul>
+                  <li>check dpdk perf mrr weekly
+              </ul>
+          <li>perf test-cases selection
+              <ul>
+                  <li>all CSIT DPDK MRR perf suites
+              </ul>
+          <li>results
+              <ul>
+                  <li>jjb verify: PASS/FAIL
+                  <li>present: no
+                  <li>analyse: csit project (catch malfunctions/degradations)
+              </ul>
+      </ul>
+
+    project-type: freestyle
+    node: 'ubuntu1604-basebuild-4c-4g'
+    concurrent: false
+
+    logrotate:
+        daysToKeep: '{build-days-to-keep}'
+        numToKeep: '{build-num-to-keep}'
+        artifactDaysToKeep: '{build-artifact-days-to-keep}'
+        artifactNumToKeep: '{build-artifact-num-to-keep}'
+
+    parameters:
+        - project-parameter:
+            project: '{project}'
+        - gerrit-parameter:
+            branch: '{branch}'
+
+    wrappers:
+        - fdio-infra-wrappers-non-activity-timeout:
+            build-timeout: '{build-timeout}'
+
+    triggers:
+        - timed: '0 0 * * 6'
+
+    builders:
+        - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
+        - inject:
+            properties-file: variables.prop
+        - shell:
+            !include-raw-escape: jjb/csit/include-raw-csit-perf-timed.sh
+
+    publishers:
+        - archive-artifacts:
+            artifacts: 'csit/archive/*.*'
+            latest-only: false
+
+        - robot:
+            output-path: 'csit/archive'
+            other-files:
+              - '*.*'
+
+        - trigger:
+            project: 'csit-trending-daily-master'
+            threshold: 'FAILURE'
+
+        - fdio-infra-shiplogs:
+            maven-version: 'mvn33-new'
+
+- job-template:
+    name: 'csit-dpdk-perf-mrr-weekly-master-3n-skx'
 
     description: |
       <ul>
         - fdio-infra-shiplogs:
             maven-version: 'mvn33-new'
 
+
 - job-template:
     name: 'csit-vpp-perf-verify-{stream}-{topo}-{arch}'