Skip to content

Commit c991fda

Browse files
authored
[CI] Enable 4-GPU e2e test in nightly and fix docker_tag_build (#6128)
1 parent f4902fe commit c991fda

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/publish_job.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ jobs:
405405
git config --global user.email "fastdeploy_ci@example.com"
406406
git log -n 3 --oneline
407407
408+
cd ./dockerfiles
409+
408410
PRODUCT_NAME=ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-cuda-12.6:${FD_VERSION}
409411
docker build --no-cache -t ${PRODUCT_NAME} -f Dockerfile.gpu . \
410412
--network host \
@@ -425,6 +427,18 @@ jobs:
425427
secrets:
426428
github-token: ${{ secrets.GITHUB_TOKEN }}
427429

430+
four_cards_test:
431+
name: Run Four Cards Tests
432+
needs: [ clone,build_sm8090 ]
433+
uses: ./.github/workflows/_gpu_4cards_case_test.yml
434+
with:
435+
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-paddle-dev
436+
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
437+
FASTDEPLOY_WHEEL_URL: ${{ needs.build_sm8090.outputs.wheel_path }}
438+
MODEL_CACHE_DIR: "/ssd2/actions-runner/ModelData"
439+
secrets:
440+
github-token: ${{ secrets.GITHUB_TOKEN }}
441+
428442
logprob_test:
429443
name: Run FastDeploy LogProb Tests
430444
needs: [build_sm8090]

0 commit comments

Comments
 (0)