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

LAST_STABLE_BIN_VERSION = "4.4"
LAST_STABLE_FCV = "4.4"
LATEST_FCV = "4.6"

LAST_STABLE_MONGO_BINARY = "mongo-" + LAST_STABLE_BIN_VERSION
LAST_STABLE_MONGOD_BINARY = "mongod-" + LAST_STABLE_BIN_VERSION
LAST_STABLE_MONGOS_BINARY = "mongos-" + LAST_STABLE_BIN_VERSION
REQUIRES_FCV_TAG = "requires_fcv_46"