-
Notifications
You must be signed in to change notification settings - Fork 106
Regression test #1393
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?
Regression test #1393
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,9 @@ | ||||||
| name: CE Daily Dev | ||||||
|
|
||||||
| on: | ||||||
| pull_request: | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 这里给 Daily CE 增加了 git clone https://github.com/PaddlePaddle/PaddleFleet.git
cd PaddleFleet
if [ "${PR_ID}" != "0" ]; then
git fetch origin "pull/${PR_ID}/head"
git checkout FETCH_HEAD
else
git checkout "${BRANCH}"
fi
git log -1There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Bug 现在 下面的安装步骤仍然只是 建议修复方式:在每个 clone PaddleFleet 的步骤后显式切到本次 PR commit,例如: git fetch origin pull/${PR_ID}/head
git checkout ${COMMIT_ID}或统一改用 |
||||||
| branches: | ||||||
| - develop | ||||||
| schedule: | ||||||
| - cron: '0 19 * * *' | ||||||
| workflow_dispatch: # 可选:允许手动点 Run | ||||||
|
|
@@ -32,7 +35,7 @@ env: | |||||
| docker_image_cu130: "ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddle:ubuntu24-cuda130-py312-dev" | ||||||
| paddle_url_cu129: "https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-TagBuild-Training-Linux-Gpu-Cuda12.9-Cudnn9.9-Trt10.5-Mkl-Avx-Gcc11-SelfBuiltPypiUse/latest/" | ||||||
| paddle_url_cu130: "https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-TagBuild-Training-Linux-Gpu-Cuda130-Cudnn913-Trt1013-Mkl-Avx-Gcc11-SelfBuiltPypiUse/latest/paddlepaddle_gpu-0.0.0-cp312-cp312-linux_x86_64.whl" | ||||||
| use_release: ${{ inputs.use_release || 'true' }} | ||||||
| use_release: ${{ inputs.use_release || 'false' }} | ||||||
This comment was marked as outdated.
Sorry, something went wrong.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 这一行把所有非
Suggested change
|
||||||
| MAX_PARALLEL: ${{ github.event.inputs.parallel_jobs || '2' }} | ||||||
|
|
||||||
| defaults: | ||||||
|
|
||||||
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.