summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/multiversionconstants.py
blob: 5442059b3016aa744193bfa302b33a48c5469bf4 (plain)
1
2
3
4
5
6
7
8
9
10
"""FCV and Server binary version constants used for multiversion testing."""

LAST_LTS_BIN_VERSION = "4.4"
LAST_LTS_FCV = "4.4"
LATEST_FCV = "5.0"

LAST_LTS_MONGO_BINARY = "mongo-" + LAST_LTS_BIN_VERSION
LAST_LTS_MONGOD_BINARY = "mongod-" + LAST_LTS_BIN_VERSION
LAST_LTS_MONGOS_BINARY = "mongos-" + LAST_LTS_BIN_VERSION
REQUIRES_FCV_TAG = "requires_fcv_47,requires_fcv_48,requires_fcv_49,requires_fcv_50"