Fix experimental trove-buildimage-mysql job

Fixed the experimental trove-buildimage-mysql job so that:
 - The /opt/stack directory exists and is writeable by the user
 - The console logs are published on completion

Change-Id: I98b87fe9ba11c01ad5e26b4a349e15bf0bbc1856
This commit is contained in:
Nikhil Manchanda 2014-05-24 01:13:43 -07:00
parent 68ea0364f0
commit b73fe23823

View File

@ -8,6 +8,8 @@
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
sudo mkdir -p /opt/stack
sudo chown $(whoami) /opt/stack
export DEST=/opt/stack
cd scripts
./redstack build-image mysql
@ -21,3 +23,4 @@
target: 'trove/images/ubuntu_mysql.qcow2'
keep-hierarchy: false
copy-after-failure: false
- console-log