From 4fac50c0a0c2b8f108cd32c90534aeedf2aa1e2e Mon Sep 17 00:00:00 2001 From: Luke Chen Date: Thu, 3 Jun 2021 16:03:36 +1000 Subject: 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 --- src/third_party/wiredtiger/import.data | 2 +- src/third_party/wiredtiger/test/evergreen.yml | 6 +++--- 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' -- cgit v1.2.1