Skip to content

Commit 6ca2dfd

Browse files
authored
GODRIVER-2522 Run macOS tasks at most once per 24 hours. (#1092)
1 parent 90cc7cf commit 6ca2dfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,7 @@ axes:
20642064
- id: "osx-go-1-18"
20652065
display_name: "MacOS 11.0"
20662066
run_on: macos-1100
2067+
batchtime: 1440 # Run at most once per 24 hours.
20672068
variables:
20682069
GO_DIST: "/opt/golang/go1.18"
20692070
PYTHON3_BINARY: python3
@@ -2090,6 +2091,7 @@ axes:
20902091
- id: "osx-go-1-18"
20912092
display_name: "MacOS 11.0"
20922093
run_on: macos-1100
2094+
batchtime: 1440 # Run at most once per 24 hours.
20932095
variables:
20942096
GO_DIST: "/opt/golang/go1.18"
20952097
PYTHON3_BINARY: python3
@@ -2126,6 +2128,7 @@ axes:
21262128
- id: "osx-go-1-18"
21272129
display_name: "MacOS 11.0"
21282130
run_on: macos-1100
2131+
batchtime: 1440 # Run at most once per 24 hours.
21292132
variables:
21302133
GO_DIST: "/opt/golang/go1.18"
21312134
SKIP_ECS_AUTH_TEST: true

0 commit comments

Comments
 (0)