Commit Graph

8 Commits

Author SHA1 Message Date
a3abfa5cb5 [BE][Easy][1/19] enforce style for empty lines in import segments (#129752)
See https://github.com/pytorch/pytorch/pull/129751#issue-2380881501. Most changes are auto-generated by linter.

You can review these PRs via:

```bash
git diff --ignore-all-space --ignore-blank-lines HEAD~1
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/129752
Approved by: https://github.com/ezyang, https://github.com/malfet
2024-07-16 00:42:56 +00:00
f70844bec7 Enable UFMT on a bunch of low traffic Python files outside of main files (#106052)
Signed-off-by: Edward Z. Yang <ezyang@meta.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/106052
Approved by: https://github.com/albanD, https://github.com/Skylion007
2023-07-27 01:01:17 +00:00
4646caede9 Update circleci pipelines to support both master and main branches.
Fixes #71806

Pull Request resolved: https://github.com/pytorch/pytorch/pull/73224
Approved by: https://github.com/janeyx99, https://github.com/seemethere, https://github.com/malfet
2022-03-15 18:43:49 +00:00
b1b9fb0147 Specify the exact commit when triggering multi-gpu pipeline (#58219)
Summary:
Previously only the **branch** is specified when triggering the multi-gpu pipeline, which could result in incorrect commit being targeted, because when the pipeline actually runs there could be newer commit on the specified branch.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/58219

Reviewed By: malfet, bdhirsh

Differential Revision: D28446453

Pulled By: seemethere

fbshipit-source-id: 680c0b3a9f3f20b61787cc90fda73b87d66e6af8
2021-05-17 06:32:18 -07:00
b5b158a6c6 Be more lenient with network exceptions in trigger_azure_pipeline.py (#57714)
Summary:
Fixes possible failure caused by network instability.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/57714

Reviewed By: ngimel

Differential Revision: D28288555

Pulled By: malfet

fbshipit-source-id: 2deedf3fe1a95dae5a68d599d9603f3da4702e8e
2021-05-07 10:02:23 -07:00
6155b0d9fa [reland] Trigger azure pipeline for multi gpu tests (#56128)
Summary:
Reland https://github.com/pytorch/pytorch/issues/52490 only for nightly builds

Pull Request resolved: https://github.com/pytorch/pytorch/pull/56128

Reviewed By: anjali411

Differential Revision: D28002257

Pulled By: seemethere

fbshipit-source-id: d32bf420fee13b809cee402362f98942234d380b
2021-04-26 10:47:58 -07:00
cdd9911a12 Revert D27470071: [pytorch][PR] Trigger azure pipeline for multi gpu tests
Test Plan: revert-hammer

Differential Revision:
D27470071 (f0dafeb0cb)

Original commit changeset: 9b7615799da5

fbshipit-source-id: 60a7d9ba5eda31d7381d15920f9fc9ec15df1a6c
2021-04-01 11:02:28 -07:00
f0dafeb0cb Trigger azure pipeline for multi gpu tests (#52490)
Summary:
The run on CircleCI:  https://app.circleci.com/pipelines/github/pytorch/pytorch/283891/workflows/e049872e-5327-4f8c-abc3-a72ca6a1a548/jobs/11462671

Pull Request resolved: https://github.com/pytorch/pytorch/pull/52490

Reviewed By: glaringlee

Differential Revision: D27470071

Pulled By: malfet

fbshipit-source-id: 9b7615799da5fc8381fef226da003449b2698d35
2021-04-01 08:29:56 -07:00