Merge "Extended output for pipeline and disk on VM"

This commit is contained in:
Zuul 2019-11-08 09:06:37 +00:00 committed by Gerrit Code Review
commit 87b65e9772
2 changed files with 3 additions and 1 deletions

View File

@ -100,6 +100,8 @@ shipyard_action_wait() {
if [[ $(date +%s) -ge ${end_time} ]]
then
log "Shipyard action ${action} did not complete in ${timeout} seconds."
ACTION=$(shipyard_cmd describe "${ACTION_ID}")
log "${ACTION}"
return 2
fi

View File

@ -13,7 +13,7 @@
"disk_layouts":{
"simple": {
"vda": {
"size": 64,
"size": 96,
"io_profile": "fast",
"bootstrap": true
}