File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
name : linux-jammy-cpu-py3.8-gcc11-inductor
112
112
uses : ./.github/workflows/_linux-build.yml
113
113
with :
114
- build-environment : linux-jammy-py3_8 -gcc11-build
114
+ build-environment : linux-jammy-py3.8 -gcc11-build
115
115
docker-image-name : pytorch-linux-jammy-py3.8-gcc11-inductor-benchmarks
116
116
test-matrix : |
117
117
{ include: [
@@ -135,7 +135,7 @@ jobs:
135
135
uses : ./.github/workflows/_linux-test.yml
136
136
needs : linux-jammy-cpu-py3_8-gcc11-inductor-build
137
137
with :
138
- build-environment : linux-jammy-py3_8 -gcc11-build
138
+ build-environment : linux-jammy-py3.8 -gcc11-build
139
139
docker-image : ${{ needs.linux-jammy-cpu-py3_8-gcc11-inductor-build.outputs.docker-image }}
140
140
test-matrix : ${{ needs.linux-jammy-cpu-py3_8-gcc11-inductor-build.outputs.test-matrix }}
141
141
secrets :
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ jobs:
311
311
name : linux-focal-py3_8-clang9-xla
312
312
uses : ./.github/workflows/_linux-build.yml
313
313
with :
314
- build-environment : linux-focal-py3_8 -clang9-xla
314
+ build-environment : linux-focal-py3.8 -clang9-xla
315
315
docker-image-name : 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/xla_base:v1.1-lite
316
316
test-matrix : |
317
317
{ include: [
@@ -323,7 +323,7 @@ jobs:
323
323
uses : ./.github/workflows/_linux-test.yml
324
324
needs : linux-focal-py3_8-clang9-xla-build
325
325
with :
326
- build-environment : linux-focal-py3_8 -clang9-xla
326
+ build-environment : linux-focal-py3.8 -clang9-xla
327
327
docker-image : ${{ needs.linux-focal-py3_8-clang9-xla-build.outputs.docker-image }}
328
328
test-matrix : ${{ needs.linux-focal-py3_8-clang9-xla-build.outputs.test-matrix }}
329
329
You can’t perform that action at this time.
0 commit comments