From f8556221f2c5651f98da9291f211798d254dd264 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 22 Sep 2021 08:17:11 +0200 Subject: [PATCH] CSIT: Add csit-trex-perf-ndrpdr-weekly-master-{node-arch} Change-Id: Ief7cbc5d3e46671773358c90ae3fb6f3ba2a7ca6 Signed-off-by: Tibor Frank --- jjb/csit/csit-perf.yaml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) 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: @@ -629,6 +638,66 @@ publishers: - fdio-infra-publish +- job-template: + name: 'csit-trex-perf-ndrpdr-weekly-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}' + + 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}' -- 2.16.6