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: Makefile
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,8 @@ PYTHON_MODULES := \
62
62
63
63
# Container-only modules
64
64
CONTAINER_MODULES := \
65
-
log-collector
65
+
log-collector \
66
+
gpu-reset
66
67
67
68
# Special modules requiring private repo access
68
69
PRIVATE_MODULES := \
@@ -267,7 +268,7 @@ install-go-ci: ## Install Go $(GO_VERSION) for CI environments (Linux/macOS, amd
267
268
268
269
# Lint and test all modules (delegates to sub-Makefiles)
269
270
.PHONY: lint-test-all
270
-
lint-test-all: protos-lint license-headers-lint gomod-lint health-monitors-lint-test-all go-lint-test-all python-lint-test-all kubernetes-distro-lint log-collector-lint ## Lint and test all modules
271
+
lint-test-all: protos-lint license-headers-lint gomod-lint health-monitors-lint-test-all go-lint-test-all python-lint-test-all kubernetes-distro-lint log-collector-lint gpu-reset-lint ## Lint and test all modules
271
272
272
273
# Health monitors lint-test (delegate to health-monitors/Makefile)
0 commit comments