Add tools/gate/build-images script

It will simplify configuring and tuning for our upcoming images
gating. In gate job we'll just exec this script and it will do
all the things we need. Let's start just with the building all
images for the specified plugin.

Change-Id: Iecef82bec8eb8d10218c5ad2b763ccabb41053ad
This commit is contained in:
Sergey Lukjanov 2014-10-06 13:38:09 -07:00
parent 77ff8f7f16
commit 8f38712e1f
1 changed files with 5 additions and 0 deletions

5
tools/gate/build-images Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash -xe
PLUGIN=$1
sudo ./diskimage-create/diskimage-create.sh -p $PLUGIN