From: Tomas Cere Date: Thu, 28 Oct 2021 10:25:48 +0000 (+0200) Subject: Make bgpcep jobs run with its mri distro X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=298616127265a2bd05b0ae49efdbfb76a772b70e;p=releng%2Fbuilder.git Make bgpcep jobs run with its mri distro Signed-off-by: Tomas Cere Change-Id: I5bb099af2b6c58d1296adcb76f67d7353475dcc8 --- diff --git a/global-jjb b/global-jjb index e3b4365df..599b705c0 160000 --- a/global-jjb +++ b/global-jjb @@ -1 +1 @@ -Subproject commit e3b4365df52fdf3fdd6abe86a7fcc4b06c29e181 +Subproject commit 599b705c033b73a5565027db210960ae7658f9f5 diff --git a/jjb/bgpcep/bgpcep-csit-bgp-ingest-mixed.yaml b/jjb/bgpcep/bgpcep-csit-bgp-ingest-mixed.yaml index 2f97fe850..2a090e753 100644 --- a/jjb/bgpcep/bgpcep-csit-bgp-ingest-mixed.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgp-ingest-mixed.yaml @@ -24,6 +24,8 @@ branch: "stable/silicon" jre: "openjdk11" + karaf-version: bgpcep + install: - all: scope: "all" diff --git a/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml index 37851551e..a6770a330 100644 --- a/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml @@ -23,6 +23,8 @@ branch: "stable/silicon" jre: "openjdk11" + karaf-version: bgpcep + install: - all: scope: "all" diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml index 94ef8475e..051180a1c 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering-ha.yaml @@ -22,6 +22,8 @@ branch: "stable/silicon" jre: "openjdk11" + karaf-version: bgpcep + install: - only: scope: "only" diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering-longevity.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering-longevity.yaml index ab916a36b..d456b32a9 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering-longevity.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering-longevity.yaml @@ -25,6 +25,8 @@ branch: "stable/silicon" jre: "openjdk11" + karaf-version: bgpcep + install: - only: scope: "only" diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml index deb75fafd..cbafe6cd3 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml @@ -22,6 +22,8 @@ branch: "stable/silicon" jre: "openjdk11" + karaf-version: bgpcep + install: - all: scope: "all" diff --git a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml index a8ec64e00..78df04b4c 100644 --- a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml +++ b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml @@ -24,6 +24,8 @@ branch: "stable/silicon" jre: "openjdk11" + karaf-version: bgpcep + install: - all: scope: "all" diff --git a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml index d34ffae52..9283f789e 100644 --- a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml +++ b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml @@ -24,6 +24,8 @@ branch: "stable/silicon" jre: "openjdk11" + karaf-version: bgpcep + install: - all: scope: "all" diff --git a/jjb/bgpcep/bgpcep-patch-test.yaml b/jjb/bgpcep/bgpcep-patch-test.yaml index e15aa9353..19be5fea0 100644 --- a/jjb/bgpcep/bgpcep-patch-test.yaml +++ b/jjb/bgpcep/bgpcep-patch-test.yaml @@ -2,7 +2,7 @@ - project: name: bgpcep-patch-test jobs: - - inttest-patch-test + - inttest-mri-patch-test # The project name project: "bgpcep" @@ -19,6 +19,8 @@ branch: "stable/silicon" java-version: "openjdk11" + karaf-version: bgpcep + feature: - bgp: csit-list: > diff --git a/jjb/integration/integration-compare-distributions.sh b/jjb/integration/integration-compare-distributions.sh index 040b6cfa3..9dfede50f 100644 --- a/jjb/integration/integration-compare-distributions.sh +++ b/jjb/integration/integration-compare-distributions.sh @@ -19,6 +19,8 @@ elif [[ "$KARAF_ARTIFACT" == "netconf-karaf" ]]; then wget "http://${GERRIT_PATH}/gitweb?p=${KARAF_PROJECT}.git;a=blob_plain;f=karaf/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" elif [[ "$KARAF_ARTIFACT" == "controller-test-karaf" ]]; then wget "http://${GERRIT_PATH}/gitweb?p=${KARAF_PROJECT}.git;a=blob_plain;f=karaf/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" +elif [[ "$KARAF_ARTIFACT" == "bgpcep-karaf" ]]; then + wget "http://${GERRIT_PATH}/gitweb?p=${KARAF_PROJECT}.git;a=blob_plain;f=distribution-karaf/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" else wget "http://${GERRIT_PATH}/gitweb?p=integration/distribution.git;a=blob_plain;f=pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" fi diff --git a/jjb/integration/integration-detect-variables.sh b/jjb/integration/integration-detect-variables.sh index fddb2f967..baaf7183d 100644 --- a/jjb/integration/integration-detect-variables.sh +++ b/jjb/integration/integration-detect-variables.sh @@ -15,6 +15,8 @@ if [ "${BUNDLE_URL}" == 'last' ]; then wget "http://${GERRIT_PATH}/gitweb?p=${KARAF_PROJECT}.git;a=blob_plain;f=karaf/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" elif [[ "$KARAF_ARTIFACT" == "controller-test-karaf" ]]; then wget "http://${GERRIT_PATH}/gitweb?p=${KARAF_PROJECT}.git;a=blob_plain;f=karaf/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" + elif [[ "$KARAF_ARTIFACT" == "bgpcep-karaf" ]]; then + wget "http://${GERRIT_PATH}/gitweb?p=${KARAF_PROJECT}.git;a=blob_plain;f=distribution-karaf/pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" else wget "http://${GERRIT_PATH}/gitweb?p=integration/distribution.git;a=blob_plain;f=pom.xml;hb=refs/heads/$DISTROBRANCH" -O "pom.xml" fi diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index c89d03219..4f4718e5d 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -100,7 +100,7 @@ - string: name: KARAF_VERSION default: "{karaf-version}" - description: "karaf3, karaf4, odl, controller, netconf affects ODL deploy scripts" + description: "karaf3, karaf4, odl, bgpcep, controller, netconf affects ODL deploy scripts" - parameter: name: integration-bundle-url diff --git a/jjb/integration/integration-set-variables.sh b/jjb/integration/integration-set-variables.sh index 45bf097cc..e51c626e0 100644 --- a/jjb/integration/integration-set-variables.sh +++ b/jjb/integration/integration-set-variables.sh @@ -12,6 +12,9 @@ elif [[ "$KARAF_VERSION" == "controller" ]]; then elif [[ "$KARAF_VERSION" == "netconf" ]]; then KARAF_ARTIFACT="netconf-karaf" KARAF_PROJECT="netconf" +elif [[ "$KARAF_VERSION" == "bgpcep" ]]; then + KARAF_ARTIFACT="bgpcep-karaf" + KARAF_PROJECT="bgpcep" else KARAF_ARTIFACT="karaf" KARAF_PROJECT="integration"