You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Makefile
+5-28
Original file line number
Diff line number
Diff line change
@@ -90,19 +90,11 @@ ifeq ($(PLUS_ENABLED),true)
90
90
endif
91
91
92
92
.PHONY: setup-gcp-and-run-nfr-tests
93
-
setup-gcp-and-run-nfr-tests: create-gke-router create-and-setup-vm nfr-test ## Create and setup a GKE router and GCP VM for tests and run the NFR tests
93
+
setup-gcp-and-run-nfr-tests: create-gcp-resources nfr-test ## Create and setup a GKE router and GCP VM for tests and run the NFR tests
94
94
95
95
.PHONY: create-gke-cluster
96
-
create-gke-cluster: ## Create a GKE cluster
97
-
./scripts/create-gke-cluster.sh $(CI)
98
-
99
-
.PHONY: create-and-setup-vm
100
-
create-and-setup-vm: ## Create and setup a GCP VM for tests
101
-
./scripts/create-and-setup-gcp-vm.sh
102
-
103
-
.PHONY: create-gke-router
104
-
create-gke-router: ## Create a GKE router to allow egress traffic from private nodes (allows for external image pulls)
105
-
./scripts/create-gke-router.sh
96
+
create-gcp-resources: ## Create a GKE cluster and a GCP VM for tests
97
+
tofu -chdir=tofu apply
106
98
107
99
.PHONY: sync-files-to-vm
108
100
sync-files-to-vm: ## Syncs your local NGF files with the NGF repo on the VM
0 commit comments