Update Test jobs for ODL Sodium release 53/84853/2
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 1 Oct 2019 15:13:28 +0000 (20:43 +0530)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 2 Oct 2019 04:45:15 +0000 (10:15 +0530)
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I0cf7bff497ee6605a376d8894c51c0f3ed8eb86a

jjb/packaging/packaging.yaml

index ac4e5f875a089750885fd4902c86d70c27c63467..5409186c87b09e8a518620aafe95215a1433be53 100644 (file)
       - shell: !include-raw-escape: build-rpm.sh
       - install-test-uninstall-rpm
 
+      # Test Sodium ('Managed Release Common Distro') release tarball
+      - inject:
+          # yamllint disable-line rule:line-length
+          properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/opendaylight/0.11.0/opendaylight-0.11.0.tar.gz'
+      - shell: !include-raw-escape: build-rpm.sh
+      - install-test-uninstall-rpm
+
       # Test latest Neon snapshot
       - inject:
           properties-content: 'STREAM=neon'
       - shell: !include-raw-escape: build-rpm.sh
       - install-test-uninstall-rpm
 
+      # Test Sodium release tarball
+      - inject:
+          # yamllint disable-line rule:line-length
+          properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/karaf/0.11.0/karaf-0.11.0.tar.gz'
+      - shell: !include-raw-escape: build-rpm.sh
+      - install-test-uninstall-rpm
+
       # Test Neon pre-release autorelease tarball
       # NB: This will need to be updated as old builds expire
       # NB: Commented out to reduce maintenance