summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-09-26 19:47:51 +0000
committerGerrit Code Review <gerrit@fd.io>2018-09-26 19:47:51 +0000
commitb016f6dec973f67d7d41e92d38c29412d88de072 (patch)
treea9f8864199530098dc274395960da48aea542141 /jjb
parent3ed33d13288c5a7ffa76245d78114a2288895e0b (diff)
parentc6aebdf18cebdcafd950ee71ef4b241ee1f83854 (diff)
Merge "CSIT-1318 Update Ligato jenkins jobs for all topologies"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/csit/csit.yaml70
1 files changed, 61 insertions, 9 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml
index 058af8a44..10237c985 100644
--- a/jjb/csit/csit.yaml
+++ b/jjb/csit/csit.yaml
@@ -39,7 +39,7 @@
- '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-ligato-perf-verify-{stream}-{topo}-{arch}'
- 'csit-vpp-perf-mrr-daily-master'
- 'csit-vpp-perf-mrr-daily-master-2n-skx'
- 'csit-vpp-perf-mrr-daily-master-3n-skx'
@@ -225,10 +225,49 @@
maven-version: 'mvn33-new'
- job-template:
- name: 'csit-ligato-perf-{stream}-{type}'
+ name: 'csit-ligato-perf-verify-{stream}-{topo}-{arch}'
+
+ description: |
+ <ul>
+ <li>objective
+ <ul>
+ <li>perf verify - per csit gerrit patch
+ </ul>
+ <li>job
+ <ul>
+ <li>name: <b>csit-ligato-perf-verify-{stream}-{topo}-{arch}</b>
+ <li>trigger: keyword in comment to csit patch:
+ <b>csit--ligato-{topo}-{arch}-perftest tag_list</b>
+ </ul>
+ <li>perf test-cases selection
+ <ul>
+ <li>test-cases selected using trigger keyword followed by tags
+ <li>all test-cases are labelled with CSIT RF topic tags
+ defined in <i>csit/docs/tag_documentation.rst</i>
+ </ul>
+ <li>proposed keywords
+ <ul>
+ <li>focus on testing specified Kubernetes orchestrated topologies
+ <li>format: csit-ligato-{topo}-{arch}-perftest tag_list
+ </ul>
+ <li>default tags for vpp startup config and perf test type
+ <ul>
+ <li>IP4BASE, IP6BASE, L2BDBASE
+ <li>64B/78B: 64B/78B packet size
+ <li>1C: one core
+ <li>X710: x710 Fortville NIC
+ <li>MRR: MRR throughput
+ </ul>
+ <li>results
+ <ul>
+ <li>jjb verify: PASS/FAIL
+ <li>present: no
+ <li>analyse: no
+ </ul>
+ </ul>
project-type: freestyle
- node: 'ubuntu1604-basebuild-4c-4g'
+ node: 'ubuntu1804-basebuild-8c-32g'
concurrent: true
logrotate:
@@ -242,8 +281,9 @@
project: '{project}'
- gerrit-parameter:
branch: '{branch}'
- - type-parameter:
- type: '{type}'
+ - gerrit-refspec-parameter
+ - gerrit-event-type-parameter
+ - gerrit-event-comment-text-parameter
scm:
- gerrit-trigger-scm:
@@ -256,10 +296,22 @@
build-timeout: '{build-timeout}'
triggers:
- - gerrit-trigger-manually-triggered:
- name: '{project}'
- branch: '{branch}'
- comment-trigger-value: 'verify-perf-ligato-{type}'
+ - gerrit:
+ server-name: 'Primary'
+ trigger-on:
+ - comment-added-contains-event:
+ comment-contains-value: 'csit-ligato-{topo}-{arch}-perftest'
+ projects:
+ - project-compare-type: 'ANT'
+ project-pattern: '{project}'
+ branches:
+ - branch-compare-type: 'ANT'
+ branch-pattern: '**/{branch}'
+ skip-vote:
+ successful: false
+ failed: false
+ unstable: false
+ notbuilt: false
builders:
- shell: