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
renzhc
diffusers_dcu
Commits
c7a84ba2
"vscode:/vscode.git/clone" did not exist on "c6b04589b667ec09341cb195b7182e7d88bdf8a8"
Unverified
Commit
c7a84ba2
authored
Jul 02, 2024
by
Dhruv Nair
Committed by
GitHub
Jul 02, 2024
Browse files
Enforce ordering when running Pipeline slow tests (#8763)
update
parent
8b1e3ec9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
utils/fetch_torch_cuda_pipeline_test_matrix.py
utils/fetch_torch_cuda_pipeline_test_matrix.py
+1
-1
No files found.
utils/fetch_torch_cuda_pipeline_test_matrix.py
View file @
c7a84ba2
...
@@ -88,7 +88,7 @@ def main():
...
@@ -88,7 +88,7 @@ def main():
test_modules
.
extend
(
ALWAYS_TEST_PIPELINE_MODULES
)
test_modules
.
extend
(
ALWAYS_TEST_PIPELINE_MODULES
)
# Get unique modules
# Get unique modules
test_modules
=
list
(
set
(
test_modules
))
test_modules
=
sorted
(
set
(
test_modules
))
print
(
json
.
dumps
(
test_modules
))
print
(
json
.
dumps
(
test_modules
))
save_path
=
f
"
{
PATH_TO_REPO
}
/reports"
save_path
=
f
"
{
PATH_TO_REPO
}
/reports"
...
...
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