Route heavy CI jobs to larger GitHub-hosted runners (#45284)
This commit is contained in:
@@ -33,7 +33,7 @@ permissions:
|
||||
jobs:
|
||||
build:
|
||||
name: Build and test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-8core
|
||||
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
@@ -140,7 +140,7 @@ jobs:
|
||||
|
||||
instrumented-tests:
|
||||
name: Instrumented tests
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-8core
|
||||
timeout-minutes: 30
|
||||
|
||||
steps:
|
||||
@@ -242,7 +242,7 @@ jobs:
|
||||
|
||||
scep-integration-test:
|
||||
name: SCEP integration test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-8core
|
||||
timeout-minutes: 15
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user