Remove ARCHIVE_ARTIFACTS overwrite
[releng/builder.git] / jjb / packaging / packaging.yaml
index a0b99556ea1b0e3b264b100ed208c9ce8cd5ff7d..23b54285600ebac9507d41b9bc3116ea76ff1d7f 100644 (file)
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw-escape: install-rpm.sh
-      - shell: !include-raw: start-odl.sh
       - shell: |
           # Install expect to interact with Karaf shell
           # Install nmap to check status of ODL's SSH port
           sudo yum install -y expect nmap
+      - shell: !include-raw-escape: install-rpm.sh
+      - shell: !include-raw: start-odl.sh
+      - shell: !include-raw-escape: test-ports-nofeature.sh
       - shell: !include-raw: test-karaf.expect
       - shell: !include-raw-escape: test-rest-ok.sh
       - shell: !include-raw: stop-odl.sh