From de4b9c5c6cf8bda0a7adfae8937ee5da35565558 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 19 Feb 2019 19:11:55 +1000 Subject: [PATCH] Update jobs for Fluorine SR2 release Change-Id: I76a8f368a843a7f2efccd0e6d794af20b3c4a97b Signed-off-by: Anil Belur --- jjb/packaging/packaging.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/jjb/packaging/packaging.yaml b/jjb/packaging/packaging.yaml index a0179ae24..0b3673e43 100644 --- a/jjb/packaging/packaging.yaml +++ b/jjb/packaging/packaging.yaml @@ -240,6 +240,13 @@ - shell: !include-raw-escape: build-rpm.sh - install-test-uninstall-rpm + # Test Fluorine SR2 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.2/karaf-0.9.2.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 # - inject: @@ -338,6 +345,13 @@ - shell: !include-raw-escape: build-rpm.sh - install-test-uninstall-rpm + # Test Fluorine SR2 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.2/karaf-0.9.2.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 # - inject: -- 2.36.6