diff options
author | 2019-11-04 13:02:57 -0600 | |
---|---|---|
committer | 2019-11-04 13:02:57 -0600 | |
commit | 727817c1865fd6894cba1e88be8d762851f1a41d (patch) | |
tree | 99f9e4276d552a15187f21b34b77cb440f9fd581 | |
parent | bbb878410ace59d42868b0fefb12ed2f72a0c47d (diff) |
Modify TLDK publisher
Modify the publisher to use the custom macro until the TLDK jobs can use
the CI builders
Change-Id: I1ba7c2f065f58cdfada630a84ff09dafcb0135e5
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/tldk/tldk.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/jjb/tldk/tldk.yaml b/jjb/tldk/tldk.yaml index 5380ce98d..2604cc375 100644 --- a/jjb/tldk/tldk.yaml +++ b/jjb/tldk/tldk.yaml @@ -78,7 +78,8 @@ !include-raw-escape: include-raw-build.sh publishers: - - lf-infra-publish + - fdio-infra-shiplogs: + maven-version: 'mvn36' - job-template: name: '{project}-verify-image-{stream}-{os}' @@ -138,7 +139,8 @@ !include-raw-escape: include-raw-build.sh publishers: - - lf-infra-publish + - fdio-infra-shiplogs: + maven-version: 'mvn36' - job-template: name: '{project}-merge-{stream}-{os}' @@ -183,7 +185,8 @@ !include-raw-escape: include-raw-build.sh publishers: - - lf-infra-publish + - fdio-infra-shiplogs: + maven-version: 'mvn36' - job-template: name: 'tldk-csit-verify-func-{stream}-{os}-virl' @@ -236,7 +239,8 @@ publishers: - robot-report: output-path: '' - - lf-infra-publish + - fdio-infra-shiplogs: + maven-version: 'mvn36' - project: name: tldk-info |