@@ -10,41 +10,41 @@ concurrency:
10
10
cancel-in-progress : true
11
11
12
12
jobs :
13
- # clone:
14
- # name: FD-Clone-Linux
15
- # uses: ./.github/workflows/_clone_linux.yml
13
+ clone :
14
+ name : FD-Clone-Linux
15
+ uses : ./.github/workflows/_clone_linux.yml
16
16
17
- # build:
18
- # name: FD-Build-Linux
19
- # needs: clone
20
- # uses: ./.github/workflows/_build_linux.yml
21
- # with:
22
- # DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
23
- # FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
24
- # COMPILE_ARCH: "90"
25
- # WITH_NIGHTLY_BUILD: "OFF"
26
- # FD_VERSION: "0.0.0"
17
+ build :
18
+ name : FD-Build-Linux
19
+ needs : clone
20
+ uses : ./.github/workflows/_build_linux.yml
21
+ with :
22
+ DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
23
+ FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
24
+ COMPILE_ARCH : " 90"
25
+ WITH_NIGHTLY_BUILD : " OFF"
26
+ FD_VERSION : " 0.0.0"
27
27
28
- # resultshow:
29
- # name: Use Build Output
30
- # needs: build
31
- # runs-on: ubuntu-latest
32
- # steps:
33
- # - name: Print wheel path
34
- # run: |
35
- # echo "The built wheel is located at: ${{ needs.build.outputs.wheel_path }}"
28
+ resultshow :
29
+ name : Use Build Output
30
+ needs : build
31
+ runs-on : ubuntu-latest
32
+ steps :
33
+ - name : Print wheel path
34
+ run : |
35
+ echo "The built wheel is located at: ${{ needs.build.outputs.wheel_path }}"
36
36
37
- # gpu_unittest:
38
- # name: Run FastDeploy Unit Tests with Coverage
39
- # needs: [clone,build]
40
- # uses: ./.github/workflows/_unit_test_coverage.yml
41
- # with:
42
- # DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
43
- # FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
44
- # FASTDEPLOY_WHEEL_URL: ${{ needs.build.outputs.wheel_path }}
45
- # MODEL_CACHE_DIR: "/ssd2/actions-runner/ModelData"
46
- # secrets:
47
- # github-token: ${{ secrets.GITHUB_TOKEN }}
37
+ gpu_unittest :
38
+ name : Run FastDeploy Unit Tests with Coverage
39
+ needs : [clone,build]
40
+ uses : ./.github/workflows/_unit_test_coverage.yml
41
+ with :
42
+ DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-ciuse-cuda126-dailyupdate
43
+ FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
44
+ FASTDEPLOY_WHEEL_URL : ${{ needs.build.outputs.wheel_path }}
45
+ MODEL_CACHE_DIR : " /ssd2/actions-runner/ModelData"
46
+ secrets :
47
+ github-token : ${{ secrets.GITHUB_TOKEN }}
48
48
49
49
# logprob_test:
50
50
# name: Run FastDeploy LogProb Tests
@@ -96,13 +96,13 @@ jobs:
96
96
# FASTDEPLOY_WHEEL_URL: ${{ needs.build.outputs.wheel_path }}
97
97
# MODEL_CACHE_DIR: "/ssd2/actions-runner/ModelData"
98
98
99
- # xpu_unittest:
100
- # name: Run XPU Test with Coverage
101
- # needs: [clone]
102
- # uses: ./.github/workflows/_ci_xpu.yml
103
- # with:
104
- # DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-xpu-ci:latest
105
- # FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
99
+ xpu_unittest :
100
+ name : Run XPU Test with Coverage
101
+ needs : [clone]
102
+ uses : ./.github/workflows/_ci_xpu.yml
103
+ with :
104
+ DOCKER_IMAGE : ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-xpu-ci:latest
105
+ FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
106
106
107
107
coverage_combine :
108
108
name : Coverage Combine And Check
0 commit comments