Skip to content

Commit

Permalink
add build to tests makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Mar 8, 2024
1 parent 660a029 commit c1a66ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ help: Makefile ## Display this help
create-kind-cluster: ## Create a kind cluster
cd .. && make create-kind-cluster

.PHONY: build-images
build-images: ## Build NGF and NGINX images
cd .. && make PREFIX=$(PREFIX) TAG=$(TAG) build-images

.PHONY: build-images-with-plus
build-images-with-plus: ## Build NGF and NGINX Plus images
cd .. && make PREFIX=$(PREFIX) TAG=$(TAG) build-images-with-plus

.PHONY: load-images
load-images: ## Load NGF and NGINX images on configured kind cluster
cd .. && make PREFIX=$(PREFIX) TAG=$(TAG) load-images
Expand Down
2 changes: 2 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ make

```text
add-local-ip-to-cluster Add local IP to the GKE cluster master-authorized-networks
build-images-with-plus Build NGF and NGINX Plus images
build-images Build NGF and NGINX images
cleanup-gcp Cleanup all GCP resources
cleanup-router Delete the GKE router
cleanup-vm Delete the test GCP VM and delete the firewall rule
Expand Down

0 comments on commit c1a66ae

Please sign in to comment.