From 0b290ff2492a82c6aab09a1ef5ea99dd6aa3e805 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 7 Feb 2019 18:22:02 -0500 Subject: [PATCH] Disable pkg jobs that require substantial upkeep Disable the Int/Pack package building tests that require the most maintenance. Some tests require URLs to actual artifacts that fairly-frequently expire, requiring the tests to be updated with new URLs when they do. This will reduce test coverage somewhat, but I think it's currently worth it for the lower maintenance load. Change-Id: I04fb222fa00ed9e5ae06e9350f819e28bb3c9ae9 Signed-off-by: Daniel Farrell --- jjb/packaging/packaging.yaml | 70 ++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/jjb/packaging/packaging.yaml b/jjb/packaging/packaging.yaml index bb0a8579d..a0179ae24 100644 --- a/jjb/packaging/packaging.yaml +++ b/jjb/packaging/packaging.yaml @@ -242,19 +242,19 @@ # 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 + # - 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 + # - 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 latest Neon snapshot - inject: @@ -312,11 +312,11 @@ # 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 + # - 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 - inject: @@ -340,19 +340,19 @@ # Test Fluorine 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-2621/org/opendaylight/integration/karaf/0.9.2/karaf-0.9.2.tar.gz' - - shell: !include-raw-escape: build-rpm.sh - - install-test-uninstall-rpm + # - 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' + # - shell: !include-raw-escape: build-rpm.sh + # - install-test-uninstall-rpm # Test Fluorine 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.9.2-SNAPSHOT/karaf-0.9.2-20181222.162905-8.zip' - - shell: !include-raw-escape: build-rpm.sh - - install-test-uninstall-rpm + # - 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' + # - shell: !include-raw-escape: build-rpm.sh + # - install-test-uninstall-rpm # Test latest Fluorine snapshot - inject: @@ -362,19 +362,19 @@ # 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.g' - - shell: !include-raw-escape: build-rpm.sh - - install-test-uninstall-rpm + # - 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' + # - 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 + # - 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 latest Neon snapshot - inject: -- 2.36.6