commit | 432fa5dda4d17c221a6d397820bb6d3642135abd | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:45:04 2018 +0100 |
committer | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:45:04 2018 +0100 |
tree | 9b989bfdf28e860a6c73c2734ab5008430a4b0b7 | |
parent | e397f8454b51d26174deb3670420d43ddff0b5ac [diff] |
Update Makefile configuration Change-Id: I3e987428f960c87529bfcceb5fd8e7e72c792e1d
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?=""