Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
a45c5148
Unverified
Commit
a45c5148
authored
May 06, 2024
by
Arthur
Committed by
GitHub
May 06, 2024
Browse files
Hotfix-change-ci (#30669)
* dmmy change * fiux * revert change
parent
09edd77f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.circleci/create_circleci_config.py
.circleci/create_circleci_config.py
+1
-1
No files found.
.circleci/create_circleci_config.py
View file @
a45c5148
...
...
@@ -152,7 +152,7 @@ class CircleCIJob:
tests
=
" "
.
join
(
expanded_tests
)
# Each executor to run ~10 tests
n_executors
=
max
(
len
(
tests
)
//
10
,
1
)
n_executors
=
max
(
len
(
expanded_
tests
)
//
10
,
1
)
# Avoid empty test list on some executor(s) or launching too many executors
if
n_executors
>
self
.
parallelism
:
n_executors
=
self
.
parallelism
...
...
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