X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fvpp%2Fvpp.yaml;h=58694db1bc6103f2eb60cfd4128c26f85ae81dcb;hb=3cc7f1ab79428943e0a2a6c82c54954d80dc6f85;hp=a5cfcd354d13796964f89620b7394b0ceb29bb37;hpb=d6a0d4367bcef9b6ef0c22bdc1962ed076a3684c;p=ci-management.git diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index a5cfcd354..58694db1b 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -4,6 +4,7 @@ - 'vpp-verify-{stream}-{os}' - 'vpp-merge-{stream}-{os}' - 'vpp-verify-image-{stream}-{os}' + - 'vpp-docs-1609' project: 'vpp' os: @@ -23,6 +24,9 @@ - '1606': branch: 'stable/1606' repo-stream-part: 'stable.1606' + - '1609': + branch: 'stable/1609' + repo-stream-part: 'stable.1609' type: - short - long @@ -43,6 +47,10 @@ - '1606': branch: 'stable/1606' repo-stream-part: 'stable.1606' + - '1609': + branch: 'stable/1609' + repo-stream-part: 'stable.1609' + os: ubuntu1404 type: - all @@ -88,7 +96,9 @@ builders: - shell: - !include-raw-escape include-raw-vpp-build.sh + !include-raw-escape: include-raw-vpp-checkstyle.sh + - shell: + !include-raw-escape: include-raw-vpp-build.sh - job-template: name: 'vpp-verify-image-{stream}-{os}' @@ -124,7 +134,7 @@ triggers: - gerrit: - server-name: 'Default' + server-name: 'Primary' trigger-on: - comment-added-contains-event: comment-contains-value: 'verify-images' @@ -142,7 +152,9 @@ builders: - shell: - !include-raw-escape include-raw-vpp-build.sh + !include-raw-escape: include-raw-vpp-checkstyle.sh + - shell: + !include-raw-escape: include-raw-vpp-build.sh - job-template: name: 'vpp-merge-{stream}-{os}' @@ -186,17 +198,28 @@ builders: - shell: - !include-raw-escape include-raw-vpp-build.sh + !include-raw-escape: include-raw-vpp-checkstyle.sh + - shell: + !include-raw-escape: include-raw-vpp-build.sh - maven-target: maven-version: '{mvn33}' goals: '--version' - settings: '{vpp-settings}' - global-settings: '{global-settings}' + settings: 'vpp-settings' + settings-type: cfp + global-settings: 'global-settings' + global-settings-type: cfp - provide-maven-settings: - settings-file: '{vpp-settings}' - global-settings-file: '{global-settings}' + settings-file: 'vpp-settings' + global-settings-file: 'global-settings' - shell: - !include-raw-escape include-raw-vpp-maven-push.sh + !include-raw-escape: include-raw-vpp-maven-push.sh + publishers: + - archive: + artifacts: 'build-root/*.rpm,build-root/*.deb' + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false - job-template: name: 'vpp-csit-verify-virl-{stream}' @@ -226,6 +249,7 @@ choosing-strategy: 'gerrit' wrappers: + - timestamps - ssh-agent-credentials: users: - '{ssh-credentials}' @@ -237,9 +261,11 @@ builders: - shell: - !include-raw-escape include-raw-vpp-build.sh + !include-raw-escape: include-raw-vpp-checkstyle.sh + - shell: + !include-raw-escape: include-raw-vpp-build.sh - shell: - !include-raw-escape include-raw-vpp-csit-functional.sh + !include-raw-escape: include-raw-vpp-csit-functional.sh publishers: - archive-artifacts: @@ -279,6 +305,7 @@ choosing-strategy: 'gerrit' wrappers: + - timestamps - ssh-agent-credentials: users: - '{ssh-credentials}' @@ -291,9 +318,9 @@ builders: - shell: - !include-raw-escape include-raw-vpp-build.sh + !include-raw-escape: include-raw-vpp-build.sh - shell: - !include-raw-escape include-raw-vpp-csit-verify-perf.sh + !include-raw-escape: include-raw-vpp-csit-verify-perf.sh publishers: - archive-artifacts: @@ -311,3 +338,68 @@ name: TYPE default: '{type}' description: "TYPE parameter if not given by trigger" + +- job-template: + name: 'vpp-docs-1609' + + project-type: freestyle + node: 'verify-ubuntu1404' + concurrent: true + + logrotate: + daysToKeep: '{build-days-to-keep}' + numToKeep: '{build-num-to-keep}' + artifactDaysToKeep: '{build-artifact-days-to-keep}' + artifactNumToKeep: '{build-artifact-num-to-keep}' + + parameters: + - project-parameter: + project: '{project}' + - gerrit-parameter: + branch: 'stable/1609' + - os-parameter: + os: 'ubuntu1404' + + scm: + - gerrit-trigger-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + choosing-strategy: 'default' + + wrappers: + - ssh-agent-credentials: + users: + - '{ssh-credentials}' + + triggers: + - gerrit: + server-name: 'Primary' + trigger-on: + - comment-added-contains-event: + comment-contains-value: 'run-docs' + projects: + - project-compare-type: 'ANT' + project-pattern: '{project}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/stable/1609' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true + + builders: + - maven-target: + maven-version: '{mvn33}' + goals: '--version' + settings: 'vpp-settings' + settings-type: cfp + global-settings: 'global-settings' + global-settings-type: cfp + - provide-maven-settings: + settings-file: 'vpp-settings' + global-settings-file: 'global-settings' + - shell: + !include-raw-escape: include-raw-vpp-docs.sh +