Skip to content

Commit

Permalink
Use Larger Runner Group for kotlin.yml Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-the-edwards committed Dec 20, 2023
1 parent 1699447 commit f239819
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on :
push :
branches :
- main
pull_request :
pull_request_target :
- main
merge_group :

env:
Expand All @@ -19,7 +20,7 @@ jobs :

build-all :
name : Build all
runs-on : macos-latest
runs-on : workflow-kotlin-experiment
steps :
- uses : actions/checkout@v3

Expand All @@ -30,7 +31,7 @@ jobs :
write-cache-key : main-build-artifacts

dokka :
name : Assemble & Dokka
name : Dokka
runs-on : ubuntu-latest
needs : build-all
steps :
Expand All @@ -44,7 +45,7 @@ jobs :

shards-and-version :
name : Shard Matrix Yaml
runs-on : ubuntu-latest
runs-on : workflow-kotlin-experiment
steps :
- uses : actions/checkout@v3

Expand Down Expand Up @@ -269,7 +270,7 @@ jobs :

performance-tests :
name : Performance tests
runs-on : macos-latest
runs-on : workflow-kotlin-experiment
timeout-minutes : 45
strategy :
# Allow tests to continue on other devices if they fail on one device.
Expand All @@ -290,7 +291,7 @@ jobs :

instrumentation-tests :
name : Instrumentation tests
runs-on : macos-latest
runs-on : workflow-kotlin-experiment
timeout-minutes : 60
strategy :
# Allow tests to continue on other devices if they fail on one device.
Expand All @@ -315,7 +316,7 @@ jobs :

runtime-instrumentation-tests :
name : Conflate Stale Renderings Instrumentation tests
runs-on : macos-latest
runs-on : workflow-kotlin-experiment
timeout-minutes : 60
strategy :
# Allow tests to continue on other devices if they fail on one device.
Expand Down

0 comments on commit f239819

Please sign in to comment.