commit | 05e2a09926cb8a85d21ca2209d06b65653bb5098 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:43:08 2018 +0100 |
committer | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:43:08 2018 +0100 |
tree | 7bc3440ac056a11b350d3cae53cfaa4d040c7f6a | |
parent | bafd805540d0d5147aeeaa5f17ce65aa8b81233f [diff] [blame] |
Update Makefile configuration Change-Id: I8b97ea5b9885a3089125142cb918fcb77bfd1aff
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?=""