Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
1c6f072d
Unverified
Commit
1c6f072d
authored
Aug 30, 2023
by
Yih-Dar
Committed by
GitHub
Aug 30, 2023
Browse files
Reduce CI output (#25876)
fix Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
9219d142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+2
-1
No files found.
.circleci/create_circleci_config.py
View file @
1c6f072d
...
...
@@ -32,7 +32,8 @@ COMMON_ENV_VARIABLES = {
"RUN_PT_TF_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"
}]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment