summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2023-08-29 20:00:14 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-08-29 17:49:25 +0000
commit9238c05d066ca360509efd73ee5b084f0c464963 (patch)
tree0cf40eb644cfb30d14e19bfcbe210f8804d5ea94 /buildscripts
parent3dfc0a28b97914427297f7ebc8538ad373559e80 (diff)
SERVER-79834 Update path to evergreen config file in resmoker7.1.0-rc0
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokelib/run/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/run/__init__.py b/buildscripts/resmokelib/run/__init__.py
index 6769c1adbc5..6bd8e94c6fa 100644
--- a/buildscripts/resmokelib/run/__init__.py
+++ b/buildscripts/resmokelib/run/__init__.py
@@ -271,7 +271,7 @@ class TestRunner(Subcommand):
print("Skipping local invocation because evergreen task id was not provided.")
return
- evg_conf = parse_evergreen_file("etc/evergreen.yml")
+ evg_conf = parse_evergreen_file("etc/evergreen_nightly.yml")
suite = self._get_suites()[0]
suite_name = config.ORIGIN_SUITE or suite.get_name()