From: Ed Kern Date: Wed, 28 Mar 2018 16:21:06 +0000 (-0600) Subject: VPP: make checkstyle job production for beta and arm job X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=74650768d74e88025dfc9a906359a9f479126236;p=ci-management.git VPP: make checkstyle job production for beta and arm job This is the next step in the checkstyle job advancement. It will now trigger both osleap15 and ubuntu1804 job along with the arm ubuntu1604 job. All of these remain skip vote. This change just goes from comment trigger to patchset trigger. Change-Id: I62625513e6dc2c563c666155a1a0cf8dce7f6e82 Signed-off-by: Ed Kern --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 0ba4b92cb..d0e1da4d0 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -68,8 +68,6 @@ repo-os-part: 'ubuntu.bionic.main' - osleap15: repo-os-part: 'osleap15' - - osleap423: - repo-os-part: 'osleap423' - project: name: vpp-arm @@ -156,6 +154,10 @@ - fdio-infra-shiplogs: maven-version: 'mvn33-new' archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core' + - naginator: + rerun-unstable-builds: true + max-failed-builds: 1 + fixed-delay: 10 - job-template: name: 'vpp-arm-verify-{stream}-{os}' @@ -196,6 +198,8 @@ trigger-on: - comment-added-contains-event: comment-contains-value: 'armcheck' + - comment-added-contains-event: + comment-contains-value: 'checkstyle_success' projects: - project-compare-type: 'ANT' project-pattern: '{project}' @@ -209,10 +213,6 @@ notbuilt: true builders: - - shell: - !include-raw-escape: include-raw-vpp-checkstyle.sh - - shell: - !include-raw-escape: include-raw-vpp-test-checkstyle.sh - shell: !include-raw-escape: ../scripts/setup_vpp_ubuntu_docker_test.sh - shell: @@ -267,6 +267,10 @@ - gerrit: server-name: 'Primary' trigger-on: + - patchset-created-event: + exclude-drafts: 'true' + exclude-trivial-rebase: 'false' + exclude-no-code-change: 'true' - patchset-uploaded-event: 'false' - comment-added-contains-event: comment-contains-value: 'checkstylecheck'