Skip to content

Commit 370d613

Browse files
Update
[ghstack-poisoned]
1 parent 78d9b5f commit 370d613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
SCCACHE_BUCKET: ${{ !contains(matrix.runner, 'b200') && 'ossci-compiler-cache-circleci-v2' || '' }}
327327
SCCACHE_REGION: ${{ !contains(matrix.runner, 'b200') && 'us-east-1' || '' }}
328328
SHM_SIZE: ${{ contains(inputs.build-environment, 'cuda') && '2g' || '1g' }}
329-
DOCKER_IMAGE: ${{ inputs.docker-image }}
329+
DOCKER_IMAGE: ${{ steps.calculate-docker-image.outputs.docker-image }}
330330
XLA_CUDA: ${{ contains(inputs.build-environment, 'xla') && '0' || '' }}
331331
XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla
332332
PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: ${{ matrix.mem_leak_check && '1' || '0' }}

0 commit comments

Comments
 (0)