Skip to content

Merge v1.x into v2.0 #1705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ command_type: system
# Fail builds when pre tasks fail.
pre_error_fails_task: true

# Protect ourselves against rogue test case that runs forever. Tasks are killed after 20 minutes, which shouldn't occur
# Protect ourselves against rogue test case that runs forever. Tasks are killed after 30 minutes, which shouldn't occur
# under normal circumstances.
exec_timeout_secs: 1200
exec_timeout_secs: 1800

# These pre and post rules apply to all tasks not part of a task group, which should only ever be tests against local
# MongoDB instances. All other tasks that require special preparation should be run from within a task group
Expand Down
1 change: 1 addition & 0 deletions .evergreen/config/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ functions:
"bootstrap mongohoused":
- command: shell.exec
params:
include_expansions_in_env: [AWS_SECRET_ACCESS_KEY, AWS_ACCESS_KEY_ID, AWS_SESSION_TOKEN]
script: |
cd ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake

Expand Down
Loading