From 82ba453f4da4847b27ffa55ad92f9dbc5f476cd5 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 4 Oct 2018 18:07:31 -0400 Subject: [PATCH] Add pkg tests for Fl MR Common Distro Add tests for the (slightly different naming convention) Fluorine Managed Release Common Distribution. Change-Id: I02f9b97496c0f49dd923d9d07c554012fbc74aef Jira: INTPAK-203 Signed-off-by: Daniel Farrell --- jjb/packaging/packaging.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/jjb/packaging/packaging.yaml b/jjb/packaging/packaging.yaml index fd0ce972ef..592e0c8f01 100644 --- a/jjb/packaging/packaging.yaml +++ b/jjb/packaging/packaging.yaml @@ -217,6 +217,13 @@ - shell: !include-raw: build-rpm-snap.sh - install-test-uninstall-rpm + # Test Fluorine ('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.9.0/opendaylight-0.9.0.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: @@ -320,6 +327,13 @@ - shell: !include-raw: build-rpm-snap.sh - install-test-uninstall-rpm + # Test Fluorine ('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.9.0/opendaylight-0.9.0.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