diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-10-15 12:22:16 -0500 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-10-15 12:22:16 -0500 |
commit | 7086118d6e1156047e16f9eeed059f11a87714f6 (patch) | |
tree | d79ce341a7eee032ca1b8d3c337722e1f4168527 | |
parent | ccfea9d3861c72902b53767e1fb9887d22be68b0 (diff) |
Modify logs publisher
Modify the logs publisher to use the global-jjb macro
Change-Id: I4e5504192a6580f7c860a6837b43fb3f74f7c482
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/honeycomb/honeycomb.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 73aca1ef0..f85eafd3e 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -82,8 +82,7 @@ publishers: - email-notification: email-prefix: '[honeycomb]' - - fdio-infra-shiplogs: - maven-version: 'mvn36' + - lf-infra-publish - job-template: name: 'honeycomb-merge-{stream}-{os}' @@ -164,8 +163,7 @@ id: '' unique-version: true deploy-unstable: false - - fdio-infra-shiplogs: - maven-version: 'mvn36' + - lf-infra-publish - job-template: name: 'honeycomb-benchmark-master-{os}' @@ -281,8 +279,7 @@ # yamllint disable-line rule:line-length exclude: 'simple-container,list-in-container,complex-list-in-container' - - fdio-infra-shiplogs: - maven-version: 'mvn36' + - lf-infra-publish - project: name: honeycomb-info |