Skip to content
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

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

dskkato
Copy link

@dskkato dskkato commented Aug 17, 2024

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

  • The build does not pass on macOS
    • Windows is not checked.
  • The doc section falls through
    • Too many warning messages?

For this reason, I decided to test only on Ubuntu and temporarily disabled the doc checks.

@dskkato dskkato changed the title Fix CI Fix CI tests in upstream repository Aug 17, 2024
@dskkato
Copy link
Author

dskkato commented Aug 17, 2024

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

  • Fix warning
  • Discard warnings (to /dev/null, etc.)

@dskkato
Copy link
Author

dskkato commented Aug 20, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant