diff options
Diffstat (limited to 'jjb/joid')
-rw-r--r-- | jjb/joid/joid.yml | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ -76,11 +76,27 @@ 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 |