Skip to content

Commit aa852cc

Browse files
huydhnfacebook-github-bot
authored andcommitted
Continue benchmark other models even if one fails to export (#6186)
Summary: Fixes [T204330024](https://www.internalfb.com/intern/tasks/?t=204330024) ### Testing https://github.com/pytorch/executorch/actions/runs/11310814159 Pull Request resolved: #6186 Reviewed By: guangy10 Differential Revision: D64295995 Pulled By: huydhn fbshipit-source-id: 570b5e6661e79cf5dfd0d0fdcc951cad3690b385
1 parent a6c69a1 commit aa852cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/android-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ jobs:
205205
206206
# Let's see how expensive this job is, we might want to tone it down by running it periodically
207207
benchmark-on-device:
208+
if: always()
208209
permissions:
209210
id-token: write
210211
contents: read

.github/workflows/apple-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ jobs:
279279
path: ${{ runner.temp }}/artifacts/
280280

281281
benchmark-on-device:
282+
if: always()
282283
needs:
283284
- set-parameters
284285
- upload-benchmark-app

0 commit comments

Comments
 (0)