summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2019-11-20 19:37:51 +0000
committerevergreen <evergreen@mongodb.com>2019-11-20 19:37:51 +0000
commit81be7a190276b1afda3c8242a70a6602c6d742c6 (patch)
tree1e6685e0b3ad6f7488ae01c960a0999a9ba3bb38
parent850610cc4aebe78246a964b02a84020f82737669 (diff)
downloadmongo-81be7a190276b1afda3c8242a70a6602c6d742c6.tar.gz
SERVER-44737 disable stepback on variants that run multiversion tests
-rw-r--r--etc/evergreen.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index cba1ec04748..5303a7080a2 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -8661,6 +8661,7 @@ buildvariants:
- enterprise
run_on:
- ubuntu1804-test
+ stepback: false
expansions:
push_path: linux
push_bucket: downloads.10gen.com
@@ -11848,7 +11849,7 @@ buildvariants:
- enterprise
run_on:
- ubuntu1804-build
- stepback: true
+ stepback: false
expansions:
# We need llvm-symbolizer in the PATH for ASAN for clang-3.7 or later.
variant_path_suffix: /opt/mongodbtoolchain/v3/bin
@@ -11939,7 +11940,7 @@ buildvariants:
- enterprise
run_on:
- ubuntu1804-build
- stepback: true
+ stepback: false
expansions:
# We need llvm-symbolizer in the PATH for UBSAN.
variant_path_suffix: /opt/mongodbtoolchain/v3/bin