commit | defe2372fecd064910bb638fe5fd0677b80e374d | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:35:21 2018 +0100 |
committer | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:35:21 2018 +0100 |
tree | 993c9386ee727e990e25a6823606fe83ffe7f53b | |
parent | 6d39b13e4ffae8cad7475e4e10d64dfe74d07014 [diff] |
Update Makefile configuration Change-Id: I997df7ff329886f4a163c8c0773aae68e269543d
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?=""