From 37a55a05cd6ac7ca15bbb99f5ddc9ca61874d5f8 Mon Sep 17 00:00:00 2001 From: pmikus Date: Thu, 8 Jul 2021 12:34:33 +0000 Subject: Global: Rework archive artifacts This patch removes archive-artifacts-parameter macro and ARCHVIVE_ARTIFACTS env var from csit and vpp project. All project specific artifacts to be uploaded with the log files SHOULD BE copied to $WORKSPACE/archives. The next step once this is merged will be to remove NEXUS entirely via JCasC. + Remove archive-artifacts from all csit/vpp yaml files. + Add fdio-infra-ship-backup-logs macro + Remove unused jjb/include-raw-deploy-archives.sh + CSIT: - copy job artifacts to $WORKSPACE/archives + HC2VPP - remove CSIT + TLDK: - remove CSIT Signed-off-by: pmikus Signed-off-by: Dave Wallace Change-Id: Iada020cf269714c34f9ce32d764d991827e3b003 --- jjb/csit/csit.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'jjb/csit/csit.yaml') diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 96582923d..204194a58 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -68,10 +68,6 @@ branch: '{branch}' - maven-exec: maven-version: 'mvn33-new' - - string: - name: ARCHIVE_ARTIFACTS - default: '{archive-artifacts}' - description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: @@ -149,10 +145,6 @@ branch: '{branch}' - maven-exec: maven-version: 'mvn33-new' - - string: - name: ARCHIVE_ARTIFACTS - default: '{archive-artifacts}' - description: Artifacts to archive to the logs server. scm: - gerrit-trigger-scm: -- cgit 1.2.3-korg