Merge "Add new gate-trove-buildimage-mysql job"

This commit is contained in:
Jenkins 2014-05-24 00:50:36 +00:00 committed by Gerrit Code Review
commit 68ea0364f0
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,23 @@
- job:
name: 'gate-trove-buildimage-mysql'
node: 'bare-precise'
builders:
- link-logs
- net-info
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
export DEST=/opt/stack
cd scripts
./redstack build-image mysql
mv $HOME/images/ubuntu_mysql/ubuntu_mysql.qcow2 $WORKSPACE/ubuntu_mysql.qcow2
publishers:
- scp:
site: 'tarballs.openstack.org'
files:
- source: 'ubuntu_mysql.qcow2'
target: 'trove/images/ubuntu_mysql.qcow2'
keep-hierarchy: false
copy-after-failure: false

View File

@ -577,6 +577,8 @@ jobs:
voting: false
- name: check-tripleo-ironic-undercloud-precise
voting: false
- name: gate-trove-buildimage-mysql
voting: false
# puppet-openstack targets
- name: gate-puppet-vswitch-puppet-lint
voting: false
@ -2460,6 +2462,8 @@ projects:
- noop
gate:
- noop
experimental:
- gate-trove-buildimage-mysql
# TODO: add docs
- name: openstack/tuskar-ui