Skip to content

Commit b8cd932

Browse files
committed
Remove TEST_SUITES from system-setup env, fix bucket
1 parent d7f79ca commit b8cd932

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ functions:
152152
aws_session_token: ${AWS_SESSION_TOKEN}
153153
local_file: ${DRIVERS_TOOLS}/.evergreen/test_logs.tar.gz
154154
remote_file: ${build_variant}/${revision}/${version_id}/${build_id}/logs/${task_id}-${execution}-drivers-tools-logs.tar.gz
155-
bucket: ${aws_bucket}
155+
bucket: ${bucket_name}
156156
permissions: public-read
157157
content_type: ${content_type|application/x-gzip}
158158
display_name: "drivers-tools-logs.tar.gz"

.evergreen/scripts/configure-env.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export GREEN_FRAMEWORK="${GREEN_FRAMEWORK:-}"
4747
export NO_EXT="${NO_EXT:-}"
4848
export COVERAGE="${COVERAGE:-}"
4949
export COMPRESSORS="${COMPRESSORS:-}"
50-
export TEST_SUITES="${TEST_SUITES:-}"
5150
export MONGODB_API_VERSION="${MONGODB_API_VERSION:-}"
5251
export SKIP_HATCH="${SKIP_HATCH:-}"
5352
export skip_crypt_shared="${skip_crypt_shared:-}"

0 commit comments

Comments
 (0)