【文档 CI 体验优化】 update some viz and diff#7626
Open
Ricardo-shuo-liu wants to merge 10 commits intoPaddlePaddle:developfrom
Open
【文档 CI 体验优化】 update some viz and diff#7626Ricardo-shuo-liu wants to merge 10 commits intoPaddlePaddle:developfrom
Ricardo-shuo-liu wants to merge 10 commits intoPaddlePaddle:developfrom
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
| @@ -12,12 +18,35 @@ if [ -z "${PADDLE_WHL}" ] ; 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" | |||
Collaborator
There was a problem hiding this comment.
Contributor
Author
There was a problem hiding this comment.
ok,把https://xly-devops.bj.bcebos.com/ 替换掉?我还以为要再测试测试。
Contributor
Author
There was a problem hiding this comment.
修改完毕。
Contributor
Author
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
主要更新以下功能:
重试机制 :
解决 whl 包生成延迟的问题
错误细分:
区分 “网络错误” 和 “包未生成”,避免误判
彩色日志 ;
增加输出颜色
Related links
【文档 CI 体验优化】#7609