Create a separate builder for joid on intel pod5 29/4329/3
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 11 Dec 2015 10:52:45 +0000 (11:52 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 11 Dec 2015 12:16:33 +0000 (12:16 +0000)
Change-Id: Icbb7f50652f22bbca2835afd47669ab21fd99bf4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/joid/joid.yml

index a3b994a..70842da 100644 (file)
             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