diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2017-06-07 15:13:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-06-07 15:13:44 +0000 |
commit | e89ef464aeb9a114aadee36a821680c29e738617 (patch) | |
tree | 18f2ff06e502aa9e7571d0b00ee56576ac57eb75 | |
parent | 97ca62b8792ef55455ffc1af804333fbbe3d44e2 (diff) | |
parent | 3a46e3576598720cfd8d7cdc9550456c5d66505b (diff) |
Merge "Fix path for archive items in perf jobs"
-rw-r--r-- | jjb/csit/csit.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index a171bb522..81006d9ad 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -145,11 +145,11 @@ publishers: - archive-artifacts: - artifacts: 'csit/archive/*.*' + artifacts: 'archive/*.*' latest-only: false - robot-report: - output-path: 'csit/archive' + output-path: 'archive' - plot: - title: '64B-1t1c-eth-l2xcbase-testpmd-ndrdisc' @@ -265,11 +265,11 @@ publishers: - archive-artifacts: - artifacts: 'csit/archive/*.*' + artifacts: 'archive/*.*' latest-only: false - robot-report: - output-path: 'csit/archive' + output-path: 'archive' - plot: - title: '64B-1t1c-eth-l2*-ndrdisc' |