File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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 @@ -319,7 +319,7 @@ jobs:
319
319
name : linux-focal-py3_8-clang9-xla
320
320
uses : ./.github/workflows/_linux-build.yml
321
321
with :
322
- build-environment : linux-focal-py3_8 -clang9-xla
322
+ build-environment : linux-focal-py3.8 -clang9-xla
323
323
docker-image-name : 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/xla_base:v1.1-lite
324
324
test-matrix : |
325
325
{ include: [
@@ -331,7 +331,7 @@ jobs:
331
331
uses : ./.github/workflows/_linux-test.yml
332
332
needs : linux-focal-py3_8-clang9-xla-build
333
333
with :
334
- build-environment : linux-focal-py3_8 -clang9-xla
334
+ build-environment : linux-focal-py3.8 -clang9-xla
335
335
docker-image : ${{ needs.linux-focal-py3_8-clang9-xla-build.outputs.docker-image }}
336
336
test-matrix : ${{ needs.linux-focal-py3_8-clang9-xla-build.outputs.test-matrix }}
337
337
You can’t perform that action at this time.
0 commit comments