Adjust CSIT for UM projects
[releng/builder.git] / jjb / packaging / packaging.yaml
index 70ff2f0e99fa4913b6e3bb1bd0c93a0975f37c4d..bb7add2fbb79eb9afc3ad59acbe7c87958aced6f 100644 (file)
@@ -6,6 +6,7 @@
     jobs:
       - '{project-name}-rtd-jobs':
           build-node: centos7-builder-2c-2g
+          doc-dir: .tox/docs/tmp/html
           project-pattern: integration/packaging
           rtd-project: odl-integrationpackaging
       - 'packaging-build-rpm-{stream}'
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: install-deb.sh
+      - shell: !include-raw-escape: install-deb.sh
       - shell: !include-raw: start-odl.sh
       - shell: !include-raw-escape: test-ports-nofeature.sh
       - shell: |
       # Disable this test until ODLPARENT-139 is fixed
       # - shell: !include-raw-escape: test-rest-ok.sh
       - shell: !include-raw: stop-odl.sh
-      - shell: !include-raw: uninstall-deb.sh
+      - shell: !include-raw-escape: uninstall-deb.sh
 
     publishers:
       - lf-infra-publish
 
     builders:
       - shell: !include-raw: build-deb.sh
+      - install-test-uninstall-deb
       - lf-infra-deploy-maven-file:
           global-settings-file: 'global-settings'
           settings-file: 'packaging-settings'