summaryrefslogtreecommitdiffstats
path: root/jjb/joid/joid.yml
diff options
context:
space:
mode:
authorDavid Blaisonneau <david.blaisonneau@orange.com>2015-12-11 16:55:40 +0100
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-12-14 13:02:55 +0000
commit785ce4c9930e67b5ddcd19bb7ce3a30188f510fa (patch)
tree759dad0a3b7bfc863094afdd1e55195b29376deb /jjb/joid/joid.yml
parent3322005f4964eb905201cdccaf9ae5ce5c78755d (diff)
New worker for Orange Pod2
Change-Id: I09b3d06b2b2b615b3fbae5e422820356b465d895 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'jjb/joid/joid.yml')
-rw-r--r--jjb/joid/joid.yml17
1 files changed, 16 insertions, 1 deletions
diff --git a/jjb/joid/joid.yml b/jjb/joid/joid.yml
index 70842dad5..fdeddc680 100644
--- a/jjb/joid/joid.yml
+++ b/jjb/joid/joid.yml
@@ -9,7 +9,9 @@
controller: 'odl'
- pod: 'intel-pod5'
+ pod:
+ - 'intel-pod5'
+ - 'orange-pod2'
stream:
- master:
@@ -100,3 +102,16 @@
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
+- builder:
+ name: orange-pod2-builder
+ builders:
+ - shell: |
+ #!/bin/bash
+ echo "Running $INSTALLER_NAME with controller $CONTROLLER"
+ echo "Please note that this is WIP generic builder"
+ echo
+ echo "Executing clean.sh"
+ cd $WORKSPACE/ci
+ ./clean.sh
+ - shell:
+ !include-raw ./joid-deploy.sh