Commit 1faa6e8
authored
ci: exclude vllm_inference and megatron from nightly recipe CI (#1554)
## Problem
- **vllm_inference** fails nightly because vLLM 0.15.1 requires
transformers<5 but the 26.03 container ships transformers 5.x, and vLLM
0.19.1 needs torch APIs not yet in the NGC build
- **megatron recipes** (eden_megatron, evo2_megatron) run as duplicates
— they already have their own dedicated workflow
(`unit-tests-mbridge-recipes.yaml`)
Both were already excluded from the `changed-files` filter (PR runs),
but scheduled (nightly) runs enumerate `ALL_DIRS` and bypass that
filter.
## Fix
Add `grep -v -E "vllm_inference|megatron"` to the `ALL_DIRS` computation
so both are excluded from nightly runs.
## Failing CI run
https://github.com/NVIDIA/bionemo-framework/actions/runs/24601629903
Signed-off-by: svc-bionemo <267129667+svc-bionemo@users.noreply.github.com>
Co-authored-by: svc-bionemo <267129667+svc-bionemo@users.noreply.github.com>1 parent 748ec4c commit 1faa6e8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments