Skip to content

Commit 25d5b63

Browse files
malfetpytorchmergebot
authored andcommitted
[GHF] Skip b3aa2de (pytorch#76231)
Summary: Difference between were pytorch@b522258 and pytorch@69e048b are reconciled in pytorch@b3aa2de, so the commit must be manually skipped Pull Request resolved: pytorch#76231 Reviewed By: bigfootjon Differential Revision: D35845975 Pulled By: malfet fbshipit-source-id: 4e4a2f03a26202bffe2045ac80704b356144164e (cherry picked from commit dd32c3e)
1 parent adc9209 commit 25d5b63

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
@@ -215,7 +215,9 @@ def compute_branch_diffs(self, from_branch: str, to_branch: str) -> Tuple[List[s
215215
# Another HACK: Patch-id is not stable for commits with binary files or for big changes across commits
216216
# I.e. cherry-picking those from one branch into another will change patchid
217217
if "pytorch/pytorch" in self.remote_url():
218-
for excluded_commit in ["8e09e20c1dafcdbdb45c2d1574da68a32e54a3a5", "5f37e5c2a39c3acb776756a17730b865f0953432"]:
218+
for excluded_commit in {"8e09e20c1dafcdbdb45c2d1574da68a32e54a3a5",
219+
"5f37e5c2a39c3acb776756a17730b865f0953432",
220+
"b5222584e6d6990c6585981a936defd1af14c0ba"}:
219221
if excluded_commit in from_commits:
220222
from_commits.remove(excluded_commit)
221223

0 commit comments

Comments
 (0)