Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,13 @@ test-e2e-full: ## Run full e2e test suite
echo "=========================================="; \
exit $$TEST_EXIT_CODE

# Stub for llm-d nightly reusable workflows (test_target=test-llm-d-nightly)
# No-op; temporarily satisfies nightly CI make invocation
# TODO: add nightly guide tests here
.PHONY: test-llm-d-nightly
test-llm-d-nightly:
@:

# Convenience targets for local e2e testing

# Convenience target that deploys infra + runs smoke tests.
Expand Down
Loading