We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d9b5f commit 370d613Copy full SHA for 370d613
.github/workflows/_linux-test.yml
@@ -326,7 +326,7 @@ jobs:
326
SCCACHE_BUCKET: ${{ !contains(matrix.runner, 'b200') && 'ossci-compiler-cache-circleci-v2' || '' }}
327
SCCACHE_REGION: ${{ !contains(matrix.runner, 'b200') && 'us-east-1' || '' }}
328
SHM_SIZE: ${{ contains(inputs.build-environment, 'cuda') && '2g' || '1g' }}
329
- DOCKER_IMAGE: ${{ inputs.docker-image }}
+ DOCKER_IMAGE: ${{ steps.calculate-docker-image.outputs.docker-image }}
330
XLA_CUDA: ${{ contains(inputs.build-environment, 'xla') && '0' || '' }}
331
XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla
332
PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: ${{ matrix.mem_leak_check && '1' || '0' }}
0 commit comments