Merge "Add build job for external dependencies."
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 9 Dec 2019 19:38:15 +0000 (19:38 +0000)
committerGerrit Code Review <gerrit@fd.io>
Mon, 9 Dec 2019 19:38:15 +0000 (19:38 +0000)
jjb/vpp/docs.yaml
jjb/vpp/include-raw-vpp-make-test-docs.sh
jjb/vpp/vpp.yaml
packer/provision/local-builder.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 27eb64c..4f81c6c 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'
index 1fb28aa..31ce7f8 100644 (file)
       when: ansible_os_family == 'RedHat'
       become: true
 
-    - name: 'Install ruby gems'
-      command: 'gem install "rubygems-update:<3.0.0" --no-document'
-      become: 'true'
-
-    - name: 'Install rake gem'
-      command: 'gem install rake'
-      become: true
-
-    - name: 'Install PackageCloud'
-      command: 'gem install package_cloud'
-      become: true
-
   roles:
     - lfit.mono-install