commit | 5c33763059650656bf2f83cbb1b56ce9a63b45b8 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:43:09 2018 +0100 |
committer | Martin Polreich <polreichmartin@gmail.com> | Wed Nov 07 14:43:09 2018 +0100 |
tree | 4804b43d6ed4efcd86cf55def30f94143d8a8239 | |
parent | 1ac97a069f014377a274efd27db4807114f1a596 [diff] [blame] |
Update Makefile configuration Change-Id: I09123a1720fb61525d18dae08fadd60964e0e62e
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?=""