зеркало из https://github.com/mozilla/bugbug.git
Redirect adr stdout to /dev/null to reduce the size of the logs
This commit is contained in:
Родитель
8d6c790164
Коммит
da2d920104
|
@ -63,6 +63,7 @@ file = {{ driver = "file", path = "{cache_path}" }}
|
|||
"autoland",
|
||||
],
|
||||
check=True,
|
||||
stdout=subprocess.DEVNULL, # Redirect to /dev/null, as the logs are too big otherwise.
|
||||
)
|
||||
|
||||
zstd_compress("/data/test_scheduling_history.json")
|
||||
|
|
Загрузка…
Ссылка в новой задаче