X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-multipatch-distribution-test.sh;h=bf1ce351f1f04da29d4f6bf7fd9efb0d129d1f26;hb=b5be33b878d75af8df189ee55974405b9a08dff1;hp=eddf2b52e5b9db3c3081dcacee47b6e0763f88e6;hpb=ffe508856907a8e8960f50ee9a57fe7a2b0e1d9f;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-multipatch-distribution-test.sh b/jjb/integration/include-raw-integration-multipatch-distribution-test.sh index eddf2b52e..bf1ce351f 100644 --- a/jjb/integration/include-raw-integration-multipatch-distribution-test.sh +++ b/jjb/integration/include-raw-integration-multipatch-distribution-test.sh @@ -1,7 +1,15 @@ +# TODO: 1) clean up inline todo's below :) +# TODO: 2) Use just a topic branch to create a distribution. see this email: +# https://lists.opendaylight.org/pipermail/discuss/2015-December/006040.html +# TODO: 3) Bubble up CSIT jobs that are triggered by the multipatch job to a jenkins +# parameter. the default can be distribution-test which calls all CSIT jobs +# but being able to easily override it to a smaller subset (or none) will be +# helpful + # create a fresh empty place to build this custom distribution BUILD_DIR=${WORKSPACE}/patch_tester POM_FILE=${WORKSPACE}/patch_tester/pom.xml -DISTRIBUTION_BRANCH_TO_BUILD=$BRANCH #renaming variable for clarity +DISTRIBUTION_BRANCH_TO_BUILD=$DISTROBRANCH #renaming variable for clarity rm -rf $BUILD_DIR mkdir -p $BUILD_DIR