Skip to content

Commit

Permalink
GODRIVER-3335 Use small evergreen variants for static checks and bot …
Browse files Browse the repository at this point in the history
…runs (#1799)
  • Loading branch information
blink1073 authored Sep 12, 2024
1 parent c4df038 commit 7183c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ buildvariants:
tags: ["pullrequest"]
display_name: "Static Analysis"
run_on:
- rhel8.7-large
- rhel8.7-small
expansions:
GO_DIST: "/opt/golang/go1.22"
tasks:
Expand Down Expand Up @@ -2369,7 +2369,7 @@ buildvariants:
tags: ["pullrequest"]
display_name: "Compile Only Checks"
run_on:
- rhel8.7-large
- rhel8.7-small
expansions:
GO_DIST: "/opt/golang/go1.22"
tasks:
Expand Down

0 comments on commit 7183c45

Please sign in to comment.