From cb4174b4f022920e0db054868b4993a8869e4f1b Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Tue, 16 Aug 2022 15:09:14 +0200 Subject: [PATCH] fix(hicn.yaml): fix triggers for build/ftest jobs Signed-off-by: Mauro Sardara Change-Id: Ie8684cdafc13387a1294504cbe241f62cfff64d4 Signed-off-by: Mauro Sardara --- jjb/hicn/hicn.yaml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 41b7620c1..3a37d1dcf 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}" -- 2.16.6