From: Anil Belur Date: Tue, 2 Jul 2019 09:05:37 +0000 (+1000) Subject: Update test jobs for ODL Fluorine SR3 release X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=effd00111415b794988bd66d574de15585dfcac0;p=releng%2Fbuilder.git Update test jobs for ODL Fluorine SR3 release Change-Id: Ic28eb681d7fd7c12dd9694bb9c4d8b3dee148d74 Signed-off-by: Anil Belur --- diff --git a/jjb/packaging/packaging.yaml b/jjb/packaging/packaging.yaml index 9556e38c5..92d95ae18 100644 --- a/jjb/packaging/packaging.yaml +++ b/jjb/packaging/packaging.yaml @@ -227,6 +227,13 @@ - shell: !include-raw-escape: build-rpm.sh - install-test-uninstall-rpm + # Test Fluorine SR3 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.9.3/karaf-0.9.3.tar.gz' + - shell: !include-raw-escape: build-rpm.sh + - install-test-uninstall-rpm + # Test Neon SR1 ('Managed Release Common Distro') release tarball - inject: # yamllint disable-line rule:line-length @@ -308,6 +315,13 @@ - shell: !include-raw-escape: build-rpm.sh - install-test-uninstall-rpm + # Test Fluorine SR3 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.9.3/karaf-0.9.3.tar.gz' + - shell: !include-raw-escape: build-rpm.sh + - install-test-uninstall-rpm + # Test Fluorine pre-release autorelease tarball # NB: This will need to be updated as old builds expire # NB: Commented out to reduce maintenance