summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp.yaml
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@protonmail.ch>2022-10-13 06:07:27 +0000
committerGerrit Code Review <gerrit@fd.io>2022-10-13 06:07:27 +0000
commitac432be7637531f05bc2ead585b4e9bb124b6cb9 (patch)
tree45eb09add6832d9f6d9ac95bd9dbd2ad81b379fa /jjb/vpp/vpp.yaml
parent65687a416edf30925319b8fdba436c965f87734f (diff)
parentd5fc6bd0e4e5081f87fb405bc0963e50c6ae3a32 (diff)
Merge "Add vpp-dpdk-rdma-version-mismatch periodic job."
Diffstat (limited to 'jjb/vpp/vpp.yaml')
-rw-r--r--jjb/vpp/vpp.yaml84
1 files changed, 84 insertions, 0 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 7cd11361..cdda5bc0 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -153,6 +153,29 @@
# [end] VPP-DEBUG-X86_64 PROJECT
+# VPP-DPDK-RDMA-VERSION-MISMATCH-X86_64 PROJECT
+#
+# Currently a periodic job due to intermittent failures.
+# Limiting branches to master, since other branches
+# may not get fixes for the intermittent failures.
+#
+- project:
+ name: vpp-dpdk-rdma-version-mismatch-x86_64
+ jobs:
+ - 'vpp-dpdk-rdma-version-mismatch-{stream}-{os}-{executor-arch}'
+ project: 'vpp'
+ make-test-os: 'ubuntu-22.04'
+ comment-trigger-value: 'dpdk-rdma-version-mismatch'
+ stream:
+ - 'master':
+ branch: 'master'
+ # Once per day at 00:15
+ periodicity: '15 0 * * 0-6'
+ os: 'ubuntu2204'
+ executor-arch: 'x86_64'
+
+# [end] VPP-DPDK-RDMA-VERSION-MISMATCH-X86_64 PROJECT
+
# VPP-GCC-X86_64 PROJECT
- project:
name: vpp-gcc-x86_64
@@ -617,6 +640,67 @@
- fdio-infra-publish
# [end] VPP-DEBUG-VERIFY-PERIODIC JOB TEMPLATE
+# VPP-DPDK-RDMA-VERSION-MISMATCH PERIODIC JOB TEMPLATE
+- job-template:
+ name: 'vpp-dpdk-rdma-version-mismatch-{stream}-{os}-{executor-arch}'
+
+ project-type: freestyle
+ node: 'builder-{os}-prod-{executor-arch}'
+ concurrent: true
+
+ properties:
+ - lf-infra-properties:
+ build-days-to-keep: "{build-days-to-keep}"
+
+ # Please keep parameters in alphabetical order
+ parameters:
+ - gerrit-parameter:
+ branch: '{branch}'
+ - make-parallel-jobs-parameter:
+ make-parallel-jobs: '{make-parallel-jobs}'
+ - make-test-os-parameter:
+ make-test-os: '{make-test-os}'
+ - os-parameter:
+ os: '{os}'
+ - project-parameter:
+ project: '{project}'
+ - stream-parameter:
+ stream: '{stream}'
+
+ scm:
+ - gerrit-trigger-scm:
+ credentials-id: 'jenkins-gerrit-credentials'
+ refspec: ''
+ choosing-strategy: 'default'
+
+ wrappers:
+ - fdio-infra-wrappers:
+ build-timeout: '{build-timeout}'
+
+ triggers:
+ - timed: '{periodicity}'
+ - gerrit-trigger-manually-triggered:
+ comment-trigger-value: '{comment-trigger-value}'
+ name: '{project}'
+ branch: '{branch}'
+
+ builders:
+ - shell:
+ !include-raw-escape:
+ - ../scripts/setup_executor_env.sh
+ - shell:
+ !include-raw-escape:
+ - ../scripts/setup_vpp_ubuntu_docker_test.sh
+ - shell:
+ !include-raw-escape:
+ - ../scripts/vpp/dpdk-rdma-version-mismatch.sh
+
+ publishers:
+ - vpp-dpdk-rdma-version-mismatch:
+ branch: '{branch}'
+ - fdio-infra-publish
+# [end] VPP-DPDK-RDMA-VERSION-MISMATCH PERIODIC JOB TEMPLATE
+
# VPP-MERGE JOB TEMPLATE
- job-template:
name: 'vpp-merge-{stream}-{os}-{executor-arch}'