Skip to content

Commit 59c609e

Browse files
authored
Use bigger runner for linux (#3925)
## Changes Use new 8 core runners for ubuntu tests. On this PR - direct tests took 1m38s. Previous times from most recent closed PRs: 2m 36s, 2m 30s, 2m 29s. - terraform tests took 6m10s. Previous times: 10m 51s, 10m 59s, 10m 47s.
1 parent 269ec82 commit 59c609e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
matrix:
4141
os:
4242
- macos-latest
43-
- ubuntu-latest
43+
- group: databricks-protected-runner-group-large
44+
labels: linux-ubuntu-latest-large
4445
- windows-latest
4546
deployment:
4647
- "terraform"

0 commit comments

Comments
 (0)