-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b379903
commit 1388f22
Showing
7 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,37 +149,37 @@ jobs: | |
python3 ./benchmarks/convert_cifar.py --model-name "16-bits-trained-v0" | ||
- name: Archive raw predictions | ||
uses: actions/[email protected].1 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: predictions.csv | ||
path: inference_results.csv | ||
|
||
- name: Archive metrics | ||
uses: actions/[email protected].1 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: metrics.json | ||
path: to_upload.json | ||
|
||
- name: Archive MLIR | ||
uses: actions/[email protected].1 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: mlir.txt | ||
path: cifar10.mlir | ||
|
||
- name: Archive Graph | ||
uses: actions/[email protected].1 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: graph.txt | ||
path: cifar10.graph | ||
|
||
- name: Archive client | ||
uses: actions/[email protected].1 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: client.zip | ||
path: client_server/client.zip | ||
|
||
- name: Archive server | ||
uses: actions/[email protected].1 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: server.zip | ||
path: client_server/server.zip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -498,7 +498,7 @@ jobs: | |
&& steps.install-deps.outcome == 'success' | ||
&& steps.make-pcc.outcome == 'success' | ||
&& !cancelled() | ||
uses: tj-actions/[email protected] | ||
uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.2 | ||
with: | ||
files_yaml: | | ||
src: | ||
|
@@ -756,7 +756,7 @@ jobs: | |
# Upload the list of flaky tests that have been re-run (if the only failed tests were flaky) | ||
- name: Upload flaky tests list (weekly) | ||
uses: actions/upload-artifact@v4 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
if: | | ||
fromJSON(env.IS_WEEKLY) | ||
&& steps.pytest.outcome == 'success' | ||
|
@@ -1166,7 +1166,7 @@ jobs: | |
# Retrieve the list of flaky tests that have been re-run if they were some | ||
# Enable 'merge-multiple' to download all files in the root directory | ||
- name: Download artifacts | ||
uses: actions/download-artifact@v4 | ||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 | ||
with: | ||
merge-multiple: true | ||
pattern: failed_flaky_* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -257,7 +257,7 @@ jobs: | |
|
||
steps: | ||
- name: Import GPG | ||
uses: crazy-max/[email protected] | ||
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 | ||
with: | ||
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }} | ||
|
@@ -339,7 +339,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters