File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,10 @@ jobs:
332
332
docker-image : executorch-ubuntu-22.04-clang12
333
333
334
334
unittest-arm :
335
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.6
335
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
336
+ permissions :
337
+ id-token : write
338
+ contents : read
336
339
with :
337
340
runner : linux.2xlarge
338
341
docker-image : executorch-ubuntu-22.04-arm-sdk
Original file line number Diff line number Diff line change @@ -131,7 +131,10 @@ jobs:
131
131
132
132
test-arm-backend-delegation :
133
133
name : test-arm-backend-delegation
134
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.6
134
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
135
+ permissions :
136
+ id-token : write
137
+ contents : read
135
138
with :
136
139
runner : linux.2xlarge
137
140
docker-image : executorch-ubuntu-22.04-arm-sdk
@@ -157,7 +160,10 @@ jobs:
157
160
158
161
test-arm-reference-delegation :
159
162
name : test-arm-reference-delegation
160
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.6
163
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
164
+ permissions :
165
+ id-token : write
166
+ contents : read
161
167
with :
162
168
runner : linux.2xlarge
163
169
docker-image : executorch-ubuntu-22.04-arm-sdk
You can’t perform that action at this time.
0 commit comments