commit | 1b00ab5abd51ef88b1deda13d48f7e0491180255 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:45:24 2018 +0100 |
committer | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:45:24 2018 +0100 |
tree | a4d144e098270dae059b2901d0d79fe4fbeb8fab | |
parent | f789781edd8dd500940cb6a17c78c1c9cdcb274f [diff] |
Update Makefile configuration Change-Id: Ieb607d8b79e4b8ce20fc8fd1ef2b90ecb2587d1d
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?=""