summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-03-27 12:12:06 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2015-03-27 12:12:06 -0500
commitc7048ee6f80ccf09aa445a40e5e2b034ebaf6c0d (patch)
tree84a1dc1cc7bff08a4b4cfba224d52e6f30591459 /jjb
parent68c41feb2f0b1e28a9c9243750e50574d3ef692a (diff)
Placeholder for Juju installer in BGS.
JIRA BGS-29 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/genesis/genesis.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/jjb/genesis/genesis.yml b/jjb/genesis/genesis.yml
index 33dace634..544b146d3 100644
--- a/jjb/genesis/genesis.yml
+++ b/jjb/genesis/genesis.yml
@@ -7,6 +7,7 @@
- foreman
- fuel
- opensteak
+ - juju
jobs:
- 'genesis-{installer}-verify'
- 'genesis-{installer}-merge'
@@ -307,3 +308,26 @@
#!/bin/bash
echo "Hello World!"
+- builder:
+ name: juju-verify
+ builders:
+ - shell: |
+ #!/bin/bash
+
+ echo "Hello World!"
+
+- builder:
+ name: juju-merge
+ builders:
+ - shell: |
+ #!/bin/bash
+
+ echo "Hello World!"
+
+- builder:
+ name: juju-daily-master
+ builders:
+ - shell: |
+ #!/bin/bash
+
+ echo "Hello World!"