-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix CI tests in upstream repository #1
base: master
Are you sure you want to change the base?
Conversation
It appears to be still faile due to the large amount of logs, especially warnings. To resolve this, it seems we need both/either of
|
In addition to split tests into multiple set, I also divided the jobs that can be run in parallel. It will also seems to be able to suppress errors related to storage capacity. You can see the result here https://github.com/dskkato/rust/actions/runs/10473145056/job/29004345003 (my repository) |
0d247c3
to
0fc1852
Compare
This PR is to resolve CI failure in tensorflow#426
After re-organizing the test-all configuration and running it step by step in CI, I found the following issues
For this reason, I decided to test only on Ubuntu and temporarily disabled the doc checks.