-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Add .git-blame-ignore-revs to ignore specific commits in git blame #5696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💊 CI failures summary and remediationsAs of commit 57b3ae6 (more details on the Dr. CI page):
🕵️ 9 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Job | Step | Action |
---|---|---|
curl -o conda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh | ||
sh conda.sh -b | ||
source $HOME/miniconda3/bin/activate | ||
packaging/build_wheel.sh | ||
🔁 rerun | ||
curl -o conda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh | ||
sh conda.sh -b | ||
source $HOME/miniconda3/bin/activate | ||
conda install -yq conda-build | ||
packaging/build_conda.sh | ||
🔁 rerun | ||
packaging/build_conda.sh | 🔁 rerun | |
packaging/build_conda.sh | 🔁 rerun | |
Setup | 🔁 rerun | |
set -ex | ||
source packaging/windows/internal/vc_install_helper.sh | ||
packaging/build_cmake.sh | ||
🔁 rerun | ||
curl -o conda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh | ||
sh conda.sh -b | ||
source $HOME/miniconda3/bin/activate | ||
conda install -yq conda-build cmake | ||
packaging/build_cmake.sh | ||
🔁 rerun | ||
packaging/build_conda.sh | 🔁 rerun | |
Setup | 🔁 rerun | |
packaging/build_conda.sh | 🔁 rerun | |
curl -o conda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh | ||
sh conda.sh -b | ||
source $HOME/miniconda3/bin/activate | ||
conda install -yq conda-build | ||
packaging/build_conda.sh | ||
🔁 rerun |
🚧 6 ongoing upstream failures:
These were probably caused by upstream breakages that are not fixed yet.
- unittest_linux_cpu_py3.8 since Mar 28 (96aecd2)
- binary_win_conda_py3.10_cu115 since Mar 28 (818dc22)
- unittest_linux_cpu_py3.9 since Mar 28 (96aecd2)
- cmake_windows_gpu since Mar 28 (818dc22)
- unittest_windows_cpu_py3.7 since Mar 28 (818dc22)
- unittest_windows_cpu_py3.10 since Mar 28 (818dc22)
🚧 2 fixed upstream failures:
These were probably caused by upstream breakages that were already fixed.
Please rebase on the viable/strict
branch (expand for instructions)
If your commit is older than viable/strict
, run these commands:
git fetch https://github.com/pytorch/pytorch viable/strict
git rebase FETCH_HEAD
- unittest_macos_cpu_py3.7 on Mar 28 from 1:18am to 5:14am (96aecd2 - 818dc22)
- build_docs on Mar 28 from 4:14am to 7:13am (818dc22 - b031e91)
This comment was automatically generated by Dr. CI (expand for details).
Please report bugs/suggestions to the (internal) Dr. CI Users group.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks a lot @NicolasHug! If we ever get to it, the commit created from #5106 also needs to into this list.
… blame (#5696) Summary: (Note: this ignores all push blocking failures!) Reviewed By: YosuaMichael Differential Revision: D35216785 fbshipit-source-id: f1c2fcd69090b427dfc560cc4a5eccbca6095cf6
This will let GitHub's
blame
know that it should ignore some pure-formatting PRs, thus reducing the noise in the blame.See https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view for details