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

Enhance monitoring for macOS and Windows platforms using github action #1469

Merged
merged 9 commits into from
Jan 20, 2025

Conversation

0x3878f
Copy link
Contributor

@0x3878f 0x3878f commented Dec 28, 2024

Use GitHub Actions to set up a CI pipeline for monitoring the build and release processes on Linux, Mac, and Windows platforms.Replaced manylinux2014 with manylinux_2_28 to monitoring the build and release on Linux.

There is a very strange issue where comments in unit tests test_auto_scan_pool_adaptive_avg_ops.py and test_auto_scan_pool_avg_ops.py are causing the tests to fail (occurs when using python3.8, but not in python3.9). After aligning the indentation of the multi-line comments, the issue was resolved.

Note:

  • Exclude libpaddle.so when using auditwheel to repair wheel on linux
  • Only support Python3.10 on Windows

TODO:

  • Compile Paddle on Windows using various python versions
  • Only results produced on CPU was monitoring using github cpu machines. It's necessary to monitor results on gpu using our gpu machines.

Copy link

paddle-bot bot commented Dec 28, 2024

Thanks for your contribution!

@0x3878f 0x3878f force-pushed the pipeline branch 4 times, most recently from 7d7fce6 to a2b57db Compare January 17, 2025 18:34
@risemeup1 risemeup1 merged commit df6d78a into PaddlePaddle:test_pir Jan 20, 2025
5 checks passed
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.

2 participants