Skip to content

Commit e8b9bf2

Browse files
Update
[ghstack-poisoned]
1 parent ce74310 commit e8b9bf2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/docker-builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc9,
5757
pytorch-linux-jammy-cuda12.4-cudnn9-py3-gcc11,
5858
pytorch-linux-jammy-py3.10-clang12,
59+
pytorch-linux-jammy-py3.11-clang12,
60+
pytorch-linux-jammy-py3.12-clang12,
5961
pytorch-linux-jammy-py3.13-clang12,
6062
pytorch-linux-jammy-py3.14-clang12,
6163
pytorch-linux-jammy-rocm-n-py3,

.github/workflows/dynamo-unittest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
python-version: ['3.10', '3.11', '3.12', '3.13'] #, '3.14']
4949
with:
5050
runner_prefix: "${{ needs.get-label-type.outputs.label-type }}"
51-
build-environment: linux-jammy-py${{ matrix.python-version }}-gcc11
52-
docker-image-name: ci-image:pytorch-linux-jammy-py${{ matrix.python-version }}-gcc11
51+
build-environment: linux-jammy-py${{ matrix.python-version }}-clang12
52+
docker-image-name: ci-image:pytorch-linux-jammy-py${{ matrix.python-version }}-clang12
5353
test-matrix: |
5454
{ include: [
5555
{ config: "dynamo_wrapped", shard: 1, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
python-version: ['3.10', '3.11', '3.12', '3.13']
6868
with:
69-
build-environment: linux-jammy-py${{ matrix.python-version }}-gcc11
69+
build-environment: linux-jammy-py${{ matrix.python-version }}-clang12
7070
docker-image: ${{ needs.dynamo-build.outputs.docker-image }}
7171
test-matrix: ${{ needs.dynamo-build.outputs.test-matrix }}
7272
secrets: inherit

0 commit comments

Comments
 (0)