We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb613c commit b52352cCopy full SHA for b52352c
.evergreen/scripts/configure-env.sh
@@ -76,7 +76,7 @@ EOT
76
77
# Write the .env file for drivers-tools.
78
rm -rf $DRIVERS_TOOLS
79
-git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
+git clone --branch revert-574-ironage/TUNE-74 https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
80
81
cat <<EOT > ${DRIVERS_TOOLS}/.env
82
SKIP_LEGACY_SHELL=1
.evergreen/scripts/run_tests.py
@@ -81,8 +81,8 @@
status="pass",
exit_code=0,
83
test_file="BenchMarkTests",
84
- start=start_time.timestamp(),
85
- end=end_time.timestamp(),
+ start=int(start_time.timestamp()),
+ end=int(end_time.timestamp()),
86
elapsed=elapsed_secs,
87
)
88
report = dict(failures=0, results=results)
0 commit comments