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/scripts/vpp/csit-device.sh | 1 + jjb/scripts/vpp/csit-perf.sh | 2 ++ 2 files changed, 3 insertions(+) (limited to 'jjb/scripts/vpp') diff --git a/jjb/scripts/vpp/csit-device.sh b/jjb/scripts/vpp/csit-device.sh index 6d4beb80f..8c76d717f 100644 --- a/jjb/scripts/vpp/csit-device.sh +++ b/jjb/scripts/vpp/csit-device.sh @@ -38,3 +38,4 @@ fi popd csit_entry_dir="${WORKSPACE}/csit/resources/libraries/bash/entry" source "${csit_entry_dir}/with_oper_for_vpp.sh" "per_patch_device.sh" +cp -R "${WORKSPACE}/csit_current/archives/"* "${WORKSPACE}/archives/" || true diff --git a/jjb/scripts/vpp/csit-perf.sh b/jjb/scripts/vpp/csit-perf.sh index e57306651..cb13557ac 100644 --- a/jjb/scripts/vpp/csit-perf.sh +++ b/jjb/scripts/vpp/csit-perf.sh @@ -38,3 +38,5 @@ fi popd csit_entry_dir="${WORKSPACE}/csit/resources/libraries/bash/entry" source "${csit_entry_dir}/with_oper_for_vpp.sh" "per_patch_perf.sh" +cp -R "${WORKSPACE}/csit_current/"* "${WORKSPACE}/archives/" || true +cp -R "${WORKSPACE}/csit_parent/"* "${WORKSPACE}/archives/" || true -- cgit 1.2.3-korg