X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Fpackaging.yaml;h=5409186c87b09e8a518620aafe95215a1433be53;hb=7320d9a95473a9b6720979cb82399a29c2c653e2;hp=a0179ae24b16ccda573a481cedba0ea66ce711f3;hpb=7d48177bafbb4c3beb042da423f77bfbc912364c;p=releng%2Fbuilder.git diff --git a/jjb/packaging/packaging.yaml b/jjb/packaging/packaging.yaml index a0179ae24..5409186c8 100644 --- a/jjb/packaging/packaging.yaml +++ b/jjb/packaging/packaging.yaml @@ -12,12 +12,14 @@ rtd-token: 371d63c43ad99b0745bb7779e3488c5e255c1180 - 'packaging-build-rpm-{stream}' - 'packaging-build-rpm-{distro}-snap-{stream}' - - 'packaging-build-deb-{stream}' + - 'packaging-build-deb-{stream}': + disable-job: true - 'packaging-verify-full-rpm-master' - 'packaging-verify-rpm-master' - 'packaging-test-rpm-master' - 'packaging-test-rpm-upgrade-master' - - 'packaging-test-deb-master' + - 'packaging-test-deb-master': + disable-job: true - gerrit-tox-verify: branch: master stream: master @@ -27,8 +29,7 @@ stream: - neon - fluorine - - oxygen: - disable-job: 'true' + - sodium distro: - opensuse-42 @@ -219,42 +220,33 @@ build-timeout: '{build-timeout}' builders: - # Test Oxygen SR4 release tarball + # 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.8.4/karaf-0.8.4.tar.gz' + 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 ('Managed Release Common Distro') release tarball + # Test Fluorine SR3 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' + 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 SR1 release tarball + # Test Neon SR2 ('Managed Release Common Distro') 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.1/karaf-0.9.1.tar.gz' + properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/opendaylight/0.10.2/opendaylight-0.10.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: - # yamllint disable-line rule:line-length - # properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/autorelease-2620/org/opendaylight/integration/karaf/0.10.0/karaf-0.10.0.tar.gz' - # - shell: !include-raw-escape: build-rpm.sh - # - install-test-uninstall-rpm - - # Test Neon multipatch zip (no parallel tarball available) - # NB: This will need to be updated as old builds expire - # - inject: - # yamllint disable-line rule:line-length - # properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.10.0-SNAPSHOT/karaf-0.10.0-20190103.173010-50.zip' - # - 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: @@ -262,6 +254,12 @@ - shell: !include-raw: build-rpm-snap.sh - install-test-uninstall-rpm + # Test latest Sodium snapshot + - inject: + properties-content: 'STREAM=sodium' + - shell: !include-raw: build-rpm-snap.sh + - install-test-uninstall-rpm + triggers: - timed: '@weekly' - gerrit-trigger-patch-submitted: @@ -303,43 +301,37 @@ build-timeout: '{build-timeout}' builders: - # Test Oxygen SR4 release tarball + # 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/opendaylight.release/org/opendaylight/integration/karaf/0.8.4/karaf-0.8.4.tar.gz' + 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 Oxygen pre-release autorelease tarball - # NB: This will need to be updated as old builds expire - # - inject: - # yamllint disable-line rule:line-length - # properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/autorelease-2622/org/opendaylight/integration/karaf/0.8.5/karaf-0.8.5.tar.gz' - # - shell: !include-raw-escape: build-rpm.sh - # - install-test-uninstall-rpm - - # Test latest Oxygen snapshot + # Test Fluorine SR1 release tarball - inject: - properties-content: 'STREAM=oxygen' - - shell: !include-raw: build-rpm-snap.sh + # yamllint disable-line rule:line-length + properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/karaf/0.9.1/karaf-0.9.1.tar.gz' + - shell: !include-raw-escape: build-rpm.sh - install-test-uninstall-rpm - # Test Fluorine ('Managed Release Common Distro') release tarball + # Test Fluorine SR2 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' + 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 SR1 release tarball + # 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.1/karaf-0.9.1.tar.gz' + 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 # - inject: # yamllint disable-line rule:line-length # properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/autorelease-2621/org/opendaylight/integration/karaf/0.9.2/karaf-0.9.2.tar.gz' @@ -348,6 +340,7 @@ # Test Fluorine multipatch zip (no parallel tarball available) # NB: This will need to be updated as old builds expire + # NB: Commented out to reduce maintenance # - inject: # yamllint disable-line rule:line-length # properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.9.2-SNAPSHOT/karaf-0.9.2-20181222.162905-8.zip' @@ -360,8 +353,23 @@ - shell: !include-raw: build-rpm-snap.sh - install-test-uninstall-rpm + # Test Neon 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.10.2/karaf-0.10.2.tar.gz' + - 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 # - inject: # yamllint disable-line rule:line-length # properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/autorelease-2620/org/opendaylight/integration/karaf/0.10.0/karaf-0.10.0.tar.g' @@ -370,6 +378,7 @@ # Test Neon multipatch zip (no parallel tarball available) # NB: This will need to be updated as old builds expire + # NB: Commented out to reduce maintenance # - inject: # yamllint disable-line rule:line-length # properties-content: 'DOWNLOAD_URL=https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.10.0-SNAPSHOT/karaf-0.10.0-20190103.173010-50.zip' @@ -382,6 +391,12 @@ - shell: !include-raw: build-rpm-snap.sh - install-test-uninstall-rpm + # Test latest Sodium snapshot + - inject: + properties-content: 'STREAM=sodium' + - shell: !include-raw: build-rpm-snap.sh + - install-test-uninstall-rpm + triggers: - timed: '@weekly' - gerrit: