diff --git a/.github/scripts/gitutils.py b/.github/scripts/gitutils.py index 1c601e2f8d3..ecba2447212 100644 --- a/.github/scripts/gitutils.py +++ b/.github/scripts/gitutils.py @@ -202,7 +202,9 @@ class GitRepo: "pytorch/pytorch" not in self.remote_url() or frc.commit_hash not in {"0a6a1b27a464ba5be5f587cce2ee12ab8c504dbf", "6d0f4a1d545a8f161df459e8d4ccafd4b9017dbe", - "edf909e58f06150f7be41da2f98a3b9de3167bca"} + "edf909e58f06150f7be41da2f98a3b9de3167bca", + "a58c6aea5a0c9f8759a4154e46f544c8b03b8db1", + "7106d216c29ca16a3504aa2bedad948ebcf4abc2"} ): raise RuntimeError(f"Unexpected differences between {frc} and {toc}") from_commits.remove(frc.commit_hash)