Skip to content

Commit 637e99a

Browse files
committed
add new target for nightly
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
1 parent 0ee5ba1 commit 637e99a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,13 @@ test-e2e-full: ## Run full e2e test suite
257257
echo "=========================================="; \
258258
exit $$TEST_EXIT_CODE
259259

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+
260267
# Convenience targets for local e2e testing
261268

262269
# Convenience target that deploys infra + runs smoke tests.

0 commit comments

Comments
 (0)