From d01391fab22e2bcc135744f9b584a38657847a33 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Mon, 5 Dec 2016 22:29:48 +0800 Subject: [PATCH] Add run_gate.sh script for CI Use single unified gate script will be helpful to works after the jobs is done. Change-Id: Ic0bbeef4b431132b4f992a696dc5e83c43821b91 Closes-Bug: #1647379 --- tools/gate_run.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tools/gate_run.sh diff --git a/tools/gate_run.sh b/tools/gate_run.sh new file mode 100755 index 0000000000..89db9de520 --- /dev/null +++ b/tools/gate_run.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +tools/setup_gate.sh +tox -e $ACTION-$BASE_DISTRO-$INSTALL_TYPE