Skip to content

Commit

Permalink
[System Tests] Disable scheduler minimum allowed interval to allow fa…
Browse files Browse the repository at this point in the history
…ster tests (#1157)
  • Loading branch information
Hedingber committed Jul 28, 2021
1 parent 7d375da commit cca4b0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions automation/system_test/prepare.py
Expand Up @@ -306,6 +306,9 @@ def _override_mlrun_api_env(self):
)
data = {
"MLRUN_HTTPDB__BUILDER__MLRUN_VERSION_SPECIFIER": version_specifier,
# Disable the scheduler minimum allowed interval to allow fast tests (default minimum is 10 minutes, which
# will make our tests really long)
"MLRUN_HTTPDB__SCHEDULING__MIN_ALLOWED_INTERVAL": "0 Seconds",
}
if self._override_image_registry:
data["MLRUN_IMAGES_REGISTRY"] = f"{self._override_image_registry}"
Expand Down

0 comments on commit cca4b0f

Please sign in to comment.