X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Freleng-macros.yaml;h=8814727c36d6d557c6e22cdf514cc6369286a93f;hb=29b2f25826a1d889aa515be1c39c40da83f7ae00;hp=390973a5b5ff9b32265eb05dfd69f70cfbe99b87;hpb=97f61dca3c17849464c7c3c4e646faa3cafd8012;p=releng%2Fbuilder.git diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index 390973a5b..8814727c3 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -23,10 +23,9 @@ name: ARCHIVE_ARTIFACTS default: > {artifacts} - **/target/surefire-reports/*.txt - **/target/surefire-reports/*.xml - **/target/failsafe-reports/*.txt - **/target/failsafe-reports/*.xml + # Before adding more here, beware of https://jira.linuxfoundation.org/browse/RELENG-280 + **/target/surefire-reports/*-output.txt + **/target/failsafe-reports/failsafe-summary.xml **/hs_err_*.log **/target/feature/feature.xml **/*.hprof @@ -255,15 +254,6 @@ unstable: true notbuilt: true -- publisher: - name: archive-artifacts - publishers: - - archive: - artifacts: '{artifacts}' - allow-empty: true - fingerprint: true - latest-only: true - - publisher: name: email-notification publishers: @@ -469,51 +459,6 @@ - openstack: single-use: true -- builder: - name: packer-validate - builders: - - config-file-provider: - files: - - file-id: 'packer-cloud-env' - variable: 'CLOUDENV' - - shell: | - #!/bin/bash - cd packer - varfiles="../packer/vars/*" - templates="../packer/templates/*" - provision="../packer/provision/*.sh" - for v in $varfiles; do - [[ "${v##*/}" =~ ^(cloud-env.*)$ ]] && continue - for t in $templates; do - export PACKER_LOG="yes" && \ - export PACKER_LOG_PATH="packer-validate-${v##*/}-${t##*/}.log" && \ - packer.io validate -var-file=$CLOUDENV \ - -var-file=$v $t - if [ $? -ne 0 ]; then - break - fi - done - done - -- builder: - name: packer-build - builders: - - config-file-provider: - files: - - file-id: 'packer-cloud-env' - variable: 'CLOUDENV' - - shell: | - #!/bin/bash - cd packer - export PACKER_LOG="yes" && \ - export PACKER_LOG_PATH="packer-build.log" && \ - packer.io build -color=false -var-file=$CLOUDENV \ - -var-file=../packer/vars/{platform}.json \ - ../packer/templates/{template}.json - # Split public and private cloud logs - grep -e 'public_cloud' packer-build.log > packer-build_public_cloud.log 2>&1 - grep -e 'private_cloud' packer-build.log > packer-build_private_cloud.log 2>&1 - - builder: # TODO: Verify signature after downloading users public key from a locally created # repository instead of the public keymesh. This requires a process in place to get ODL @@ -696,6 +641,7 @@ clean install dependency:tree -DoutputFile=dependency_tree.txt -s fake_remotes.xml -Pq + -Dsft.heap.max=4g -DskipTests=false {mvn-opts} java-opts: