Skip to content

[test] check labels #147470

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

[test] check labels #147470

wants to merge 2 commits into from

Conversation

clee2000
Copy link
Contributor

@clee2000 clee2000 commented Feb 19, 2025

@pytorch-bot pytorch-bot bot added the release notes: releng release notes category label Feb 19, 2025
Copy link

pytorch-bot bot commented Feb 19, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/147470

Note: Links to docs will display an error until the docs builds have been completed.

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 1 New Failure

As of commit 55f465d with merge base aeb5321 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch 3 times, most recently from a408beb to 46879c2 Compare March 10, 2025 22:10
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch 2 times, most recently from e22fa52 to 44ab529 Compare March 20, 2025 18:03
@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Mar 20, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from 44ab529 to 85249e6 Compare March 20, 2025 20:46
@clee2000 clee2000 changed the title [test] 2 [test] katex Mar 20, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from 85249e6 to a631ba5 Compare March 21, 2025 17:59
@clee2000 clee2000 changed the title [test] katex [test] sccache log Mar 21, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from 75ad6f3 to 5ca5914 Compare April 22, 2025 16:32
@clee2000 clee2000 added the ciflow/trunk Trigger trunk jobs on your pull request label Apr 22, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch 2 times, most recently from fa069b9 to fd473d5 Compare April 29, 2025 17:07
@clee2000
Copy link
Contributor Author

clee2000 commented May 8, 2025

@pytorchbot help

Copy link

pytorch-bot bot commented May 8, 2025

❌ 🤖 pytorchbot command failed:

@pytorchbot: error: argument command: invalid choice: 'help' (choose from 'merge', 'revert', 'rebase', 'label', 'drci', 'cherry-pick', 'close')

usage: @pytorchbot [-h] {merge,revert,rebase,label,drci,cherry-pick,close} ...

Try @pytorchbot --help for more info.

@clee2000
Copy link
Contributor Author

clee2000 commented May 8, 2025

@pytorchbot --help

Copy link

pytorch-bot bot commented May 8, 2025

PyTorchBot Help

usage: @pytorchbot [-h] {merge,revert,rebase,label,drci,cherry-pick,close} ...

In order to invoke the bot on your PR, include a line that starts with
@pytorchbot anywhere in a comment. That line will form the command; no
multi-line commands are allowed. Some commands may be used on issues as specified below.

Example:
    Some extra context, blah blah, wow this PR looks awesome

    @pytorchbot merge

optional arguments:
  -h, --help            Show this help message and exit.

command:
  {merge,revert,rebase,label,drci,cherry-pick,close}
    merge               Merge a PR
    revert              Revert a PR
    rebase              Rebase a PR
    label               Add label to a PR
    drci                Update Dr. CI
    cherry-pick         Cherry pick a PR onto a release branch
    close               Close a PR

Merge

usage: @pytorchbot merge [-f MESSAGE | -i] [-ic] [-r [{viable/strict,main}]]

Merge an accepted PR, subject to the rules in .github/merge_rules.json.
By default, this will wait for all required checks (lint, pull) to succeed before merging.

optional arguments:
  -f MESSAGE, --force MESSAGE
                        Merge without checking anything. This requires a reason for auditting purpose, for example:
                        @pytorchbot merge -f 'Minor update to fix lint. Expecting all PR tests to pass'
                        
                        Please use `-f` as last resort, prefer `--ignore-current` to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.
  -i, --ignore-current  Merge while ignoring the currently failing jobs.  Behaves like -f if there are no pending jobs.
  -ic                   Old flag for --ignore-current. Deprecated in favor of -i.
  -r [{viable/strict,main}], --rebase [{viable/strict,main}]
                        Rebase the PR to re run checks before merging.  Accepts viable/strict or main as branch options and will default to viable/strict if not specified.

Revert

usage: @pytorchbot revert -m MESSAGE -c
                          {nosignal,ignoredsignal,landrace,weird,ghfirst}

Revert a merged PR. This requires that you are a Meta employee.

Example:
  @pytorchbot revert -m="This is breaking tests on trunk. hud.pytorch.org/" -c=nosignal

optional arguments:
  -m MESSAGE, --message MESSAGE
                        The reason you are reverting, will be put in the commit message. Must be longer than 3 words.
  -c {nosignal,ignoredsignal,landrace,weird,ghfirst}, --classification {nosignal,ignoredsignal,landrace,weird,ghfirst}
                        A machine-friendly classification of the revert reason.

Rebase

usage: @pytorchbot rebase [-s | -b BRANCH]

Rebase a PR. Rebasing defaults to the stable viable/strict branch of pytorch.
Repeat contributor may use this command to rebase their PR.

optional arguments:
  -s, --stable          [DEPRECATED] Rebase onto viable/strict
  -b BRANCH, --branch BRANCH
                        Branch you would like to rebase to

Label

usage: @pytorchbot label labels [labels ...]

Adds label to a PR or Issue [Can be used on Issues]

positional arguments:
  labels  Labels to add to given Pull Request or Issue [Can be used on Issues]

Dr CI

usage: @pytorchbot drci 

Update Dr. CI. Updates the Dr. CI comment on the PR in case it's gotten out of sync with actual CI results.

cherry-pick

usage: @pytorchbot cherry-pick --onto ONTO [--fixes FIXES] -c
                               {regression,critical,fixnewfeature,docs,release}

Cherry pick a pull request onto a release branch for inclusion in a release

optional arguments:
  --onto ONTO, --into ONTO
                        Branch you would like to cherry pick onto (Example: release/2.1)
  --fixes FIXES         Link to the issue that your PR fixes (Example: https://github.com/pytorch/pytorch/issues/110666)
  -c {regression,critical,fixnewfeature,docs,release}, --classification {regression,critical,fixnewfeature,docs,release}
                        A machine-friendly classification of the cherry-pick reason.

Close

usage: @pytorchbot close

Close a PR [Can be used on issues]

@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch 2 times, most recently from 2d0a4b5 to a59fd40 Compare May 13, 2025 22:19
@clee2000 clee2000 added the no-runner-experiments Bypass Meta/LF runner determinator label May 14, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from 62bcd7d to bf26f95 Compare May 15, 2025 15:52
@clee2000 clee2000 added ci-force-rebuild and removed ciflow/trunk Trigger trunk jobs on your pull request ci-force-rebuild labels May 16, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from c54a350 to 6640b56 Compare May 19, 2025 17:12
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from 3539721 to db9e664 Compare June 6, 2025 17:12
@clee2000 clee2000 changed the title [test] sccache log [test] compile cmd Jun 6, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch 10 times, most recently from a21e8fb to 89272dd Compare June 18, 2025 15:31
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from 89272dd to fb49996 Compare July 16, 2025 15:14
@clee2000 clee2000 added ciflow/inductor ci-no-td Do not run TD on this PR labels Jul 16, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from 8e2494b to 1bc613e Compare July 16, 2025 21:22
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from 1bc613e to 522af4d Compare July 16, 2025 21:23
@clee2000 clee2000 changed the title [test] compile cmd [test] more procs Jul 16, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from cec029e to 28b9d72 Compare July 22, 2025 16:27
@clee2000 clee2000 changed the title [test] more procs [test] win sccache Jul 22, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from d8a4590 to 4989b03 Compare July 25, 2025 21:09
@clee2000 clee2000 changed the title [test] win sccache [test] check labels Aug 5, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch 2 times, most recently from a322b07 to f72faaa Compare August 5, 2025 17:00
@clee2000 clee2000 closed this Aug 5, 2025
@clee2000 clee2000 force-pushed the csl/build_test_more_procs2 branch from f72faaa to aeb5321 Compare August 5, 2025 17:02
@clee2000 clee2000 reopened this Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-no-td Do not run TD on this PR ciflow/trunk Trigger trunk jobs on your pull request module: dynamo module: inductor no-runner-experiments Bypass Meta/LF runner determinator release notes: releng release notes category topic: not user facing topic category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant