Skip to content

Commit

Permalink
[skip ci] set more tests with owners for distributed and elastic (pyt…
Browse files Browse the repository at this point in the history
…orch#67583)

Summary:
It turns out my lint doesn't work on CI all the time because of shell differences. I'm working on a new more comprehensive lint in pytorch#66826 and it'd be nice if these could be cleared first.

cc pietern mrshenli pritamdamania87 zhaojuanmao satgera rohan-varma gqchen aazzolini osalpekar jiayisuse SciPioneer H-Huang

Pull Request resolved: pytorch#67583

Reviewed By: H-Huang, mruberry

Differential Revision: D32045155

Pulled By: janeyx99

fbshipit-source-id: ecfe9f008310c28e3b731e246c2b2ed0106d03b1
  • Loading branch information
janeyx99 authored and facebook-github-bot committed Nov 1, 2021
1 parent 4d99bc8 commit 251278d
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/distributed/_sharded_tensor/ops/test_embedding.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: distributed"]

import sys

import torch
Expand Down
2 changes: 2 additions & 0 deletions test/distributed/_sharded_tensor/ops/test_init.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: distributed"]

import sys
import torch

Expand Down
1 change: 1 addition & 0 deletions test/distributed/argparse_util_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# Owner(s): ["oncall: distributed"]

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions test/distributed/elastic/rendezvous/static_rendezvous_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: r2p"]

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
Expand Down
2 changes: 2 additions & 0 deletions test/distributed/elastic/rendezvous/utils_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: r2p"]

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
Expand Down
1 change: 1 addition & 0 deletions test/distributed/launcher/api_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# Owner(s): ["oncall: r2p"]

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions test/distributed/launcher/bin/test_script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# Owner(s): ["oncall: r2p"]

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions test/distributed/launcher/bin/test_script_init_method.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# Owner(s): ["oncall: r2p"]

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# Owner(s): ["oncall: r2p"]

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions test/distributed/launcher/bin/test_script_local_rank.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# Owner(s): ["oncall: r2p"]

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions test/distributed/launcher/launch_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# Owner(s): ["oncall: r2p"]

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions test/distributed/launcher/run_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# Owner(s): ["oncall: r2p"]

# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions test/distributed/pipeline/sync/skip/test_api.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: distributed"]

# Copyright 2019 Kakao Brain
#
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions test/distributed/pipeline/sync/skip/test_gpipe.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: distributed"]

# Copyright 2019 Kakao Brain
#
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: distributed"]

# Copyright 2019 Kakao Brain
#
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions test/distributed/pipeline/sync/skip/test_leak.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: distributed"]

# Copyright 2019 Kakao Brain
#
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions test/distributed/pipeline/sync/skip/test_portal.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: distributed"]

# Copyright 2019 Kakao Brain
#
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions test/distributed/pipeline/sync/skip/test_stash_pop.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: distributed"]

# Copyright 2019 Kakao Brain
#
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions test/distributed/pipeline/sync/skip/test_tracker.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: distributed"]

# Copyright 2019 Kakao Brain
#
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
Expand Down
2 changes: 2 additions & 0 deletions test/distributed/pipeline/sync/skip/test_verify_skippables.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Owner(s): ["oncall: distributed"]

# Copyright 2019 Kakao Brain
#
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
Expand Down

0 comments on commit 251278d

Please sign in to comment.