summaryrefslogtreecommitdiffstats
path: root/jjb/hicn/hicn.yaml
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2022-08-16 15:09:14 +0200
committerMauro Sardara <msardara@cisco.com>2022-08-16 15:11:49 +0200
commitcb4174b4f022920e0db054868b4993a8869e4f1b (patch)
tree0f0a5b7500e9d701faf93cb42d0a2125c930114a /jjb/hicn/hicn.yaml
parentd72c2d7605dd3d3aceece949594a9b0b5adbbaea (diff)
fix(hicn.yaml): fix triggers for build/ftest jobs
Signed-off-by: Mauro Sardara <msardara@cisco.com> Change-Id: Ie8684cdafc13387a1294504cbe241f62cfff64d4 Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'jjb/hicn/hicn.yaml')
-rw-r--r--jjb/hicn/hicn.yaml22
1 files changed, 14 insertions, 8 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml
index 41b7620c..3a37d1dc 100644
--- a/jjb/hicn/hicn.yaml
+++ b/jjb/hicn/hicn.yaml
@@ -246,10 +246,17 @@
build-timeout: 120
triggers:
- - gerrit-trigger-checkstyle:
- name: "{project}"
- branch: "{branch}"
- gerrit:
+ server-name: 'Primary'
+ trigger-on:
+ - comment-added-contains-event:
+ comment-contains-value: 'checkstyle_success'
+ projects:
+ - project-compare-type: 'ANT'
+ project-pattern: '{name}'
+ branches:
+ - branch-compare-type: 'ANT'
+ branch-pattern: '**/{branch}'
override-votes: true
gerrit-build-notbuilt-verified-value: 0
gerrit-build-successful-verified-value: 1
@@ -278,7 +285,7 @@
name: "hicn-verify-functest-{stream}-{os}-{executor-arch}"
project-type: freestyle
- node: "{os}-builder-4c-4g"
+ node: "centos7-docker-4c-4g"
concurrent: true
properties:
@@ -312,12 +319,11 @@
builders:
- shell: !include-raw-escape:
- - ../scripts/setup_executor_env.sh
- - shell: !include-raw-escape:
- - ../scripts/hicn/build.sh
+ - ../scripts/hicn/functest.sh
publishers:
- - fdio-infra-publish
+ - robot-report:
+ output-path: 'tests'
- job-template:
name: "hicn-merge-{stream}-{os}-{executor-arch}"