File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7171 FULL_REPO="${{ github.repository }}"
7272 REPO_NAME="${FULL_REPO##*/}"
7373 BASE_BRANCH="${{ github.base_ref }}"
74-
74+ docker pull ${docker_image}
7575 # Clean the repository directory before starting
7676 docker run --rm --net=host -v $(pwd):/workspace -w /workspace \
7777 -e "REPO_NAME=${REPO_NAME}" \
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 if : ${{ needs.ce_job_pre_check.outputs.sm8090_match == 'true' }}
150150 uses : ./.github/workflows/_build_linux.yml
151151 with :
152- DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse -cuda126-dailyupdate
152+ DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build -cuda126-manylinux
153153 FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
154154 COMPILE_ARCH : " 80,90"
155155 WITH_NIGHTLY_BUILD : OFF
@@ -162,7 +162,7 @@ jobs:
162162 if : ${{ needs.ce_job_pre_check.outputs.sm8689_match == 'true' }}
163163 uses : ./.github/workflows/_build_linux.yml
164164 with :
165- DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse -cuda126-dailyupdate
165+ DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build -cuda126-manylinux
166166 FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
167167 COMPILE_ARCH : " 86,89"
168168 WITH_NIGHTLY_BUILD : OFF
Original file line number Diff line number Diff line change 8686 needs : [clone, ci_image_build]
8787 uses : ./.github/workflows/_build_linux.yml
8888 with :
89- DOCKER_IMAGE : ${{ needs.ci_image_build.outputs.docker_name_precheck }}
89+ DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build-cuda126-manylinux
9090 FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
9191 COMPILE_ARCH : " 90"
9292 WITH_NIGHTLY_BUILD : ${{ needs.publish_pre_check.outputs.with_nightly_build }}
Original file line number Diff line number Diff line change 1919 needs : clone
2020 uses : ./.github/workflows/_build_linux.yml
2121 with :
22- DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse -cuda126-dailyupdate
22+ DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build -cuda126-manylinux
2323 FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
2424 COMPILE_ARCH : " 90"
2525 WITH_NIGHTLY_BUILD : " OFF"
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 needs : [clone, publish_pre_check]
182182 uses : ./.github/workflows/_build_linux.yml
183183 with :
184- DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse -cuda126-dailyupdate
184+ DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build -cuda126-manylinux
185185 FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
186186 COMPILE_ARCH : " 80,90"
187187 WITH_NIGHTLY_BUILD : ${{ needs.publish_pre_check.outputs.with_nightly_build }}
@@ -194,7 +194,7 @@ jobs:
194194 needs : [clone, publish_pre_check]
195195 uses : ./.github/workflows/_build_linux.yml
196196 with :
197- DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse -cuda126-dailyupdate
197+ DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build -cuda126-manylinux
198198 FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
199199 COMPILE_ARCH : " 86,89"
200200 WITH_NIGHTLY_BUILD : ${{ needs.publish_pre_check.outputs.with_nightly_build }}
You can’t perform that action at this time.
0 commit comments