File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
image : ${{ inputs.dev-image }}
34
34
env :
35
35
GCLOUD_SERVICE_KEY : ${{ secrets.gcloud-service-key }}
36
- BAZEL_JOBS : 16
36
+ BAZEL_JOBS : ' ' # Let bazel decide the parallelism based on the number of CPUs.
37
37
BAZEL_REMOTE_CACHE : ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
38
38
steps :
39
39
- name : Checkout actions
Original file line number Diff line number Diff line change 38
38
env :
39
39
GCLOUD_SERVICE_KEY : ${{ secrets.gcloud-service-key }}
40
40
BAZEL_REMOTE_CACHE : ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}
41
- BAZEL_JOBS : 16
41
+ BAZEL_JOBS : ' ' # Let bazel decide the parallelism based on the number of CPUs.
42
42
BUILD_CPP_TESTS : 1
43
43
steps :
44
44
# Need to check out local composite actions before using them
Original file line number Diff line number Diff line change 78
78
RUN_TORCH_MP_OP_TESTS : ${{ matrix.run_torch_mp_op_tests }}
79
79
RUN_CPP_TESTS1 : ${{ matrix.run_cpp_tests1 }}
80
80
RUN_CPP_TESTS2 : ${{ matrix.run_cpp_tests2 }}
81
- BAZEL_JOBS : 16
81
+ BAZEL_JOBS : ' ' # Let bazel decide the parallelism based on the number of CPUs.
82
82
BAZEL_REMOTE_CACHE : 1
83
83
steps :
84
84
- name : Checkout actions
Original file line number Diff line number Diff line change 48
48
timeout-minutes : ${{ inputs.timeout-minutes }}
49
49
env :
50
50
USE_COVERAGE : ${{ inputs.collect-coverage && '1' || '0' }}
51
- BAZEL_JOBS : 16
51
+ BAZEL_JOBS : ' ' # Let bazel decide the parallelism based on the number of CPUs.
52
52
BAZEL_REMOTE_CACHE : 1
53
53
steps :
54
54
- name : Checkout actions
Original file line number Diff line number Diff line change 14
14
timeout-minutes : 30
15
15
env :
16
16
ECR_DOCKER_IMAGE_BASE : 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/xla_base
17
- BAZEL_JOBS : 16
17
+ BAZEL_JOBS : ' ' # Let bazel decide the parallelism based on the number of CPUs.
18
18
steps :
19
19
# See https://github.com/actions/checkout/issues/1014#issuecomment-1906802802
20
20
- name : Clean up workspace
You can’t perform that action at this time.
0 commit comments