Skip to content

Commit

Permalink
Set py3.x build-environment name consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Mar 19, 2024
1 parent a843bbd commit f40dd66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/inductor.yml
Expand Up @@ -111,7 +111,7 @@ jobs:
name: linux-jammy-cpu-py3.8-gcc11-inductor
uses: ./.github/workflows/_linux-build.yml
with:
build-environment: linux-jammy-py3_8-gcc11-build
build-environment: linux-jammy-py3.8-gcc11-build
docker-image-name: pytorch-linux-jammy-py3.8-gcc11-inductor-benchmarks
test-matrix: |
{ include: [
Expand All @@ -135,7 +135,7 @@ jobs:
uses: ./.github/workflows/_linux-test.yml
needs: linux-jammy-cpu-py3_8-gcc11-inductor-build
with:
build-environment: linux-jammy-py3_8-gcc11-build
build-environment: linux-jammy-py3.8-gcc11-build
docker-image: ${{ needs.linux-jammy-cpu-py3_8-gcc11-inductor-build.outputs.docker-image }}
test-matrix: ${{ needs.linux-jammy-cpu-py3_8-gcc11-inductor-build.outputs.test-matrix }}
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull.yml
Expand Up @@ -319,7 +319,7 @@ jobs:
name: linux-focal-py3_8-clang9-xla
uses: ./.github/workflows/_linux-build.yml
with:
build-environment: linux-focal-py3_8-clang9-xla
build-environment: linux-focal-py3.8-clang9-xla
docker-image-name: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/xla_base:v1.1-lite
test-matrix: |
{ include: [
Expand All @@ -331,7 +331,7 @@ jobs:
uses: ./.github/workflows/_linux-test.yml
needs: linux-focal-py3_8-clang9-xla-build
with:
build-environment: linux-focal-py3_8-clang9-xla
build-environment: linux-focal-py3.8-clang9-xla
docker-image: ${{ needs.linux-focal-py3_8-clang9-xla-build.outputs.docker-image }}
test-matrix: ${{ needs.linux-focal-py3_8-clang9-xla-build.outputs.test-matrix }}

Expand Down

0 comments on commit f40dd66

Please sign in to comment.