From: Luis Gomez Date: Sat, 6 Feb 2016 03:08:47 +0000 (+0000) Subject: Merge "Disable distribution-check job in Lithium and Helium streams" X-Git-Tag: release/beryllium~35 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=80fac33aa115cfe24c6748abd958d89712c95c58;hp=c1c66c244c0a071b6291b3cd09bb5ccaf2667a2d;p=releng%2Fbuilder.git Merge "Disable distribution-check job in Lithium and Helium streams" --- diff --git a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh b/jjb/integration/include-raw-integration-deploy-controller-run-test.sh index 536458cf7..2846e9d97 100644 --- a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-controller-run-test.sh @@ -136,7 +136,7 @@ SUITES=$( egrep -v '(^[[:space:]]*#|^[[:space:]]*$)' testplan.txt | tr '\012' ' echo "Starting Robot test suites ${SUITES} ..." pybot -N ${TESTPLAN} -c critical -e exclude -v BUNDLEFOLDER:${BUNDLEFOLDER} -v WORKSPACE:/tmp \ --v NEXUSURL_PREFIX:${NEXUSURL_PREFIX} \ +-v BUNDLE_URL:${ACTUALBUNDLEURL} -v NEXUSURL_PREFIX:${NEXUSURL_PREFIX} \ -v CONTROLLER:${ODL_SYSTEM_IP} -v ODL_SYSTEM_IP:${ODL_SYSTEM_IP} -v CONTROLLER_USER:${USER} -v ODL_SYSTEM_USER:${USER} \ -v TOOLS_SYSTEM_IP:${TOOLS_SYSTEM_IP} -v TOOLS_SYSTEM_2_IP:${TOOLS_SYSTEM_2_IP} -v TOOLS_SYSTEM_3_IP:${TOOLS_SYSTEM_3_IP} \ -v TOOLS_SYSTEM_4_IP:${TOOLS_SYSTEM_4_IP} -v TOOLS_SYSTEM_5_IP:${TOOLS_SYSTEM_5_IP} -v TOOLS_SYSTEM_6_IP:${TOOLS_SYSTEM_6_IP} \ diff --git a/jjb/integration/include-raw-integration-start-cluster-run-test.sh b/jjb/integration/include-raw-integration-start-cluster-run-test.sh index d6d1bfb04..225dc0f21 100644 --- a/jjb/integration/include-raw-integration-start-cluster-run-test.sh +++ b/jjb/integration/include-raw-integration-start-cluster-run-test.sh @@ -91,7 +91,8 @@ do done echo "Starting Robot test suites ${SUITES} ..." -pybot -N ${TESTPLAN} -c critical -e exclude -v BUNDLEFOLDER:${BUNDLEFOLDER} -v WORKSPACE:/tmp -v NEXUSURL_PREFIX:${NEXUSURL_PREFIX} \ +pybot -N ${TESTPLAN} -c critical -e exclude -v BUNDLEFOLDER:${BUNDLEFOLDER} -v WORKSPACE:/tmp -v BUNDLE_URL:${ACTUALBUNDLEURL} \ +-v NEXUSURL_PREFIX:${NEXUSURL_PREFIX} \ -v CONTROLLER:${ODL_SYSTEM_IP} -v CONTROLLER1:${ODL_SYSTEM_2_IP} -v CONTROLLER2:${ODL_SYSTEM_3_IP} -v ODL_SYSTEM_IP:${ODL_SYSTEM_IP} \ ${odl_variables} -v NUM_ODL_SYSTEM:${NUM_ODL_SYSTEM} -v CONTROLLER_USER:${USER} -v ODL_SYSTEM_USER:${USER} -v \ TOOLS_SYSTEM_IP:${TOOLS_SYSTEM_IP} ${tools_variables} -v NUM_TOOLS_SYSTEM:${NUM_TOOLS_SYSTEM} -v TOOLS_SYSTEM_USER:${USER} \ diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index 5464d4110..a6d06da1d 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -30,6 +30,8 @@ l2switch-csit-1node-scalability-all-{stream}, lispflowmapping-csit-1node-msmr-only-{stream}, lispflowmapping-csit-1node-msmr-all-{stream}, + nemo-csit-1node-engine-all-{stream}, + nemo-csit-1node-engine-only-{stream}, nic-csit-1node-basic-all-{stream}, nic-csit-1node-basic-only-{stream}, openflowplugin-csit-1node-flow-services-only-{stream}, @@ -48,6 +50,12 @@ ovsdb-csit-1node-southbound-all-{stream}, snmp-csit-1node-basic-only-{stream}, snmp-csit-1node-basic-all-{stream}, + sxp-csit-1node-basic-only-{stream}, + sxp-csit-1node-basic-all-{stream}, + sxp-csit-1node-filtering-only-{stream}, + sxp-csit-1node-filtering-all-{stream}, + sxp-csit-1node-topology-only-{stream}, + sxp-csit-1node-topology-all-{stream}, topoprocessing-csit-1node-topology-operations-all-{stream}, topoprocessing-csit-1node-topology-operations-only-{stream}, tsdr-csit-1node-hbase-datastore-only-{stream}, @@ -79,6 +87,8 @@ l2switch-csit-1node-scalability-all-{stream}, lispflowmapping-csit-1node-msmr-only-{stream}, lispflowmapping-csit-1node-msmr-all-{stream}, + nemo-csit-1node-engine-all-{stream}, + nemo-csit-1node-engine-only-{stream}, nic-csit-1node-basic-all-{stream}, nic-csit-1node-basic-only-{stream}, openflowplugin-csit-1node-flow-services-only-{stream}, @@ -97,6 +107,12 @@ ovsdb-csit-1node-southbound-all-{stream}, snmp-csit-1node-basic-only-{stream}, snmp-csit-1node-basic-all-{stream}, + sxp-csit-1node-basic-only-{stream}, + sxp-csit-1node-basic-all-{stream}, + sxp-csit-1node-filtering-only-{stream}, + sxp-csit-1node-filtering-all-{stream}, + sxp-csit-1node-topology-only-{stream}, + sxp-csit-1node-topology-all-{stream}, topoprocessing-csit-1node-topology-operations-all-{stream}, topoprocessing-csit-1node-topology-operations-only-{stream}, tsdr-csit-1node-hbase-datastore-only-{stream}, diff --git a/jjb/nemo/nemo-csit-engine.yaml b/jjb/nemo/nemo-csit-engine.yaml index f9c106af0..66f3c75fa 100644 --- a/jjb/nemo/nemo-csit-engine.yaml +++ b/jjb/nemo/nemo-csit-engine.yaml @@ -26,7 +26,7 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-mdsal-apidocs,odl-nemo-engine-ui' + install-features: 'odl-restconf,odl-mdsal-apidocs,odl-nemo-engine-ui,odl-nemo-openflow-renderer' # Robot custom options robot-options: '' diff --git a/scripts/odlrelease b/scripts/odlrelease index 61526084e..91e68e7c8 100755 --- a/scripts/odlrelease +++ b/scripts/odlrelease @@ -37,7 +37,7 @@ function sign { echo "Fetching artifacts from $URL" # Fetch Artifacts wget --recursive --execute robots=off --no-parent --quiet \ - --no-host-directories --cut-dirs=3 \ + --no-host-directories --cut-dirs=2 \ $URL # Remove files that don't need signing