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"
|
- "**.md"
|
||||||
env:
|
env:
|
||||||
WORKSPACE_PREFIX: $(echo $GITHUB_WORKSPACE |cut -d '/' -f 1-4)
|
WORKSPACE_PREFIX: $(echo $GITHUB_WORKSPACE |cut -d '/' -f 1-4)
|
||||||
SLURM_PARTITION: llm
|
SLURM_PARTITION: llm_s
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-requirements:
|
check-requirements:
|
||||||
runs-on: [lmtest]
|
runs-on: [t_cluster]
|
||||||
steps:
|
steps:
|
||||||
- name: mask env
|
- name: mask env
|
||||||
run: |
|
run: |
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
e2e_tests:
|
e2e_tests:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
needs: check-requirements
|
needs: check-requirements
|
||||||
runs-on: [lmtest]
|
runs-on: [t_cluster]
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: mask env
|
- name: mask env
|
||||||
|
|
Loading…
Reference in New Issue