Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 10 additions & 5 deletions .github/workflows/e2e_spin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,22 @@ on:
- v0.*
paths:
- "**/*.py"
# Other entrypoints
- "!examples/**"
- "!tests/**"
- "!verl/trainer/main_*.py"
- "!verl/trainer/fsdp_sft_trainer.py"
# Other recipes
- "!recipe/**"
# Megatron
- "!verl/workers/**/megatron_*.py"
# Home
- "recipe/spin"
# Entrypoints
- ".github/workflows/e2e_spin.yml"
- "examples/data_preprocess/gsm8k.py"
- "tests/e2e/run_spin.sh"
- "!examples"
- "!verl/trainer/main_*.py"
- "!verl/trainer/fsdp_sft_trainer.py"
# Megatron
- "!verl/workers/**/megatron_*.py"

# Declare permissions just read content.
permissions:
Expand Down Expand Up @@ -58,4 +63,4 @@ jobs:
- name: Running the E2E test with the spin algorithm
run: |
ray stop --force
bash tests/e2e/run_spin.sh
bash tests/e2e/run_spin.sh
14 changes: 9 additions & 5 deletions .github/workflows/e2e_sppo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,21 @@ on:
- v0.*
paths:
- "**/*.py"
# Other entrypoints
- "!examples/**"
- "!tests/**"
- "!verl/trainer/main_*.py"
- "!verl/trainer/fsdp_sft_trainer.py"
# Other recipes
- "!recipe/**"
# Megatron
- "!verl/workers/**/megatron_*.py"
# Home
- "recipe/sppo"
# Entrypoints
- ".github/workflows/e2e_sppo.yml"
- "examples/data_preprocess/gsm8k.py"
- "tests/e2e/run_sppo.sh"
- "!examples"
- "!verl/trainer/main_*.py"
- "!verl/trainer/fsdp_sft_trainer.py"
# Megatron
- "!verl/workers/**/megatron_*.py"

# Declare permissions just read content.
permissions:
Expand Down