Skip to content

Commit 7183c45

Browse files
authored
GODRIVER-3335 Use small evergreen variants for static checks and bot runs (#1799)
1 parent c4df038 commit 7183c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ buildvariants:
23402340
tags: ["pullrequest"]
23412341
display_name: "Static Analysis"
23422342
run_on:
2343-
- rhel8.7-large
2343+
- rhel8.7-small
23442344
expansions:
23452345
GO_DIST: "/opt/golang/go1.22"
23462346
tasks:
@@ -2369,7 +2369,7 @@ buildvariants:
23692369
tags: ["pullrequest"]
23702370
display_name: "Compile Only Checks"
23712371
run_on:
2372-
- rhel8.7-large
2372+
- rhel8.7-small
23732373
expansions:
23742374
GO_DIST: "/opt/golang/go1.22"
23752375
tasks:

0 commit comments

Comments
 (0)