ci: more self-hosted iops for checks workflow (#17852)

This commit is contained in:
Daniel Bennett
2023-07-10 10:21:04 -05:00
committed by GitHub
parent 079f5d4d8d
commit 34105f1d43

View File

@@ -20,8 +20,9 @@ on:
jobs:
checks:
runs-on: ${{ endsWith(github.repository, '-enterprise') && fromJSON('["self-hosted", "ondemand", "linux"]') || 'ubuntu-22.04' }}
timeout-minutes: 10
# largest available self-hosted disk for extra iops because linting is io-intensive
runs-on: ${{ endsWith(github.repository, '-enterprise') && fromJSON('["self-hosted", "ondemand", "linux", "disk_gb=255"]') || 'ubuntu-22.04' }}
timeout-minutes: 15
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with: