diff options
author | 2019-10-15 12:19:54 -0500 | |
---|---|---|
committer | 2019-10-16 15:28:34 -0500 | |
commit | eaab2396816724ef281ff49ba8c80568bf07e2fb (patch) | |
tree | c3838bac5c60b7e1b2a67997593dd449b7f229e2 | |
parent | 03eee3917a17ed8a549681d4429751a3fba1449c (diff) |
Modify logs publisher
Modify the logs publisher to use the global-jjb macro
Change-Id: I89461c4127258f9cfb3fd67c05b0398920ca30d6
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/sweetcomb/sweetcomb.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml index 13b1134bc..1c1b4478a 100644 --- a/jjb/sweetcomb/sweetcomb.yaml +++ b/jjb/sweetcomb/sweetcomb.yaml @@ -120,8 +120,7 @@ !include-raw-escape: - include-raw-sweetcomb-build.sh publishers: - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' + - lf-infra-publish - naginator: rerun-unstable-builds: false max-failed-builds: 1 @@ -195,8 +194,7 @@ !include-raw-escape: - ../scripts/packagecloud_push.sh publishers: - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' + - lf-infra-publish - naginator: rerun-unstable-builds: false max-failed-builds: 1 @@ -256,8 +254,7 @@ - include-raw-sweetcomb-build.sh - include-raw-sweetcomb-test.sh publishers: - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' + - lf-infra-publish - naginator: rerun-unstable-builds: false max-failed-builds: 1 |