summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2017-01-27 16:29:24 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2017-01-27 16:29:24 -0500
commit25659118cda96430c9d2505140a7c47a712420fe (patch)
tree58cba778a5b95332e7bb881919fd9d84a9860ff6
parentc91a4d4eda70f11ecd4ce21d57fd9a57e889df70 (diff)
downloadmongo-25659118cda96430c9d2505140a7c47a712420fe.tar.gz
SERVER-27845 Remove logic to create a branch that tracks the remote.
(cherry picked from commit f6fac046e32a7cad6ef5eae59c4bce75c8b2e0ad)
-rw-r--r--etc/evergreen.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index c7aba75dbea..698beb96977 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1069,11 +1069,6 @@ tasks:
burn_in_args="--checkEvergreen"
fi
- # Create a branch in the git repository that tracks the remote branch configured for this
- # Evergreen project so that the `git merge-base <branchname>@{upstream} HEAD` command run
- # by the burn_in_tests.py script works.
- git branch --force ${branch_name} origin/${branch_name}
-
# Capture a list of new and modified tests.
${python|python} buildscripts/burn_in_tests.py --branch=${branch_name} --buildVariant=${build_variant} --testListOutfile=jstests/new_tests.json --noExec $burn_in_args