vpp: make test-doc output moved 81/23481/2
authorDave Wallace <dwallacelf@gmail.com>
Fri, 15 Nov 2019 22:39:59 +0000 (17:39 -0500)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 6 Dec 2019 22:45:18 +0000 (17:45 -0500)
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 <dwallacelf@gmail.com>
jjb/vpp/docs.yaml
jjb/vpp/include-raw-vpp-make-test-docs.sh
jjb/vpp/vpp.yaml

index 72a0647..7c1b61f 100644 (file)
     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
index dca1998..1f82ab5 100644 (file)
@@ -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"
index f69d0af..5d8a32a 100644 (file)
@@ -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'