diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2020-01-22 10:26:19 -0600 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2020-01-22 10:26:19 -0600 |
commit | 763955fd9e6098fb58b5dfc84db0684fb8840e22 (patch) | |
tree | 6b3aba5659e65ed1e811468d472b59a659bf4cdc | |
parent | fde70d434ae289da52836289a996a248c6b00f02 (diff) |
Modifying docs publisher
The VPP docs jobs are unstable due to issues with the
lf-infra-publish macro. For now we're reverting back to the FD.io
global-macro until we resolve the issue.
Change-Id: I506aeb912baab2910d3d2fe4cc3456a598c93b53
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
-rw-r--r-- | jjb/vpp/docs.yaml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index f5ba7ee12..ff1091b71 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -116,7 +116,8 @@ - ../scripts/vpp/docs.sh publishers: - - lf-infra-publish + - fdio-infra-shiplogs: + maven-version: 'mvn36' - naginator: rerun-unstable-builds: false max-failed-builds: 1 @@ -206,7 +207,8 @@ - ../scripts/vpp/docs.sh publishers: - - lf-infra-publish + - fdio-infra-shiplogs: + maven-version: 'mvn36' - naginator: rerun-unstable-builds: false max-failed-builds: 1 @@ -287,7 +289,8 @@ - ../scripts/vpp/sphinx-docs.sh publishers: - - lf-infra-publish + - fdio-infra-shiplogs: + maven-version: 'mvn36' - naginator: rerun-unstable-builds: false max-failed-builds: 1 @@ -368,7 +371,8 @@ - ../scripts/vpp/sphinx-docs.sh publishers: - - lf-infra-publish + - fdio-infra-shiplogs: + maven-version: 'mvn36' - naginator: rerun-unstable-builds: false max-failed-builds: 1 @@ -437,7 +441,8 @@ - ../scripts/vpp/make-test-docs.sh publishers: - - lf-infra-publish + - fdio-infra-shiplogs: + maven-version: 'mvn36' - naginator: rerun-unstable-builds: false max-failed-builds: 1 @@ -528,7 +533,8 @@ - ../scripts/vpp/make-test-docs.sh publishers: - - lf-infra-publish + - fdio-infra-shiplogs: + maven-version: 'mvn36' - naginator: rerun-unstable-builds: false max-failed-builds: 1 |