summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-02-02 12:06:00 +0100
committerTibor Frank <tifrank@cisco.com>2023-02-02 12:06:00 +0100
commit1f8051466cb27cda772335e2c9692a8c65a94c04 (patch)
treee4797f5282835763d0c2ebfa229d121b1aff1ba8 /jjb
parentbc8c27babb56a3f446a67508ec3afe87afb86d53 (diff)
csit: Add hoststack daily jobs.
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I5dba19e8627330e66b72014296951411610e2df0
Diffstat (limited to 'jjb')
-rw-r--r--jjb/csit/csit-perf.yaml75
1 files changed, 75 insertions, 0 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml
index e5223bb8d..d7f5a60df 100644
--- a/jjb/csit/csit-perf.yaml
+++ b/jjb/csit/csit-perf.yaml
@@ -150,6 +150,16 @@
os: 'ubuntu2204'
executor-arch: 'x86_64'
periodicity: '30 22 * * 0-4'
+ - 'csit-vpp-perf-hoststack-daily-master-{node-arch}':
+ node-arch:
+ - 2n-icx:
+ os: 'ubuntu2204'
+ executor-arch: 'x86_64'
+ periodicity: '30 22 * * 0-4'
+ - 3n-icx:
+ os: 'ubuntu2204'
+ executor-arch: 'x86_64'
+ periodicity: '30 22 * * 0-4'
- 'csit-vpp-perf-mrr-weekly-{stream}-{node-arch}':
node-arch:
- 2n-icx:
@@ -526,6 +536,71 @@
- fdio-infra-publish
- job-template:
+ name: 'csit-vpp-perf-hoststack-daily-master-{node-arch}'
+
+ description: |
+ <ul>
+ <li>objective
+ <ul>
+ <li>check vpp perf hoststack daily
+ </ul>
+ <li>executor
+ <ul>
+ <li>builder-{os}-prod-{executor-arch}
+ </ul>
+ <li>perf test-cases selection
+ <ul>
+ <li>all CSIT VPP HOSTSTACK 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}'
+ - csit-perf-trial-duration-parameter:
+ csit-perf-trial-duration: "{csit-perf-trial-duration}"
+ - csit-perf-trial-multiplicity-parameter:
+ csit-perf-trial-multiplicity: "{csit-perf-trial-multiplicity}"
+
+ 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-vpp-perf-mrr-weekly-{stream}-{node-arch}'
description: |