mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
[distributed] Enable H100 test for all distributed related changes (#156721)
We want to run H100 CI for distributed related changes. We already have a labeling of oncall:distributed when touching distributed related code: 4491326fb0/.github/labeler.yml (L94). So we want to leverage that.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156721
Approved by: https://github.com/huydhn
This commit is contained in:
parent
e581f015ee
commit
b50075343a
9
.github/label_to_label.yml
vendored
9
.github/label_to_label.yml
vendored
|
|
@ -48,3 +48,12 @@
|
||||||
- "module: dynamic shapes"
|
- "module: dynamic shapes"
|
||||||
then:
|
then:
|
||||||
- "oncall: pt2"
|
- "oncall: pt2"
|
||||||
|
- any:
|
||||||
|
- "release notes: distributed (c10d)"
|
||||||
|
- "release notes: distributed (symm_mem)"
|
||||||
|
- "release notes: distributed (pipeline)"
|
||||||
|
- "release notes: distributed (fsdp)"
|
||||||
|
- "release notes: distributed (dtensor)"
|
||||||
|
- "oncall: distributed"
|
||||||
|
then:
|
||||||
|
- "ciflow/h100-distributed"
|
||||||
|
|
|
||||||
2
.github/workflows/h100-distributed.yml
vendored
2
.github/workflows/h100-distributed.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- ciflow/h100-distributed/*
|
- ciflow/h100-distributed/*
|
||||||
|
schedule:
|
||||||
|
- cron: 46 8 * * * # about 1:46am PDT
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user