mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
add timeout to benchmark_search and mlperf action (#11058)
default timeout is 6 hours which is too long and occupies a box
This commit is contained in:
1
.github/workflows/benchmark_search.yml
vendored
1
.github/workflows/benchmark_search.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
run_script_job:
|
||||
runs-on: [self-hosted, Linux, tinybox]
|
||||
if: github.repository_owner == 'tinygrad'
|
||||
timeout-minutes: 100
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
||||
1
.github/workflows/mlperf.yml
vendored
1
.github/workflows/mlperf.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
run_script_job:
|
||||
runs-on: [self-hosted, Linux, tinybox]
|
||||
if: github.repository_owner == 'tinygrad'
|
||||
timeout-minutes: 240
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
||||
Reference in New Issue
Block a user