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:
parent
e9d71dedb0
commit
ebdfa49291
6
Makefile
6
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user