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
32d4bef6
Unverified
Commit
32d4bef6
authored
Apr 19, 2024
by
Yih-Dar
Committed by
GitHub
Apr 19, 2024
Browse files
parallel job limit for doctest (#30342)
limit Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
4ed0e51c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.github/workflows/doctest_job.yml
.github/workflows/doctest_job.yml
+1
-0
.github/workflows/doctests.yml
.github/workflows/doctests.yml
+1
-0
No files found.
.github/workflows/doctest_job.yml
View file @
32d4bef6
...
...
@@ -23,6 +23,7 @@ jobs:
run_doctests
:
name
:
"
"
strategy
:
max-parallel
:
8
# 8 jobs at a time
fail-fast
:
false
matrix
:
split_keys
:
${{ fromJson(inputs.split_keys) }}
...
...
.github/workflows/doctests.yml
View file @
32d4bef6
...
...
@@ -52,6 +52,7 @@ jobs:
name
:
"
Call
doctest
jobs"
needs
:
setup
strategy
:
max-parallel
:
1
# 1 split at a time (in `doctest_job.yml`, we set `8` to run 8 jobs at the same time)
fail-fast
:
false
matrix
:
split_keys
:
${{ fromJson(needs.setup.outputs.split_keys) }}
...
...
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