summaryrefslogtreecommitdiff
path: root/evergreen
diff options
context:
space:
mode:
authorJon Streets <jonathan.streets@mongodb.com>2021-05-19 20:10:31 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-23 15:49:23 +0000
commit05a0f8e98b633a6e6c26c10576a1044f9da161b5 (patch)
tree3952e670c0e71987b5173eb02e1a279f60bf7b6e /evergreen
parent785c2ed58a5e98335faf37b14cef0bbce5832ee2 (diff)
downloadmongo-05a0f8e98b633a6e6c26c10576a1044f9da161b5.tar.gz
SERVER-56366 Update FCV constants to recognize 5.1 as latest
Diffstat (limited to 'evergreen')
-rw-r--r--evergreen/fcv_test_git_tag.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/evergreen/fcv_test_git_tag.sh b/evergreen/fcv_test_git_tag.sh
new file mode 100644
index 00000000000..aff686e4e82
--- /dev/null
+++ b/evergreen/fcv_test_git_tag.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# For FCV testing only.
+# Tag the local branch with the new tag before running tests.
+
+set -o errexit
+set -o verbose
+
+cd src
+git config user.name "Evergreen patch build"
+git config user.email "evergreen@mongodb.com"
+git tag -a r5.1.0-alpha -m 5.1.0-alpha
+git describe