mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ci: more self-hosted iops for checks workflow (#17852)
This commit is contained in:
5
.github/workflows/checks.yaml
vendored
5
.github/workflows/checks.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user