diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2020-11-23 14:14:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2020-11-23 14:14:37 +0000 |
commit | 4ba2294219a27d7c45b31cf182b14494df441151 (patch) | |
tree | e9ca6310d9429b16723d63a1af00c78338a595ef /jjb | |
parent | d8122583e959e522f55643ff361c910cd8afccb8 (diff) | |
parent | cd2f3e08d1d8dd65a705c734c771fde32b99e9e6 (diff) |
Merge "CSIT: Unify path for robot plugin"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-perf.yaml | 20 | ||||
-rw-r--r-- | jjb/csit/csit-vpp-device.yaml | 6 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 2 |
3 files changed, 14 insertions, 14 deletions
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: diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 908ef7cef..e9112643b 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' |