CSIT: Unify path for robot plugin 44/30044/3
authorVratko Polak <vrpolak@cisco.com>
Fri, 20 Nov 2020 14:56:57 +0000 (15:56 +0100)
committerVratko Polak <vrpolak@cisco.com>
Fri, 20 Nov 2020 14:56:57 +0000 (15:56 +0100)
+ 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>
jjb/csit/csit-perf.yaml
jjb/csit/csit-vpp-device.yaml
jjb/vpp/vpp.yaml

index b18c0f0..25680bd 100644 (file)
 
     publishers:
       - robot:
-          output-path: archive
+          output-path: 'archives'
           other-files:
             - '*.*'
 
 
     publishers:
       - robot:
-          output-path: 'csit/archive'
+          output-path: 'archives'
           other-files:
             - '*.*'
 
 
     publishers:
       - robot:
-          output-path: 'csit/archive'
+          output-path: 'archives'
           other-files:
             - '*.*'
 
 
     publishers:
       - robot:
-          output-path: 'csit/archive'
+          output-path: 'archives'
           other-files:
             - '*.*'
 
 
     publishers:
       - robot:
-          output-path: archive
+          output-path: 'archives'
           other-files:
             - '*.*'
 
 
     publishers:
       - robot:
-          output-path: 'csit/archive'
+          output-path: 'archives'
           other-files:
             - '*.*'
 
 
     publishers:
       - robot:
-          output-path: archive
+          output-path: 'archives'
           other-files:
             - '*.*'
 
 
     publishers:
       - robot:
-          output-path: archive
+          output-path: 'archives'
           other-files:
             - '*.*'
 
 
     publishers:
       - robot:
-          output-path: archive
+          output-path: 'archives'
           other-files:
             - '*.*'
 
 
     publishers:
       - robot:
-          output-path: archive
+          output-path: 'archives'
           other-files:
             - '*.*'
 
index 0b67ee0..d4dcdd3 100644 (file)
 
     publishers:
       - robot:
-          output-path: archive
+          output-path: 'archives'
           other-files:
             - '*.*'
       - fdio-infra-shiplogs:
 
     publishers:
       - robot:
-          output-path: 'csit/archive'
+          output-path: 'archives'
           other-files:
             - '*.*'
       - fdio-infra-shiplogs:
 
     publishers:
       - robot:
-          output-path: archive
+          output-path: 'archives'
           other-files:
             - '*.*'
       - fdio-infra-shiplogs:
index 908ef7c..e911264 100644 (file)
 
     publishers:
       - robot-report:
-          output-path: 'csit_current/'
+          output-path: 'archives'
 
       - fdio-infra-shiplogs:
           maven-version: 'mvn36'