X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=Makefile;h=fb690465f08d6cde607cd4e6717226fafc7a8715;hp=d166862be323de9b4c66ea1c6a8c2c59454932d5;hb=b9db4f76a72e5bd447997d3d943b79f613a7636b;hpb=9bfc7e85bcbbc298fb0a98f0a21cfe26b8cd0f3b diff --git a/Makefile b/Makefile index d166862..fb69046 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,11 @@ else 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?=""