summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/evergreen.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/evergreen.yml')
-rwxr-xr-xsrc/third_party/wiredtiger/test/evergreen.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/third_party/wiredtiger/test/evergreen.yml b/src/third_party/wiredtiger/test/evergreen.yml
index 27233ca996c..f8fc2f45f6d 100755
--- a/src/third_party/wiredtiger/test/evergreen.yml
+++ b/src/third_party/wiredtiger/test/evergreen.yml
@@ -148,13 +148,13 @@ 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 develop mongodb-4.4 mongodb-4.2 mongodb-4.0 mongodb-3.6 ; do
+ for branch in develop mongodb-5.0 mongodb-4.4 mongodb-4.2 mongodb-4.0 ; do
echo "[Debug] Checking out branch $branch ..."
git checkout $branch && git pull --ff-only && git reset --hard origin/$branch && git clean -fdqx
sh reconf
# Java API is removed in newer branches via WT-6675.
- if [ "$branch" = "mongodb-4.2" -o "$branch" = "mongodb-4.0" -o "$branch" = "mongodb-3.6" ]; then
+ if [ "$branch" = "mongodb-4.2" -o "$branch" = "mongodb-4.0" ]; then
../configure CFLAGS="-DMIGHT_NOT_RUN -Wno-error" --enable-java --enable-python --enable-strict
(cd lang/python && make ../../../lang/python/wiredtiger_wrap.c)
(cd lang/java && make ../../../lang/java/wiredtiger_wrap.c)
@@ -163,11 +163,6 @@ functions:
(cd lang/python && make ../../../lang/python/wiredtiger_wrap.c)
fi
- # Make sure the code fragment is in the documentation build.
- make all-am
- make -C test/utility
- make -C examples/c
-
(cd ../dist && sh s_docs)
(cd .. && rm -rf docs-$branch && mv docs docs-$branch)
done
@@ -2762,7 +2757,7 @@ buildvariants:
- name: little-endian
display_name: "~ Little-endian (x86)"
run_on:
- - ubuntu1804-test
+ - ubuntu2004-test
batchtime: 10080 # 7 days
expansions:
python_binary: '/opt/mongodbtoolchain/v3/bin/python3'