commit | b9851ec50da6cba4feaa0976e9244e6975f66339 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:41:34 2018 +0100 |
committer | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:41:34 2018 +0100 |
tree | ec46c173653366e2e03637d05b752b3f7e33e148 | |
parent | de14e740bfb21938356af0de8c8738bcf8ac2bbe [diff] |
Update Makefile configuration Change-Id: Ic1c438c9ec419b17fe95c8df23e5c0bebf59dd7b
diff --git a/Makefile b/Makefile index d166862..fb69046 100644 --- a/Makefile +++ b/Makefile
@@ -18,7 +18,11 @@ JOBS := 1 endif +ifeq (,$(wildcard ./.kitchen.openstack.yml)) +KITCHEN_LOCAL_YAML?=.kitchen.openstack.yml +else KITCHEN_LOCAL_YAML?=.kitchen.yml +endif KITCHEN_OPTS?="--concurrency=$(JOBS)" KITCHEN_OPTS_CREATE?="" KITCHEN_OPTS_CONVERGE?=""