From: Vratko Polak Date: Wed, 16 Oct 2019 17:41:41 +0000 (+0000) Subject: Merge "Modify logs publisher" X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=b43dd4dafa00273b341289474faa3981cf69522f;p=ci-management.git Merge "Modify logs publisher" --- b43dd4dafa00273b341289474faa3981cf69522f diff --cc jjb/hicn/hicn.yaml index 4a998bfd7,7fc50ec61..399241b1f --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@@ -220,68 -199,8 +219,67 @@@ - include-raw-hicn-build.sh publishers: - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' + - lf-infra-publish +- job-template: + name: 'hicn-arm-verify-{stream}-{os}' + + project-type: freestyle + node: '{os}arm-us' + concurrent: true + archive-artifacts: > + **/build/*.deb + allow-empty: 'true' + fingerprint: false + only-if-success: true + default-excludes: false + + build-discarder: + daysToKeep: '{build-days-to-keep}' + numToKeep: 100 + artifactDaysToKeep: '{build-artifact-days-to-keep}' + artifactNumToKeep: '{build-artifact-num-to-keep}' + + parameters: + - project-parameter: + project: '{project}' + - gerrit-parameter: + branch: '{branch}' + - os-parameter: + os: '{os}' + - repo-name-parameter: + repo-name: '{repo-stream-part}.{repo-os-part}' + - stream-parameter: + stream: '{stream}' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. + + scm: + - gerrit-trigger-scm: + credentials-id: 'jenkins-gerrit-credentials' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' + + wrappers: + - fdio-infra-wrappers: + build-timeout: 120 + + triggers: + - gerrit-trigger-checkstyle: + name: '{project}' + branch: '{branch}' + + builders: + - shell: + !include-raw-escape: + - include-raw-hicn-build.sh + + publishers: + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' + - job-template: name: 'hicn-merge-{stream}-{os}'