"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "578e18e0028c26d8988413ef270da1b292e87dc2"
Unverified Commit 1c6f072d authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Reduce CI output (#25876)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 9219d142
...@@ -32,7 +32,8 @@ COMMON_ENV_VARIABLES = { ...@@ -32,7 +32,8 @@ COMMON_ENV_VARIABLES = {
"RUN_PT_TF_CROSS_TESTS": False, "RUN_PT_TF_CROSS_TESTS": False,
"RUN_PT_FLAX_CROSS_TESTS": False, "RUN_PT_FLAX_CROSS_TESTS": False,
} }
COMMON_PYTEST_OPTIONS = {"max-worker-restart": 0, "dist": "loadfile", "s": None} # Disable the use of {"s": None} as the output is way too long, causing the navigation on CircleCI impractical
COMMON_PYTEST_OPTIONS = {"max-worker-restart": 0, "dist": "loadfile"}
DEFAULT_DOCKER_IMAGE = [{"image": "cimg/python:3.8.12"}] DEFAULT_DOCKER_IMAGE = [{"image": "cimg/python:3.8.12"}]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment