Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Move scripts under /hack
Browse files Browse the repository at this point in the history
  • Loading branch information
EliiseS committed Mar 4, 2020
1 parent 3a62c36 commit 239fc73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ test-locust:
port-forward:
@echo "$(shell tput setaf 10)$(shell tput bold)Set up port-forwarding $(shell tput sgr0)"

./portforwards.sh
./hack/portforwards.sh

create-db-mock-secret: create-namespace
@echo "$(shell tput setaf 10)$(shell tput bold)Creating mock api databricks secret $(shell tput sgr0)"
Expand All @@ -303,4 +303,4 @@ deploy-cluster-for-load-testing: create-kindcluster install-prometheus create-db
run-load-testing: deploy-cluster-for-load-testing deploy-locust port-forward
@echo "$(shell tput setaf 10)$(shell tput bold)Verify load tests $(shell tput sgr0)"

go run verify_load_tests/main.go
go run hack/verify_load_tests/main.go
File renamed without changes.
File renamed without changes.

0 comments on commit 239fc73

Please sign in to comment.