summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp.yaml
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2021-08-06 11:54:37 +0200
committerVratko Polak <vrpolak@cisco.com>2021-08-06 11:55:28 +0200
commitb06a58fcf839938006b7eb17a8f8102ceff6aa39 (patch)
tree1633129e2a3d4f808ee17059bf5afe12f563d0b4 /jjb/vpp/vpp.yaml
parent94ccf388b6317892bdd5db5c7b8a2baedaf904c4 (diff)
Fix workarounds for archive paths
https://gerrit.fd.io/r/c/ci-management/+/33060 has introduced workarounds for jobs which create Robot outputs outside /archives/. It got merged without verifying the workarounds work correctly. + The workaround for device job does not seem to be needed. + Perform the copy also when robot failed. Fixes: 37a55a05cd6ac7ca15bbb99f5ddc9ca61874d5f8 Change-Id: I5e08545bd290fa917e85a375865a130c3f2ff996 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'jjb/vpp/vpp.yaml')
-rw-r--r--jjb/vpp/vpp.yaml15
1 files changed, 14 insertions, 1 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 3fddfae32..cac29321f 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -1040,8 +1040,21 @@
- ../scripts/vpp/csit-perf.sh
publishers:
+ - postbuildscript:
+ # Can be removed when all CSIT branches use correct archive directory.
+ builders:
+ - build-on:
+ - ABORTED
+ - FAILURE
+ - NOT_BUILT
+ - SUCCESS
+ - UNSTABLE
+ build-steps:
+ - shell:
+ !include-raw-escape:
+ - ../scripts/vpp/copy_archives.sh
- robot-report:
- output-path: 'csit_current/0/'
+ output-path: 'archives/csit_current/0/'
- fdio-infra-publish
# [end] VPP-CSIT-VERIFY-PERF JOB TEMPLATE