Skip to content

[BE] fix bc check#62687

Closed
walterddr wants to merge 2 commits intopytorch:masterfrom
walterddr:hotfix_bc_check
Closed

[BE] fix bc check#62687
walterddr wants to merge 2 commits intopytorch:masterfrom
walterddr:hotfix_bc_check

Conversation

@walterddr
Copy link
Copy Markdown
Contributor

@walterddr walterddr commented Aug 3, 2021

a bug was discovered in #62434, for some reason comparing the schema name didn't match the allow_list item. So:

  1. remove duplicate regex compile
  2. make use of the schema string is used instead of just the name

1. remove duplicate regex compile
2. make use of the schema string
@facebook-github-bot
Copy link
Copy Markdown
Contributor

facebook-github-bot commented Aug 3, 2021

🔗 Helpful links

💊 CI failures summary and remediations

As of commit ae683a4 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

@walterddr walterddr marked this pull request as ready for review August 4, 2021 15:04
@facebook-github-bot
Copy link
Copy Markdown
Contributor

@walterddr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@walterddr walterddr requested a review from a team August 4, 2021 15:05
Copy link
Copy Markdown
Contributor

@zhouzhuojie zhouzhuojie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, also added to the [BE] fix column of the board.

@zhouzhuojie
Copy link
Copy Markdown
Contributor

Also fyi, there's a PR #61973 that's going to port BC checks from circleci to GHA, and also make it check at the PR time.

@facebook-github-bot
Copy link
Copy Markdown
Contributor

@walterddr has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@walterddr
Copy link
Copy Markdown
Contributor Author

Also fyi, there's a PR #61973 that's going to port BC checks from circleci to GHA, and also make it check at the PR time.

I think it is already ran on PR from circleci side. so it should be covered

@facebook-github-bot
Copy link
Copy Markdown
Contributor

@walterddr merged this pull request in de77c6a.

facebook-github-bot pushed a commit that referenced this pull request Aug 6, 2021
Summary:
fix #62687 error. should allow listed those that has date time newer than today.

Pull Request resolved: #62901

Reviewed By: zhouzhuojie

Differential Revision: D30163202

Pulled By: walterddr

fbshipit-source-id: b882975a231249137cb2d252f41e98e133b6f337
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 25, 2026
Summary:
a bug was discovered in pytorch#62434, for some reason comparing the schema name didn't match the allow_list item. So:
1. remove duplicate regex compile
2. make use of the schema string is used instead of just the name

Pull Request resolved: pytorch#62687

Reviewed By: ezyang

Differential Revision: D30102437

Pulled By: walterddr

fbshipit-source-id: 541b2ed77948f24daebb08623cadabb034a241e0
laurentdupin pushed a commit to laurentdupin/pytorch that referenced this pull request Apr 25, 2026
Summary:
fix pytorch#62687 error. should allow listed those that has date time newer than today.

Pull Request resolved: pytorch#62901

Reviewed By: zhouzhuojie

Differential Revision: D30163202

Pulled By: walterddr

fbshipit-source-id: b882975a231249137cb2d252f41e98e133b6f337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants