From fe91ad69f12ca2ce493669761d1249c01a65d379 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 11 Dec 2015 11:52:45 +0100 Subject: [PATCH 1/1] Create a separate builder for joid on intel pod5 Change-Id: Icbb7f50652f22bbca2835afd47669ab21fd99bf4 Signed-off-by: Fatih Degirmenci --- jjb/joid/joid.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- 2.16.6