summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-06-03 16:03:36 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-03 06:31:18 +0000
commit4fac50c0a0c2b8f108cd32c90534aeedf2aa1e2e (patch)
tree3ecffa690011df679c9f5c8bef7f166625dbc44d
parentc67907e95130ed3e66ffdbcd6895d84dddfe139d (diff)
downloadmongo-4fac50c0a0c2b8f108cd32c90534aeedf2aa1e2e.tar.gz
Import wiredtiger: 89b4e77eab280a0569126d205cd35201bb5180f5 from branch mongodb-5.0
ref: ce3ba19329..89b4e77eab for: 5.1.0 WT-7633 Switch doc-update Evergreen task to newer Ubuntu 20.04 distro
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 433d2fa5e88..c1bd077a1ad 100644
--- a/src/third_party/wiredtiger/import.data
+++ b/src/third_party/wiredtiger/import.data
@@ -2,5 +2,5 @@
"vendor": "wiredtiger",
"github": "wiredtiger/wiredtiger.git",
"branch": "mongodb-5.0",
- "commit": "ce3ba1932911e41ff7b0055d9a7ab79b5c13c886"
+ "commit": "89b4e77eab280a0569126d205cd35201bb5180f5"
}
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index f8fc2f45f6d..441b0dd3cc1 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -187,7 +187,7 @@ functions:
# Please note the "branch" variable used here is a normal shell variable to store the name of
# a WiredTiger Github branch, while the "branch_name" used above is an Evergreen built-in variable
# to store the name of the branch being tested by the Evergreen project.
- for branch in mongodb-3.6 mongodb-4.0 mongodb-4.2 mongodb-4.4 develop ; do
+ for branch in mongodb-4.0 mongodb-4.2 mongodb-4.4 mongodb-5.0 develop ; do
echo "[Debug] Copying over doc directory for branch $branch ..."
rsync -avq ../docs-$branch/ $branch/
@@ -2630,7 +2630,7 @@ buildvariants:
display_name: "~ Documentation update"
batchtime: 1440 # 1 day
run_on:
- - ubuntu1804-test
+ - ubuntu2004-test
tasks:
- name: doc-update
expansions:
@@ -2757,7 +2757,7 @@ buildvariants:
- name: little-endian
display_name: "~ Little-endian (x86)"
run_on:
- - ubuntu2004-test
+ - ubuntu1804-test
batchtime: 10080 # 7 days
expansions:
python_binary: '/opt/mongodbtoolchain/v3/bin/python3'