X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fovsdb%2Fovsdb-sonar.yaml;h=257c99ab03b71a69afd984303e69675992437342;hb=ce68805caed7a5eda58c4c9b8d071aa3abf1c9bd;hp=0fd1c418af72c5a85edf9ccff9f10d8873a5000d;hpb=7cfe8f8e1fbcf69d4220e77c373511e4b94f4a82;p=releng%2Fbuilder.git diff --git a/jjb/ovsdb/ovsdb-sonar.yaml b/jjb/ovsdb/ovsdb-sonar.yaml index 0fd1c418a..257c99ab0 100644 --- a/jjb/ovsdb/ovsdb-sonar.yaml +++ b/jjb/ovsdb/ovsdb-sonar.yaml @@ -11,8 +11,8 @@ name: 'ovsdb-sonar' project-type: freestyle - node: centos7-docker-2c-4g - jdk: '{jdk}' + node: centos7-docker-1c-4g + jdk: '{java-version}' properties: - opendaylight-infra-properties: @@ -36,10 +36,23 @@ build-timeout: '{build-timeout}' triggers: - - timed: 'H H * * 6' - - gerrit-trigger-patch-sonar: - server-name: '{server-name}' - name: 'ovsdb' + - timed: '{schedule-saturday}' + - gerrit: + server-name: '{gerrit-server-name}' + trigger-on: + - comment-added-contains-event: + comment-contains-value: 'run-sonar$' + projects: + - project-compare-type: 'ANT' + project-pattern: '{project}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/master' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true builders: - shell: !include-raw-escape: setup-docker.sh @@ -97,5 +110,5 @@ - email-notification: email-recipients: '{email-recipients}' email-prefix: '[ovsdb]' - - jacoco-report + - lf-jacoco-report - lf-infra-publish