Skip to content

Commit

Permalink
Increase slurm job timeout by fastor of 2x
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Sep 20, 2024
1 parent 056a3b0 commit 0525b22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_runner_ondemand_slurm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
TIME:
type: string
description: 'SLURM time limit'
default: '01:00:00'
default: '02:00:00'
required: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test_te.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
GPUS_PER_NODE: ${{ matrix.N_GPU }}
NTASKS: 1
NTASKS_PER_NODE: 1
TIME_LIMIT: '00:10:00'
TIME_LIMIT: '00:20:00'
EXTRA_EXPORTS: 'VOCAB_PATH=gs://t5-data/vocabs/cc_all.32000.100extra/sentencepiece.model'
IMAGE: ${{ inputs.TE_IMAGE }}
SRUN_PREAMBLE: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
NAME: "A100"
LABELS: "A100,${{ github.run_id }}"
TIME: "01:00:00"
TIME: "02:00:00"
secrets: inherit

run-unit-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mjx-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
with:
NAME: "A100-${{ github.run_id }}"
LABELS: "A100:${{ github.run_id }}"
TIME: "01:00:00"
TIME: "02:00:00"
secrets: inherit

mjx-unit-test:
Expand Down

0 comments on commit 0525b22

Please sign in to comment.