summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-04-17 14:25:24 +0200
committerTibor Frank <tifrank@cisco.com>2023-04-17 14:25:24 +0200
commite65f6cbc3e38d9f1298234e41ae959bdbcb94941 (patch)
treea16322900cb66c2fbd77c29e0feab5743471d684 /jjb
parentc320744b40ec9f2243fc8aa7fd1528064d6c4ace (diff)
CSIT: Add csit-vpp-device-report-coverage job
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Iaf25624ecbbe5f7693e9adc3313a7c90a256baa6
Diffstat (limited to 'jjb')
-rw-r--r--jjb/csit/csit-vpp-device.yaml85
1 files changed, 65 insertions, 20 deletions
diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml
index ed21aa17e..45085cd03 100644
--- a/jjb/csit/csit-vpp-device.yaml
+++ b/jjb/csit/csit-vpp-device.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 Cisco and/or its affiliates.
+# Copyright (c) 2023 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -15,6 +15,15 @@
- project:
name: csit-vpp-device
description: 'CSIT jenkins jobs.'
+ jobs:
+ - 'csit-vpp-device-{stream}-{os}-{executor-arch}-{node-arch}'
+ - 'csit-vpp-device-{stream}-{os}-{executor-arch}-{node-arch}-semiweekly'
+ - 'csit-vpp-device-{stream}-{os}-{executor-arch}-{node-arch}-weekly'
+ - 'csit-vpp-device-report-coverage-{stream}-{node-arch}':
+ stream:
+ - '2302':
+ branch: 'rls2302'
+ branch-id: 'oper-rls2302'
node-arch:
- '1n-skx':
os: 'ubuntu2204'
@@ -26,25 +35,6 @@
executor-arch: 'aarch64'
make-parallel-jobs: '32'
skip-vote: 'false'
- jobs:
- - 'csit-vpp-device-{stream}-{os}-{executor-arch}-{node-arch}'
- - 'csit-vpp-device-{stream}-{os}-{executor-arch}-{node-arch}-semiweekly':
- stream:
- - master:
- branch: 'master'
- branch-id: 'oper'
- - '2302':
- branch: 'rls2302'
- branch-id: 'oper-rls2302'
- - 'csit-vpp-device-{stream}-{os}-{executor-arch}-{node-arch}-weekly':
- stream:
- - master:
- branch: 'master'
- branch-id: 'oper'
- - '2302':
- branch: 'rls2302'
- branch-id: 'oper-rls2302'
-
project: 'csit'
branch: 'master'
branch-id: 'oper'
@@ -57,6 +47,61 @@
branch-id: 'oper-rls2302'
- job-template:
+ name: 'csit-vpp-device-report-coverage-{stream}-{node-arch}'
+
+ project-type: freestyle
+ node: 'csit-builder-{os}-prod-{executor-arch}'
+ concurrent: true
+ latest-only: false
+
+ properties:
+ - lf-infra-properties:
+ build-days-to-keep: "{build-days-to-keep}"
+
+ parameters:
+ - project-parameter:
+ project: '{project}'
+ - gerrit-parameter:
+ branch: '{branch}'
+ - make-parallel-jobs-parameter:
+ make-parallel-jobs: '{make-parallel-jobs}'
+ - os-parameter:
+ os: '{os}'
+ - gerrit-refspec-parameter
+ - gerrit-event-type-parameter
+ - gerrit-event-comment-text-parameter
+ - csit-fail-on-crc-mismatch-parameter:
+ fail-on-crc-mismatch: 'True'
+
+ scm:
+ - gerrit-trigger-scm:
+ credentials-id: 'jenkins-gerrit-credentials'
+ refspec: '$GERRIT_REFSPEC'
+ choosing-strategy: 'gerrit'
+
+ wrappers:
+ - fdio-infra-wrappers:
+ build-timeout: '{build-timeout}'
+
+ triggers:
+ - gerrit-trigger-csit-perftest:
+ project: '{project}'
+ branch: '{branch}'
+ trigger-word: 'csit-vpp-report-dev-{node-arch}'
+ skip-vote: false
+
+ builders:
+ - shell:
+ !include-raw-escape:
+ - ../scripts/setup_executor_env.sh
+ - shell:
+ !include-raw-escape:
+ - ../scripts/csit/device-verify.sh
+
+ publishers:
+ - fdio-infra-publish
+
+- job-template:
name: 'csit-vpp-device-{stream}-{os}-{executor-arch}-{node-arch}'
project-type: freestyle