diff options
author | David Bradford <david.bradford@mongodb.com> | 2020-08-12 10:15:55 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-12 17:10:26 +0000 |
commit | b664d3bf5ab7642b9a0ef3289e666ed1043572e9 (patch) | |
tree | 7ab52f0a5e0ecd390c65281f587b2d6bd2b49d39 | |
parent | a2a4b1e0d785d067c0d011c9ea4db7cfe0f6f649 (diff) | |
download | mongo-b664d3bf5ab7642b9a0ef3289e666ed1043572e9.tar.gz |
SERVER-50078: Disable bypass_compile
(cherry picked from commit b1d88bac122fcadedcb0be3798872770de9c732a)
(cherry picked from commit 4a23cd035cc14fe281f265e7d42b032f9ca8434f)
(cherry picked from commit 1f3af36a3663a6b85fec18a14dab756a54574243)
-rw-r--r-- | etc/evergreen.yml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 0fdc0236183..868aed31edd 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -810,17 +810,7 @@ functions: set -o verbose set -o errexit - # For patch builds determine if we can bypass compile. - if [[ "${is_patch}" = "true" && "${task_name}" = "compile" ]]; then - ${activate_virtualenv} - $python buildscripts/bypass_compile_and_fetch_binaries.py \ - --project ${project} \ - --buildVariant ${build_variant} \ - --revision ${revision} \ - --patchFile patch_files.txt \ - --outFile bypass_compile_expansions.yml \ - --jsonArtifact artifacts.json - fi + # Do nothing, bypass_compile is disabled. "send benchmark results" : command: json.send |