mirror of https://github.com/InternLM/InternLM
fix(.github/workflows/e2e_test.yaml): update ci runner name
parent
30b21075e8
commit
67eda4cbe1
|
@ -9,11 +9,11 @@ on:
|
|||
- "**.md"
|
||||
env:
|
||||
WORKSPACE_PREFIX: $(echo $GITHUB_WORKSPACE |cut -d '/' -f 1-4)
|
||||
SLURM_PARTITION: llm
|
||||
SLURM_PARTITION: llm_s
|
||||
|
||||
jobs:
|
||||
check-requirements:
|
||||
runs-on: [lmtest]
|
||||
runs-on: [t_cluster]
|
||||
steps:
|
||||
- name: mask env
|
||||
run: |
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
|||
e2e_tests:
|
||||
if: ${{ always() }}
|
||||
needs: check-requirements
|
||||
runs-on: [lmtest]
|
||||
runs-on: [t_cluster]
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: mask env
|
||||
|
|
Loading…
Reference in New Issue