summaryrefslogtreecommitdiffstats
path: root/jjb/hicn/hicn.yaml
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2022-02-25 16:04:21 -0500
committerMauro Sardara <msardara@cisco.com>2022-08-12 16:30:42 +0200
commit39e3b8fe855278720309d6e6d901f7042375f70f (patch)
tree8416422de65a3081cea78241d1ce1237634b7a15 /jjb/hicn/hicn.yaml
parent2d13650a9bf7fb78763e2dd777e4f5d1aaa8aeb0 (diff)
Add hicn job to build against vpp latest.
Change-Id: I0210401c810720b3927d7fe9f7b92aba3f0d260d Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'jjb/hicn/hicn.yaml')
-rw-r--r--jjb/hicn/hicn.yaml70
1 files changed, 70 insertions, 0 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml
index 9196c5f8..4e1bb534 100644
--- a/jjb/hicn/hicn.yaml
+++ b/jjb/hicn/hicn.yaml
@@ -72,6 +72,28 @@
branch: "master"
- project:
+ name: hicn-vpp-latest-x86_64
+ jobs:
+ - "hicn-vpp-latest-verify-{stream}-{os}-{executor-arch}"
+ project: "hicn"
+ os: ubuntu2004
+ executor-arch: "x86_64"
+ stream:
+ - master:
+ branch: "master"
+
+- project:
+ name: hicn-vpp-latest-aarch64
+ jobs:
+ - "hicn-vpp-latest-verify-{stream}-{os}-{executor-arch}"
+ project: "hicn"
+ os: ubuntu2004
+ executor-arch: "aarch64"
+ stream:
+ - master:
+ branch: "master"
+
+- project:
name: hicn-view
views:
- project-view
@@ -429,6 +451,54 @@
publishers:
- fdio-infra-publish
+- job-template:
+ name: "hicn-vpp-latest-verify-{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}"
+
+ parameters:
+ - project-parameter:
+ project: "{project}"
+ - gerrit-parameter:
+ branch: "{branch}"
+ - os-parameter:
+ os: "{os}"
+ - stream-parameter:
+ stream: "{stream}"
+
+ scm:
+ - gerrit-trigger-scm:
+ credentials-id: "jenkins-gerrit-credentials"
+ refspec: "$GERRIT_REFSPEC"
+ choosing-strategy: "gerrit"
+
+ wrappers:
+ - fdio-infra-wrappers:
+ build-timeout: 120
+
+ triggers:
+
+ - timed: 'H H * * *'
+ - gerrit-trigger-manually-triggered:
+ comment-trigger-value: 'verify-vpp-latest'
+ name: '{project}'
+ branch: '{branch}'
+
+ builders:
+ - shell: !include-raw-escape:
+ - ../scripts/setup_executor_env.sh
+ - shell: !include-raw-escape:
+ - ../scripts/hicn/build-vpp-latest.sh
+
+ publishers:
+ - fdio-infra-publish
+
- project:
name: hicn-info
project-name: hicn