summaryrefslogtreecommitdiff
path: root/buildscripts/evergreen_resmoke_job_count.py
diff options
context:
space:
mode:
authorJohn Chen <johnchen456@gmail.com>2021-03-10 11:57:42 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-16 18:04:27 +0000
commit990f7a45d6aa0fbfc2521e8075d6c0b3cd2881e4 (patch)
tree18c736b988d385333f58fa1001edf1af0f6e9228 /buildscripts/evergreen_resmoke_job_count.py
parent92c4d25d07b94356a27c8455f320d4145195a7e3 (diff)
downloadmongo-990f7a45d6aa0fbfc2521e8075d6c0b3cd2881e4.tar.gz
SERVER-50565 Remove RHEL 6.0
Diffstat (limited to 'buildscripts/evergreen_resmoke_job_count.py')
-rw-r--r--buildscripts/evergreen_resmoke_job_count.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildscripts/evergreen_resmoke_job_count.py b/buildscripts/evergreen_resmoke_job_count.py
index b54f9928a03..d9f150ccb4c 100644
--- a/buildscripts/evergreen_resmoke_job_count.py
+++ b/buildscripts/evergreen_resmoke_job_count.py
@@ -30,13 +30,13 @@ SYS_PLATFORM = sys.platform
# Apply factor for a task based on the build variant it is running on.
VARIANT_TASK_FACTOR_OVERRIDES = {
- "enterprise-rhel-62-64-bit": [{"task": r"logical_session_cache_replication.*", "factor": 0.75}],
- "enterprise-rhel-62-64-bit-inmem": [{"task": "secondary_reads_passthrough", "factor": 0.3}]
+ "enterprise-rhel-80-64-bit": [{"task": r"logical_session_cache_replication.*", "factor": 0.75}],
+ "enterprise-rhel-80-64-bit-inmem": [{"task": "secondary_reads_passthrough", "factor": 0.3}]
}
TASKS_FACTORS = [{"task": r"replica_sets.*", "factor": 0.5}, {"task": r"sharding.*", "factor": 0.5}]
-DISTRO_MULTIPLIERS = {"rhel62-large": 1.618}
+DISTRO_MULTIPLIERS = {"rhel80-large": 1.618}
# Apply factor for a task based on the machine type it is running on.
MACHINE_TASK_FACTOR_OVERRIDES = {"aarch64": TASKS_FACTORS}