-
Notifications
You must be signed in to change notification settings - Fork 876
【文档 CI 体验优化】 update some viz and diff #7626
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
base: develop
Are you sure you want to change the base?
【文档 CI 体验优化】 update some viz and diff #7626
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7626.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
ci_scripts/ci_start.sh
Outdated
| if [ -n "${paddle_pr_id}" ] ; then | ||
| paddle_pr_info=$(get_repo_pr_info "PaddlePaddle/Paddle" ${paddle_pr_id}) | ||
| paddle_pr_latest_commit=$(get_latest_commit_from_pr_info ${paddle_pr_info}) | ||
| paddle_whl_tmp="https://xly-devops.bj.bcebos.com/PR/build_whl/${paddle_pr_id}/${paddle_pr_latest_commit}/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl" |
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.
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.
ok,把https://xly-devops.bj.bcebos.com/ 替换掉?我还以为要再测试测试。
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.
修改完毕。
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.
主要更新以下功能:
重试机制 :
解决 whl 包生成延迟的问题
错误细分:
区分 “网络错误” 和 “包未生成”,避免误判
彩色日志 ;
增加输出颜色
Related links
【文档 CI 体验优化】#7609