diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2018-05-08 16:19:40 -0400 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2018-05-09 08:35:47 -0400 |
commit | 4129d16840b66f42b3027df485c026fa7a80b40e (patch) | |
tree | 7bb72d0b478e1bdf188b988618d92adcb9ffe6e8 | |
parent | 11a3d5ccb1216da0e84d941fd48e486f72455ba4 (diff) | |
download | mongo-4129d16840b66f42b3027df485c026fa7a80b40e.tar.gz |
SERVER-34680 - Add mongoe to bypass_compile artifacts tarball
-rw-r--r-- | buildscripts/bypass_compile_and_fetch_binaries.py | 1 | ||||
-rw-r--r-- | etc/evergreen.yml | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/buildscripts/bypass_compile_and_fetch_binaries.py b/buildscripts/bypass_compile_and_fetch_binaries.py index 7c46063a595..9cad905c624 100644 --- a/buildscripts/bypass_compile_and_fetch_binaries.py +++ b/buildscripts/bypass_compile_and_fetch_binaries.py @@ -269,6 +269,7 @@ def main(): # pylint: disable=too-many-locals,too-many-statements extract_files = [ executable_name("dbtest"), executable_name("mongobridge"), + executable_name("mongoe"), "build/integration_tests.txt", ] with tarfile.open(filename, "r:gz") as tar: diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 3d08a7eb16e..5f66248aeb7 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -379,9 +379,7 @@ variables: - func: "get modified patch files" # NOTE: To disable the compile bypass feature, comment out the next line. # - # TODO SERVER-34680: Uncomment the next line when the mongoe binary is downloaded from the base - # commit's compile task and included the artifacts tarball for the jsCore_mobile task to use. - # - func: "bypass compile and fetch binaries" + - func: "bypass compile and fetch binaries" - func: "update bypass expansions" - func: "get buildnumber" - func: "set up credentials" |