From cd2f3e08d1d8dd65a705c734c771fde32b99e9e6 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Fri, 20 Nov 2020 15:56:57 +0100 Subject: CSIT: Unify path for robot plugin + We are trying to remove duplicates from logs.fd.io. + The unified path for logs is "archives" directory. - Except per-patch job, to be fixed later. + So, tell Robot plugin to get outputs from there. + Use quotes around the value. - This may break some old CSIT branches. + If yes, we will fix the CSIT code part (not ci-management). - Not touching inactive projects. Change-Id: I55f974ab27a2085690396db5b448978016c98684 Signed-off-by: Vratko Polak --- jjb/csit/csit-perf.yaml | 20 ++++++++++---------- jjb/csit/csit-vpp-device.yaml | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'jjb/csit') diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index b18c0f09d..25680bd4a 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -293,7 +293,7 @@ publishers: - robot: - output-path: archive + output-path: 'archives' other-files: - '*.*' @@ -371,7 +371,7 @@ publishers: - robot: - output-path: 'csit/archive' + output-path: 'archives' other-files: - '*.*' @@ -449,7 +449,7 @@ publishers: - robot: - output-path: 'csit/archive' + output-path: 'archives' other-files: - '*.*' @@ -522,7 +522,7 @@ publishers: - robot: - output-path: 'csit/archive' + output-path: 'archives' other-files: - '*.*' @@ -623,7 +623,7 @@ publishers: - robot: - output-path: archive + output-path: 'archives' other-files: - '*.*' @@ -701,7 +701,7 @@ publishers: - robot: - output-path: 'csit/archive' + output-path: 'archives' other-files: - '*.*' @@ -800,7 +800,7 @@ publishers: - robot: - output-path: archive + output-path: 'archives' other-files: - '*.*' @@ -899,7 +899,7 @@ publishers: - robot: - output-path: archive + output-path: 'archives' other-files: - '*.*' @@ -998,7 +998,7 @@ publishers: - robot: - output-path: archive + output-path: 'archives' other-files: - '*.*' @@ -1097,7 +1097,7 @@ publishers: - robot: - output-path: archive + output-path: 'archives' other-files: - '*.*' diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml index 0b67ee03d..d4dcdd34d 100644 --- a/jjb/csit/csit-vpp-device.yaml +++ b/jjb/csit/csit-vpp-device.yaml @@ -167,7 +167,7 @@ publishers: - robot: - output-path: archive + output-path: 'archives' other-files: - '*.*' - fdio-infra-shiplogs: @@ -254,7 +254,7 @@ publishers: - robot: - output-path: 'csit/archive' + output-path: 'archives' other-files: - '*.*' - fdio-infra-shiplogs: @@ -342,7 +342,7 @@ publishers: - robot: - output-path: archive + output-path: 'archives' other-files: - '*.*' - fdio-infra-shiplogs: -- cgit 1.2.3-korg