Skip to content

Commit

Permalink
Update daily_ete_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 authored Oct 16, 2024
1 parent 656bf76 commit 462d0d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/daily_ete_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
test_restful:
if: ${{!cancelled() && (github.event_name == 'schedule' || contains(fromJSON(github.event.inputs.regression_func), 'restful'))}}
runs-on: [self-hosted, linux-a100]
needs: test_tools
needs: test_quantization
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:
test_pipeline:
if: ${{!cancelled() && (github.event_name == 'schedule' || contains(fromJSON(github.event.inputs.regression_func), 'pipeline'))}}
runs-on: [self-hosted, linux-a100]
needs: test_tools
needs: test_quantization
timeout-minutes: 120
container:
image: openmmlab/lmdeploy:latest-cu11
Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
test_benchmark:
if: ${{!cancelled() && (github.event_name == 'schedule' || contains(fromJSON(github.event.inputs.regression_func), 'benchmark'))}}
runs-on: [self-hosted, linux-a100]
needs: test_tools
needs: test_quantization
timeout-minutes: 120
container:
image: openmmlab/lmdeploy:latest-cu11
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
test_evaluation:
if: ${{!cancelled() && (github.event_name == 'schedule' || contains(fromJSON(github.event.inputs.regression_func), 'evaluation'))}}
runs-on: [self-hosted, linux-a100]
needs: test_tools
needs: test_quantization
timeout-minutes: 120 # 5hours
container:
image: openmmlab/lmdeploy:latest-cu11
Expand Down

0 comments on commit 462d0d3

Please sign in to comment.