summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-11-20 15:56:57 +0100
committerVratko Polak <vrpolak@cisco.com>2020-11-20 15:56:57 +0100
commitcd2f3e08d1d8dd65a705c734c771fde32b99e9e6 (patch)
treeacf902753c460ef2310739891361dfffea88c7f9
parentc518bcb89385d8f74800a2c1f83839ccabdc4b96 (diff)
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 <vrpolak@cisco.com>
-rw-r--r--jjb/csit/csit-perf.yaml20
-rw-r--r--jjb/csit/csit-vpp-device.yaml6
-rw-r--r--jjb/vpp/vpp.yaml2
3 files changed, 14 insertions, 14 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml
index b18c0f09..25680bd4 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 0b67ee03..d4dcdd34 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:
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 908ef7ce..e9112643 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -1065,7 +1065,7 @@
publishers:
- robot-report:
- output-path: 'csit_current/'
+ output-path: 'archives'
- fdio-infra-shiplogs:
maven-version: 'mvn36'