Skip to content

Commit 815075c

Browse files
committed
Merge branch 'master' into PYTHON-4557
2 parents c10ed80 + 5177e4e commit 815075c

17 files changed

+2127
-548
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ functions:
207207
binary: bash
208208
working_dir: "src"
209209
include_expansions_in_env: [VERSION, TOPOLOGY, AUTH, SSL, ORCHESTRATION_FILE, PYTHON_BINARY, PYTHON_VERSION,
210-
STORAGE_ENGINE, REQUIRE_API_VERSION, DRIVERS_TOOLS, TEST_CRYPT_SHARED, AUTH_AWS, LOAD_BALANCER]
210+
STORAGE_ENGINE, REQUIRE_API_VERSION, DRIVERS_TOOLS, TEST_CRYPT_SHARED, AUTH_AWS, LOAD_BALANCER, LOCAL_ATLAS]
211211
args: [.evergreen/just.sh, run-server, "${TEST_NAME}"]
212212
- command: expansions.update
213213
params:
@@ -229,7 +229,7 @@ functions:
229229
include_expansions_in_env: [AUTH, SSL, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY,
230230
AWS_SESSION_TOKEN, COVERAGE, PYTHON_BINARY, LIBMONGOCRYPT_URL, MONGODB_URI, PYTHON_VERSION,
231231
DISABLE_TEST_COMMANDS, GREEN_FRAMEWORK, NO_EXT, COMPRESSORS, MONGODB_API_VERSION, DEBUG_LOG,
232-
ORCHESTRATION_FILE, OCSP_SERVER_TYPE]
232+
ORCHESTRATION_FILE, OCSP_SERVER_TYPE, VERSION]
233233
binary: bash
234234
working_dir: "src"
235235
args: [.evergreen/just.sh, setup-tests, "${TEST_NAME}", "${SUB_TEST_NAME}"]
@@ -290,63 +290,3 @@ post:
290290
- func: "upload mo artifacts"
291291
- func: "upload test results"
292292
- func: "cleanup"
293-
294-
tasks:
295-
# Wildcard task. Do you need to find out what tools are available and where?
296-
# Throw it here, and execute this task on all buildvariants
297-
- name: getdata
298-
commands:
299-
- command: subprocess.exec
300-
binary: bash
301-
type: test
302-
params:
303-
args:
304-
- src/.evergreen/scripts/run-getdata.sh
305-
306-
- name: "coverage-report"
307-
tags: ["coverage"]
308-
depends_on:
309-
# BUILD-3165: We can't use "*" (all tasks) and specify "variant".
310-
# Instead list out all coverage tasks using tags.
311-
- name: ".standalone"
312-
variant: ".coverage_tag"
313-
# Run the coverage task even if some tasks fail.
314-
status: "*"
315-
# Run the coverage task even if some tasks are not scheduled in a patch build.
316-
patch_optional: true
317-
- name: ".replica_set"
318-
variant: ".coverage_tag"
319-
status: "*"
320-
patch_optional: true
321-
- name: ".sharded_cluster"
322-
variant: ".coverage_tag"
323-
status: "*"
324-
patch_optional: true
325-
commands:
326-
- func: "download and merge coverage"
327-
328-
- name: "check-import-time"
329-
tags: ["pr"]
330-
commands:
331-
- command: subprocess.exec
332-
type: test
333-
params:
334-
binary: bash
335-
working_dir: src
336-
include_expansions_in_env: ["PYTHON_BINARY"]
337-
args:
338-
- .evergreen/scripts/check-import-time.sh
339-
- ${revision}
340-
- ${github_commit}
341-
- name: "backport-pr"
342-
allowed_requesters: ["commit"]
343-
commands:
344-
- command: subprocess.exec
345-
type: test
346-
params:
347-
binary: bash
348-
args:
349-
- ${DRIVERS_TOOLS}/.evergreen/github_app/backport-pr.sh
350-
- mongodb
351-
- mongo-python-driver
352-
- ${github_commit}

0 commit comments

Comments
 (0)