From 1f8051466cb27cda772335e2c9692a8c65a94c04 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 2 Feb 2023 12:06:00 +0100 Subject: csit: Add hoststack daily jobs. Signed-off-by: Tibor Frank Change-Id: I5dba19e8627330e66b72014296951411610e2df0 --- jjb/csit/csit-perf.yaml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) (limited to 'jjb') 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: @@ -525,6 +535,71 @@ publishers: - fdio-infra-publish +- job-template: + name: 'csit-vpp-perf-hoststack-daily-master-{node-arch}' + + description: | + + + 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}' -- cgit 1.2.3-korg