From: Vanessa Rene Valderrama Date: Wed, 24 Jul 2019 19:54:11 +0000 (-0500) Subject: Modify DMM archive artifacts X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d12ab48431ea9c2689201cd490ebec201c6f7c7e;p=ci-management.git Modify DMM archive artifacts Modify the DMM artifacts to archive to the logs server rather than Jenkins Also moving the robot-report and log shipper to publishers where they belong Change-Id: I2766cb6462e4b0dd204a611fa6c05a6b26ec0bf9 Signed-off-by: Vanessa Rene Valderrama --- diff --git a/jjb/dmm/dmm.yaml b/jjb/dmm/dmm.yaml index 76c1a448b..8cf673bb4 100644 --- a/jjb/dmm/dmm.yaml +++ b/jjb/dmm/dmm.yaml @@ -189,6 +189,8 @@ project-type: freestyle node: '{os}-builder-4c-4g' concurrent: true + archive-artifacts: 'csit/archive/*.*' + latest-only: false build-discarder: daysToKeep: '{build-days-to-keep}' @@ -201,6 +203,10 @@ project: 'dmm' - gerrit-parameter: branch: '{branch}' + - string: + name: ARCHIVE_ARTIFACTS + default: '{archive-artifacts}' + description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -222,10 +228,6 @@ !include-raw-escape: include-raw-dmm-csit-functional-virl.sh publishers: - - archive-artifacts: - artifacts: 'csit/archive/*.*' - latest-only: false - - robot-report: output-path: 'csit'