-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Set default for IS_FBCODE flag #112766
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
Set default for IS_FBCODE flag #112766
Conversation
Summary: If IS_FBCODE is False, then we print an OSS repro if a test fails. We do set IS_FBCODE manually on most internal tests, but we don't do it for all of them. This PR changes it so that the IS_FBCODE gets set to the correct default value (and then tests are able to override them if they'd like). Test Plan: - Tested locally [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/112766
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 7dc54e5 with merge base 51a3838 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: If IS_FBCODE is False, then we print an OSS repro if a test fails. We do set IS_FBCODE manually on most internal tests, but we don't do it for all of them. This PR changes it so that the IS_FBCODE gets set to the correct default value (and then tests are able to override them if they'd like). Test Plan: - Tested locally ghstack-source-id: 9f9368d Pull Request resolved: #112766
@pytorchbot merge -f "skipping CI; this only affects internal configs" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: If IS_FBCODE is False, then we print an OSS repro if a test fails. We do set IS_FBCODE manually on most internal tests, but we don't do it for all of them. This PR changes it so that the IS_FBCODE gets set to the correct default value (and then tests are able to override them if they'd like). Test Plan: - Tested locally Pull Request resolved: pytorch#112766 Approved by: https://github.com/williamwen42
Summary: If IS_FBCODE is False, then we print an OSS repro if a test fails. We do set IS_FBCODE manually on most internal tests, but we don't do it for all of them. This PR changes it so that the IS_FBCODE gets set to the correct default value (and then tests are able to override them if they'd like). Test Plan: - Tested locally Pull Request resolved: pytorch#112766 Approved by: https://github.com/williamwen42
Stack from ghstack (oldest at bottom):
Summary:
If IS_FBCODE is False, then we print an OSS repro if a test fails. We do
set IS_FBCODE manually on most internal tests, but we don't do it for
all of them. This PR changes it so that the IS_FBCODE gets set to the
correct default value (and then tests are able to override them if
they'd like).
Test Plan: