Home
last modified time | relevance | path

Searched +full:job_timeout +full:- +full:30 (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/.github/workflows/
D_win-test.yml1 name: win-test
6 build-environment:
9 description: Top-level label for what's being built/tested.
10 cuda-version:
14 test-matrix:
18 sync-tag:
24 job with the same `sync-tag` is identical.
25 timeout-minutes:
38 if: github.repository_owner == 'pytorch' && toJSON(fromJSON(inputs.test-matrix).include) != '[]'
40 matrix: ${{ fromJSON(inputs.test-matrix) }}
[all …]
D_mac-test.yml1 name: mac-test
6 build-environment:
9 description: Top-level label for what's being built/tested.
10 test-matrix:
14 sync-tag:
20 job with the same `sync-tag` is identical.
21 python-version:
27 timeout-minutes:
37 if: github.repository_owner == 'pytorch' && toJSON(fromJSON(inputs.test-matrix).include) != '[]'
38 # For setup-miniconda, see https://github.com/conda-incubator/setup-miniconda/issues/179
[all …]
D_rocm-test.yml1 # TODO: this looks sort of similar to _linux-test, but there are like a dozen
10 build-environment:
13 description: Top-level label for what's being built/tested.
14 test-matrix:
18 docker-image:
22 sync-tag:
28 job with the same `sync-tag` is identical.
29 timeout-minutes:
35 tests-to-include:
46 id-token: write
[all …]
D_xpu-test.yml1 # TODO: this looks sort of similar to _linux-test, but there are like a dozen
5 name: xpu-test
10 build-environment:
13 description: Top-level label for what's being built/tested.
14 test-matrix:
18 docker-image:
22 sync-tag:
28 job with the same `sync-tag` is identical.
29 timeout-minutes:
35 tests-to-include:
[all …]
D_linux-test.yml1 name: linux-test
6 build-environment:
9 description: Top-level label for what's being built/tested.
10 test-matrix:
14 docker-image:
18 sync-tag:
24 job with the same `sync-tag` is identical.
25 timeout-minutes:
31 use-gha:
36 dashboard-tag:
[all …]