From: Fatih Degirmenci Date: Fri, 11 Dec 2015 10:52:45 +0000 (+0100) Subject: Create a separate builder for joid on intel pod5 X-Git-Tag: test-tag~76 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F4329%2F3;p=releng.git Create a separate builder for joid on intel pod5 Change-Id: Icbb7f50652f22bbca2835afd47669ab21fd99bf4 Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/joid/joid.yml b/jjb/joid/joid.yml index a3b994a82..70842dad5 100644 --- a/jjb/joid/joid.yml +++ b/jjb/joid/joid.yml @@ -75,12 +75,28 @@ refspec: '' branch: '{branch}' + builders: + - '{pod}-builder' + +######################## +# builder macros +######################## +- builder: + name: intel-pod5-builder builders: - shell: | #!/bin/bash echo "Running $INSTALLER_NAME with controller $CONTROLLER" echo "Please note that this is a quick try to see how joid deployment works" + echo + echo "Executing clean.sh" cd $WORKSPACE/ci ./clean.sh + - shell: | + cd $WORKSPACE/ci + echo "Executing 02-maasdeploy.sh intelpod5" ./02-maasdeploy.sh intelpod5 + - shell: | + cd $WORKSPACE/ci + echo "Executing deploy.sh -o liberty -s $CONTROLLER -t ha -l intelpod5" ./deploy.sh -o liberty -s $CONTROLLER -t ha -l intelpod5