We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee5ba1 commit 836d173Copy full SHA for 836d173
Makefile
@@ -257,6 +257,13 @@ test-e2e-full: ## Run full e2e test suite
257
echo "=========================================="; \
258
exit $$TEST_EXIT_CODE
259
260
+# Stub for llm-d nightly reusable workflows (test_target=test-llm-d-nightly)
261
+# No-op; temporarily satisfies nightly CI make invocation
262
+# TODO: add nightly guide tests here
263
+.PHONY: test-llm-d-nightly
264
+test-llm-d-nightly:
265
+ @:
266
+
267
# Convenience targets for local e2e testing
268
269
# Convenience target that deploys infra + runs smoke tests.
0 commit comments