Add tests makefile target to Divingbell

Note that the tests are a simple build of the helm charts for now.
Left a TODO in place to get the existing test scripts updated to a
current environment.

Change-Id: Icc95ef88c86ab92069e2ed2470a140ef959f7040
This commit is contained in:
Bryan Strassner 2018-05-04 14:23:50 -05:00
parent e9d71dedb0
commit ebdfa49291
1 changed files with 6 additions and 0 deletions

View File

@ -48,3 +48,9 @@ clean:
.PHONY: charts
charts: clean build-$(CHART)
# TODO This needs to run the equivalent of what is in
# divingbell/tools/gate/setup.sh + test.sh . At present, this is
# being investigated on how to bring it up to date.
.PHONY: tests
tests: charts