summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristopher Stauffer <cristopher.stauffer@mongodb.com>2022-03-14 02:33:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-14 03:02:41 +0000
commit87ff4e84b58525d39a7359e99a8835e94a46d364 (patch)
treef596e6c269810692536898647f2e11f3aff91aca
parent2197d98118ed0f041f0465cc0ac29daac02e3838 (diff)
downloadmongo-87ff4e84b58525d39a7359e99a8835e94a46d364.tar.gz
SERVER-64460: Disabling UndoDB temporarily
-rw-r--r--etc/evergreen.yml50
1 files changed, 25 insertions, 25 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index c5eb7df6bec..9ca6127ba92 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -2477,31 +2477,31 @@ tasks:
suite: unittests
## run_unittests with UndoDB live-record ##
-- name: run_unittests_with_recording
- depends_on:
- - name: compile_unittests_for_recorded_unittest
- commands:
- - *f_expansions_write
- - func: "run diskstats"
- - func: "f_expansions_write"
- - func: "monitor process threads"
- - func: "collect system resource info"
- - command: subprocess.exec
- params:
- binary: bash
- args:
- - "./src/evergreen/undo_wiki_page.sh"
- - command: attach.artifacts
- params:
- files:
- - undo_wiki_page_location.json
- - func: "run tests"
- vars:
- suite: unittests
- record_with: --recordWith /opt/undodb5/bin/live-record
- # Start fewer jobs since there's a constant amount of overhead of starting
- # live-record for each job.
- resmoke_jobs_factor: 0.3
+#- name: run_unittests_with_recording
+# depends_on:
+# - name: compile_unittests_for_recorded_unittest
+# commands:
+# - *f_expansions_write
+# - func: "run diskstats"
+# - func: "f_expansions_write"
+# - func: "monitor process threads"
+# - func: "collect system resource info"
+# - command: subprocess.exec
+# params:
+# binary: bash
+# args:
+# - "./src/evergreen/undo_wiki_page.sh"
+# - command: attach.artifacts
+# params:
+# files:
+# - undo_wiki_page_location.json
+# - func: "run tests"
+# vars:
+# suite: unittests
+# record_with: --recordWith /opt/undodb5/bin/live-record
+# # Start fewer jobs since there's a constant amount of overhead of starting
+# # live-record for each job.
+# resmoke_jobs_factor: 0.3
##compile_and_archive_libfuzzertests - build libfuzzertests ##