Add script for building all artifacts to use it in gating

Change-Id: Ia8122bf69dcc46f5494febe79657324d612d7769
This commit is contained in:
Sergey Lukjanov 2015-04-20 16:42:06 +03:00 committed by Sergey Reshetnyak
parent 6aa5fe13c7
commit 3ab0cb48aa
1 changed files with 12 additions and 0 deletions

12
tools/build-all-artifacts.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
set -eux
set -o pipefail
echo "Building all needed oozie versions"
./tools/build-oozie.sh 1.2.1
./tools/build-oozie.sh 2.6.0
echo "Building all needed hadoop-openstack versions"
./tools/build-hadoop-openstack.sh 1.2.1
./tools/build-hadoop-openstack.sh 2.6.0