From 8f38712e1f62d3e0e7bb50133c029f57825dec2c Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Mon, 6 Oct 2014 13:38:09 -0700 Subject: [PATCH] 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 --- tools/gate/build-images | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tools/gate/build-images diff --git a/tools/gate/build-images b/tools/gate/build-images new file mode 100755 index 00000000..bdeffa8b --- /dev/null +++ b/tools/gate/build-images @@ -0,0 +1,5 @@ +#!/bin/bash -xe + +PLUGIN=$1 + +sudo ./diskimage-create/diskimage-create.sh -p $PLUGIN