Skip to content

Commit b75fbe3

Browse files
seemetherefacebook-github-bot
authored andcommitted
ci: Unblock syncbranches, add a58c6ae and 7106d21 to block list (pytorch#76417)
Summary: Adds a58c6ae and 7106d21 to the list of excluded commits since this was landed through phab and cherry picked to master directly Signed-off-by: Eli Uriegas <[email protected]> Pull Request resolved: pytorch#76417 Reviewed By: janeyx99 Differential Revision: D35951416 Pulled By: seemethere fbshipit-source-id: 30a226c381e0cebfccc82f7ccfa7ce79075220c9
1 parent 5375814 commit b75fbe3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/scripts/gitutils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ def compute_branch_diffs(self, from_branch: str, to_branch: str) -> Tuple[List[s
202202
"pytorch/pytorch" not in self.remote_url() or
203203
frc.commit_hash not in {"0a6a1b27a464ba5be5f587cce2ee12ab8c504dbf",
204204
"6d0f4a1d545a8f161df459e8d4ccafd4b9017dbe",
205-
"edf909e58f06150f7be41da2f98a3b9de3167bca"}
205+
"edf909e58f06150f7be41da2f98a3b9de3167bca",
206+
"a58c6aea5a0c9f8759a4154e46f544c8b03b8db1",
207+
"7106d216c29ca16a3504aa2bedad948ebcf4abc2"}
206208
):
207209
raise RuntimeError(f"Unexpected differences between {frc} and {toc}")
208210
from_commits.remove(frc.commit_hash)

0 commit comments

Comments
 (0)