summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-09-22 08:17:11 +0200
committerTibor Frank <tifrank@cisco.com>2021-09-22 08:17:11 +0200
commitf8556221f2c5651f98da9291f211798d254dd264 (patch)
tree8cbb54d1877625596b3756c2c306d7327a80cf21 /jjb
parentd7ae08921f254ea24170845d523d1191385a9228 (diff)
CSIT: Add csit-trex-perf-ndrpdr-weekly-master-{node-arch}
Change-Id: Ief7cbc5d3e46671773358c90ae3fb6f3ba2a7ca6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/csit/csit-perf.yaml69
1 files changed, 69 insertions, 0 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml
index 0a02383a4..c49f71ee5 100644
--- a/jjb/csit/csit-perf.yaml
+++ b/jjb/csit/csit-perf.yaml
@@ -183,6 +183,15 @@
os: 'ubuntu2004'
executor-arch: 'x86_64'
periodicity: '0 0 * * 6'
+ - 'csit-trex-perf-ndrpdr-weekly-master-{node-arch}':
+ node-arch:
+ - 2n-skx:
+ os: 'ubuntu2004'
+ executor-arch: 'x86_64'
+ - 3n-skx:
+ os: 'ubuntu2004'
+ executor-arch: 'x86_64'
+ periodicity: '0 0 * * 6'
- 'csit-vpp-perf-report-iterative-{stream_report}-{node-arch}':
node-arch:
- 2n-clx:
@@ -630,6 +639,66 @@
- fdio-infra-publish
- job-template:
+ name: 'csit-trex-perf-ndrpdr-weekly-master-{node-arch}'
+
+ description: |
+ <ul>
+ <li>objective
+ <ul>
+ <li>check trex perf ndrpdr weekly on {node-arch}
+ </ul>
+ <li>executor
+ <ul>
+ <li>builder-{os}-prod-{executor-arch}
+ </ul>
+ <li>perf test-cases selection
+ <ul>
+ <li>pre-selected CSIT TREX 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: 'builder-{os}-prod-{executor-arch}'
+ concurrent: false
+ latest-only: false
+
+ properties:
+ - lf-infra-properties:
+ build-days-to-keep: "{build-days-to-keep}"
+
+ parameters:
+ - project-parameter:
+ project: '{project}'
+ - gerrit-parameter:
+ branch: '{branch}'
+
+ wrappers:
+ - fdio-infra-wrappers-non-activity-timeout:
+ build-timeout: '{build-timeout}'
+
+ triggers:
+ - timed: '{periodicity}'
+
+ builders:
+ - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
+ - inject:
+ properties-file: variables.prop
+ - shell:
+ !include-raw-escape:
+ - ../scripts/setup_executor_env.sh
+ - shell:
+ !include-raw-escape:
+ - ../scripts/csit/perf-timed.sh
+
+ publishers:
+ - fdio-infra-publish
+
+- job-template:
name: 'csit-trex-perf-verify-{stream}-{node-arch}'
description: |