summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2020-08-12 10:15:55 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-12 15:38:18 +0000
commit1f3af36a3663a6b85fec18a14dab756a54574243 (patch)
tree8208992dcc5c26e33babce24a397d53606a59c55
parent7a2af2b1a2f63fea3c66ce5d5c52dc11ad02a903 (diff)
downloadmongo-1f3af36a3663a6b85fec18a14dab756a54574243.tar.gz
SERVER-50078: Disable bypass_compile
(cherry picked from commit b1d88bac122fcadedcb0be3798872770de9c732a) (cherry picked from commit 4a23cd035cc14fe281f265e7d42b032f9ca8434f)
-rw-r--r--etc/evergreen.yml15
1 files changed, 2 insertions, 13 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 68e178f7a58..98f021ec84c 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -976,21 +976,10 @@ functions:
--out-file bypass_compile_expansions.yml \
--version-id ${version_id} \
--json-artifact artifacts.json
-
- # For patch builds determine if we can bypass compile.
- elif [[ "${is_patch}" = "true" && "${task_name}" = "compile" ]]; then
- ${activate_virtualenv}
- # Evergreen executable is in $HOME, so add that to the path.
- PATH=$PATH:$HOME $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
- ### Set expansion macros used in each task ###
+ ### Set expansion macros used in each task.
+ ### Note that this function will override task expansions set in update_bypass_expansions
"set task expansion macros": &set_task_expansion_macros
command: expansions.update
params: