-
Notifications
You must be signed in to change notification settings - Fork 314
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
merge depulicate integration tests into one #373
Conversation
[ghstack-poisoned]
ghstack-source-id: a174adc173c8981480d93503bca677cc978108e8 Pull Request resolved: #373
As titled. We should use integration test to monitor the health status of torchtitan. [ghstack-poisoned]
ghstack-source-id: 2674375b73e6c79db89716992da2e7c1f7c23a29 Pull Request resolved: #373
README.md
Outdated
@@ -1,4 +1,4 @@ | |||
[](https://github.com/pytorch/torchtitan/actions/workflows/unit_test_4gpu.yaml) | |||
[](https://github.com/pytorch/torchtitan/actions/workflows/integration_test_periodic.yaml) |
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.
it makes sense to me to use the 'periodic' job for the status.
however i didn't realize we had a separate 'integration test' job vs our 'unit test' job.
would like to follow up on why they are separate or if it should just be the same set of tests.
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.
it looks like integration_test and unit_test_4gpu are identical except for when they run.
- can we rename unit_test to integration test, that's what it really is
- we can merge the yaml i think? (just have 2 entries under the 'on:' field, one for PR and one for cron.
As titled. We should use integration test to monitor the health status of torchtitan. [ghstack-poisoned]
ghstack-source-id: 775591945ff5427cb7e5e9fc7592952b4c746341 Pull Request resolved: #373
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.
Nice! Thanks
ghstack-source-id: 775591945ff5427cb7e5e9fc7592952b4c746341 Pull Request resolved: #373
ghstack-source-id: 775591945ff5427cb7e5e9fc7592952b4c746341 Pull Request resolved: pytorch#373
ghstack-source-id: 775591945ff5427cb7e5e9fc7592952b4c746341 Pull Request resolved: pytorch#373
Stack from ghstack (oldest at bottom):
As titled. Let's use a single integration test for push, pull request, and periodic monitoring.