Allow gate jobs to run on xenial

Currently platform check is preventing the gate job to run on Xenial.

Change-Id: I6be82caa25ed587561f234d52467832515e2226b
This commit is contained in:
Sumit Naiksatam 2016-09-12 11:46:21 -07:00
parent adc1a2fe9f
commit 1f66fab248
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ set -x
trap prepare_logs ERR
prepare_gbp_aim_devstack
$TOP_DIR/stack.sh
FORCE=yes $TOP_DIR/stack.sh
# Use devstack functions to install mysql and psql servers
source $TOP_DIR/stackrc

View File

@ -10,7 +10,7 @@ trap prepare_logs ERR
prepare_gbp_devstack
prepare_nfp_devstack
$TOP_DIR/stack.sh
FORCE=yes $TOP_DIR/stack.sh
# Use devstack functions to install mysql and psql servers
source $TOP_DIR/stackrc