Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
verl
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZhangXiaoyun
verl
Commits
c15c6447
Unverified
Commit
c15c6447
authored
Mar 06, 2025
by
Chi Zhang
Committed by
GitHub
Mar 06, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] feat: add ci timeout (#487)
Set timeout in CI to avoid infinite hang. close #468
parent
d414c479
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
0 deletions
+13
-0
.github/workflows/e2e_ascend.yml
+1
-0
.github/workflows/e2e_digit_completion.yml
+1
-0
.github/workflows/e2e_digit_completion_fire.yml
+1
-0
.github/workflows/e2e_gsm8k.yml
+1
-0
.github/workflows/e2e_gsm8k_megatron.yml
+1
-0
.github/workflows/e2e_lora.yml
+1
-0
.github/workflows/e2e_sft.yml
+1
-0
.github/workflows/e2e_vlm_geo3k.yml
+1
-0
.github/workflows/model.yml
+1
-0
.github/workflows/ray_test.yml
+1
-0
.github/workflows/sandbox.yml
+1
-0
.github/workflows/sanity.yml
+1
-0
.github/workflows/vllm.yml
+1
-0
No files found.
.github/workflows/e2e_ascend.yml
View file @
c15c6447
...
...
@@ -22,6 +22,7 @@ jobs:
test
:
name
:
verl Ascend test (self-host)
runs-on
:
[
self-hosted
,
npu-0
]
timeout-minutes
:
5
# Increase this timeout value as needed
env
:
HF_HUB_ENABLE_HF_TRANSFER
:
1
container
:
...
...
.github/workflows/e2e_digit_completion.yml
View file @
c15c6447
...
...
@@ -27,6 +27,7 @@ permissions:
jobs
:
e2e_digit_completion
:
runs-on
:
[
self-hosted
,
l20-0
]
timeout-minutes
:
10
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
.github/workflows/e2e_digit_completion_fire.yml
View file @
c15c6447
...
...
@@ -24,6 +24,7 @@ permissions:
jobs
:
e2e_digit_completion
:
runs-on
:
[
self-hosted
,
l20-0
]
timeout-minutes
:
10
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
.github/workflows/e2e_gsm8k.yml
View file @
c15c6447
...
...
@@ -27,6 +27,7 @@ permissions:
jobs
:
e2e_gsm8k
:
runs-on
:
[
self-hosted
,
l20-1
]
timeout-minutes
:
40
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
.github/workflows/e2e_gsm8k_megatron.yml
View file @
c15c6447
...
...
@@ -28,6 +28,7 @@ permissions:
jobs
:
e2e_gsm8k_megatron
:
runs-on
:
[
self-hosted
,
l20-0
]
timeout-minutes
:
20
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
.github/workflows/e2e_lora.yml
View file @
c15c6447
...
...
@@ -26,6 +26,7 @@ permissions:
jobs
:
e2e_lora
:
runs-on
:
[
self-hosted
,
l20-1
]
timeout-minutes
:
5
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
.github/workflows/e2e_sft.yml
View file @
c15c6447
...
...
@@ -26,6 +26,7 @@ permissions:
jobs
:
e2e_sft
:
runs-on
:
[
self-hosted
,
l20-1
]
timeout-minutes
:
5
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
.github/workflows/e2e_vlm_geo3k.yml
View file @
c15c6447
...
...
@@ -26,6 +26,7 @@ permissions:
jobs
:
e2e_vlm_geo3k
:
runs-on
:
[
self-hosted
,
l20-1
]
timeout-minutes
:
10
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
.github/workflows/model.yml
View file @
c15c6447
...
...
@@ -25,6 +25,7 @@ permissions:
jobs
:
model_rmpad
:
runs-on
:
[
self-hosted
,
l20-1
]
timeout-minutes
:
5
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
.github/workflows/ray_test.yml
View file @
c15c6447
...
...
@@ -25,6 +25,7 @@ permissions:
jobs
:
ray
:
runs-on
:
[
self-hosted
,
l20-0
]
timeout-minutes
:
5
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
.github/workflows/sandbox.yml
View file @
c15c6447
...
...
@@ -25,6 +25,7 @@ permissions:
jobs
:
sandbox
:
runs-on
:
[
self-hosted
,
l20-0
]
timeout-minutes
:
3
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
.github/workflows/sanity.yml
View file @
c15c6447
...
...
@@ -25,6 +25,7 @@ permissions:
jobs
:
sanity
:
runs-on
:
ubuntu-latest
timeout-minutes
:
5
# Increase this timeout value as needed
strategy
:
matrix
:
python-version
:
[
"
3.10"
]
...
...
.github/workflows/vllm.yml
View file @
c15c6447
...
...
@@ -26,6 +26,7 @@ permissions:
jobs
:
vllm
:
runs-on
:
[
self-hosted
,
l20-0
]
timeout-minutes
:
20
# Increase this timeout value as needed
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
HTTPS_PROXY
:
${{ secrets.PROXY_HTTPS }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment