|
4 | 4 | name: slow
|
5 | 5 |
|
6 | 6 | on:
|
7 |
| - schedule: |
8 |
| - - cron: 45 0,4,8,12,16,20 * * * |
9 |
| - - cron: 29 8 * * * # about 1:29am PDT, for mem leak check and rerun disabled tests |
10 | 7 | push:
|
11 |
| - tags: |
12 |
| - - ciflow/slow/* |
13 | 8 | branches:
|
| 9 | + - main |
14 | 10 | - release/*
|
| 11 | + tags: |
| 12 | + - ciflow/slow/* |
| 13 | + schedule: |
| 14 | + - cron: 29 8 * * * # about 1:29am PDT, for mem leak check and rerun disabled tests |
15 | 15 | workflow_dispatch:
|
16 | 16 |
|
17 | 17 | concurrency:
|
|
47 | 47 | curr_branch: ${{ github.head_ref || github.ref_name }}
|
48 | 48 | curr_ref_type: ${{ github.ref_type }}
|
49 | 49 |
|
50 |
| - linux-focal-cuda12_1-py3-gcc9-slow-gradcheck-build: |
51 |
| - name: linux-focal-cuda12.1-py3-gcc9-slow-gradcheck |
52 |
| - uses: ./.github/workflows/_linux-build.yml |
53 |
| - needs: get-label-type |
54 |
| - with: |
55 |
| - runner_prefix: "${{ needs.get-label-type.outputs.label-type }}" |
56 |
| - build-environment: linux-focal-cuda12.1-py3-gcc9-slow-gradcheck |
57 |
| - docker-image-name: pytorch-linux-focal-cuda12.1-cudnn9-py3-gcc9 |
58 |
| - cuda-arch-list: 8.6 |
59 |
| - test-matrix: | |
60 |
| - { include: [ |
61 |
| - { config: "default", shard: 1, num_shards: 8, runner: "linux.g5.4xlarge.nvidia.gpu", owners: ["module:slowgradcheck"] }, |
62 |
| - { config: "default", shard: 2, num_shards: 8, runner: "linux.g5.4xlarge.nvidia.gpu", owners: ["module:slowgradcheck"] }, |
63 |
| - { config: "default", shard: 3, num_shards: 8, runner: "linux.g5.4xlarge.nvidia.gpu", owners: ["module:slowgradcheck"] }, |
64 |
| - { config: "default", shard: 4, num_shards: 8, runner: "linux.g5.4xlarge.nvidia.gpu", owners: ["module:slowgradcheck"] }, |
65 |
| - { config: "default", shard: 5, num_shards: 8, runner: "linux.g5.4xlarge.nvidia.gpu", owners: ["module:slowgradcheck"] }, |
66 |
| - { config: "default", shard: 6, num_shards: 8, runner: "linux.g5.4xlarge.nvidia.gpu", owners: ["module:slowgradcheck"] }, |
67 |
| - { config: "default", shard: 7, num_shards: 8, runner: "linux.g5.4xlarge.nvidia.gpu", owners: ["module:slowgradcheck"] }, |
68 |
| - { config: "default", shard: 8, num_shards: 8, runner: "linux.g5.4xlarge.nvidia.gpu", owners: ["module:slowgradcheck"] }, |
69 |
| - ]} |
70 |
| -
|
71 |
| - linux-focal-cuda12_1-py3-gcc9-slow-gradcheck-test: |
72 |
| - name: linux-focal-cuda12.1-py3-gcc9-slow-gradcheck |
73 |
| - uses: ./.github/workflows/_linux-test.yml |
74 |
| - needs: |
75 |
| - - linux-focal-cuda12_1-py3-gcc9-slow-gradcheck-build |
76 |
| - - target-determination |
77 |
| - with: |
78 |
| - build-environment: linux-focal-cuda12.1-py3-gcc9-slow-gradcheck |
79 |
| - docker-image: ${{ needs.linux-focal-cuda12_1-py3-gcc9-slow-gradcheck-build.outputs.docker-image }} |
80 |
| - test-matrix: ${{ needs.linux-focal-cuda12_1-py3-gcc9-slow-gradcheck-build.outputs.test-matrix }} |
81 |
| - timeout-minutes: 300 |
82 |
| - |
83 | 50 | linux-focal-cuda12_1-py3_10-gcc9-sm86-build:
|
84 | 51 | name: linux-focal-cuda12.1-py3.10-gcc9-sm86
|
85 | 52 | uses: ./.github/workflows/_linux-build.yml
|
|
0 commit comments