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
6cf8d98c
Unverified
Commit
6cf8d98c
authored
Sep 12, 2024
by
Sayak Paul
Committed by
GitHub
Sep 12, 2024
Browse files
[CI] update artifact uploader version (#9426)
update artifact uploader version
parent
45aa8bb1
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
30 additions
and
30 deletions
+30
-30
.github/workflows/benchmark.yml
.github/workflows/benchmark.yml
+1
-1
.github/workflows/nightly_tests.yml
.github/workflows/nightly_tests.yml
+7
-7
.github/workflows/pr_test_fetcher.yml
.github/workflows/pr_test_fetcher.yml
+1
-1
.github/workflows/pr_test_peft_backend.yml
.github/workflows/pr_test_peft_backend.yml
+1
-1
.github/workflows/pr_tests.yml
.github/workflows/pr_tests.yml
+2
-2
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+8
-8
.github/workflows/push_tests_fast.yml
.github/workflows/push_tests_fast.yml
+1
-1
.github/workflows/push_tests_mps.yml
.github/workflows/push_tests_mps.yml
+1
-1
.github/workflows/release_tests_fast.yml
.github/workflows/release_tests_fast.yml
+8
-8
No files found.
.github/workflows/benchmark.yml
View file @
6cf8d98c
...
...
@@ -50,7 +50,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
benchmark_test_reports
path
:
benchmarks/benchmark_outputs
...
...
.github/workflows/nightly_tests.yml
View file @
6cf8d98c
...
...
@@ -43,7 +43,7 @@ jobs:
-
name
:
Pipeline Tests Artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
test-pipelines.json
path
:
reports
...
...
@@ -95,7 +95,7 @@ jobs:
cat reports/tests_pipeline_${{ matrix.module }}_cuda_failures_short.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
pipeline_${{ matrix.module }}_test_reports
path
:
reports
...
...
@@ -169,7 +169,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
torch_${{ matrix.module }}_cuda_test_reports
path
:
reports
...
...
@@ -225,7 +225,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
flax_tpu_test_reports
path
:
reports
...
...
@@ -280,7 +280,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
${{ matrix.config.report }}_test_reports
path
:
reports
...
...
@@ -340,7 +340,7 @@ jobs:
#
# - name: Test suite reports artifacts
# if: ${{ always() }}
# uses: actions/upload-artifact@v
2
# uses: actions/upload-artifact@v
4
# with:
# name: torch_mps_test_reports
# path: reports
...
...
@@ -396,7 +396,7 @@ jobs:
#
# - name: Test suite reports artifacts
# if: ${{ always() }}
# uses: actions/upload-artifact@v
2
# uses: actions/upload-artifact@v
4
# with:
# name: torch_mps_test_reports
# path: reports
...
...
.github/workflows/pr_test_fetcher.yml
View file @
6cf8d98c
...
...
@@ -171,7 +171,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
pr_${{ matrix.config.report }}_test_reports
path
:
reports
.github/workflows/pr_test_peft_backend.yml
View file @
6cf8d98c
...
...
@@ -126,7 +126,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
pr_${{ matrix.config.report }}_test_reports
path
:
reports
.github/workflows/pr_tests.yml
View file @
6cf8d98c
...
...
@@ -168,7 +168,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
pr_${{ matrix.config.report }}_test_reports
path
:
reports
...
...
@@ -229,7 +229,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
pr_${{ matrix.config.report }}_test_reports
path
:
reports
.github/workflows/push_tests.yml
View file @
6cf8d98c
...
...
@@ -46,7 +46,7 @@ jobs:
echo "pipeline_test_matrix=$matrix" >> $GITHUB_OUTPUT
-
name
:
Pipeline Tests Artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
test-pipelines.json
path
:
reports
...
...
@@ -97,7 +97,7 @@ jobs:
cat reports/tests_pipeline_${{ matrix.module }}_cuda_failures_short.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
pipeline_${{ matrix.module }}_test_reports
path
:
reports
...
...
@@ -153,7 +153,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
torch_cuda_test_reports
path
:
reports
...
...
@@ -200,7 +200,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
flax_tpu_test_reports
path
:
reports
...
...
@@ -248,7 +248,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
onnx_cuda_test_reports
path
:
reports
...
...
@@ -291,7 +291,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
torch_compile_test_reports
path
:
reports
...
...
@@ -333,7 +333,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
torch_xformers_test_reports
path
:
reports
...
...
@@ -384,7 +384,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
examples_test_reports
path
:
reports
.github/workflows/push_tests_fast.yml
View file @
6cf8d98c
...
...
@@ -119,7 +119,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
pr_${{ matrix.config.report }}_test_reports
path
:
reports
.github/workflows/push_tests_mps.yml
View file @
6cf8d98c
...
...
@@ -69,7 +69,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
pr_torch_mps_test_reports
path
:
reports
.github/workflows/release_tests_fast.yml
View file @
6cf8d98c
...
...
@@ -45,7 +45,7 @@ jobs:
echo "pipeline_test_matrix=$matrix" >> $GITHUB_OUTPUT
-
name
:
Pipeline Tests Artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
test-pipelines.json
path
:
reports
...
...
@@ -96,7 +96,7 @@ jobs:
cat reports/tests_pipeline_${{ matrix.module }}_cuda_failures_short.txt
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
pipeline_${{ matrix.module }}_test_reports
path
:
reports
...
...
@@ -152,7 +152,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
torch_cuda_test_reports
path
:
reports
...
...
@@ -199,7 +199,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
flax_tpu_test_reports
path
:
reports
...
...
@@ -247,7 +247,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
onnx_cuda_test_reports
path
:
reports
...
...
@@ -290,7 +290,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
torch_compile_test_reports
path
:
reports
...
...
@@ -332,7 +332,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
torch_xformers_test_reports
path
:
reports
...
...
@@ -383,7 +383,7 @@ jobs:
-
name
:
Test suite reports artifacts
if
:
${{ always() }}
uses
:
actions/upload-artifact@v
2
uses
:
actions/upload-artifact@v
4
with
:
name
:
examples_test_reports
path
:
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