From: Dave Wallace Date: Fri, 15 Nov 2019 22:39:59 +0000 (-0500) Subject: vpp: make test-doc output moved X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=b30e58f9c58a7f5e690251254a41ca23a631fcc0;p=ci-management.git vpp: make test-doc output moved The patch to the vpp repo [0] moves the output of 'make test-doc' into .../vpp/build-root/build-test/doc/html [0] https://gerrit.fd.io/r/c/vpp/+/23480 Change-Id: I1885e37afd0b768a2eb115192d8d3c96119cef10 Signed-off-by: Dave Wallace --- diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 72a064788..7c1b61fe3 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -436,7 +436,7 @@ project-type: freestyle node: ubuntu1804-us concurrent: false - archive-artifacts: '**/test/doc/build/html/*' + archive-artifacts: '**/build-root/build-test/doc/html/*' allow-empty: 'true' fingerprint: false only-if-success: true diff --git a/jjb/vpp/include-raw-vpp-make-test-docs.sh b/jjb/vpp/include-raw-vpp-make-test-docs.sh index dca1998aa..1f82ab502 100644 --- a/jjb/vpp/include-raw-vpp-make-test-docs.sh +++ b/jjb/vpp/include-raw-vpp-make-test-docs.sh @@ -2,7 +2,7 @@ set -xe -o pipefail [ "$DOCS_REPO_URL" ] || DOCS_REPO_URL="https://nexus.fd.io/content/sites/site" [ "$PROJECT_PATH" ] || PROJECT_PATH=io/fd/vpp -[ "$DOC_DIR" ] || DOC_DIR=test/doc/build/html +[ "$DOC_DIR" ] || DOC_DIR=build-root/build-test/doc/html [ "$SITE_DIR" ] || SITE_DIR=build-root/docs/deploy-site [ "$RESOURCES_DIR" ] || RESOURCES_DIR=${SITE_DIR}/src/site/resources/vpp_make_test [ "$MVN" ] || MVN="/opt/apache/maven/bin/mvn" diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index f69d0afef..5d8a32ab4 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -16,9 +16,6 @@ - master: branch: 'master' repo-stream-part: 'master' - - '1901': - branch: 'stable/1901' - repo-stream-part: 'stable.1901' - '1904': branch: 'stable/1904' repo-stream-part: 'stable.1904'