-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Increase CI coverage for Gaudi2 #6728
base: master
Are you sure you want to change the base?
Conversation
Tagging @raza-sikander for the failures on the newly added tests. Let us know if we need to modify anything on the node. |
@@ -49,51 +49,64 @@ jobs: | |||
TORCHINDUCTOR_COMPILE_THREADS: 1 | |||
TEST_LIST: | | |||
test_accelerator.py | |||
test_activation_checkpointing.py |
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.
@raza-sikander - it looks like the tests pass now but take 2.5 hours to run. Should we switch some of the tests to a cron job if they take that long? Since triggering on as many PRs as this yml file does means we may see queueing there.
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.
Hi @loadams, We can split it as you mentioned.
Can you share the process for creation of cron job? So i can split the content two.
And also it would mean we would have two jobs one for CI and other like nightly?
No description provided.