File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 11name : Validate-GPU
22
33on :
4- workflow_call :
5- inputs :
6- docker_build_image :
7- type : string
8- required : true
9- clone_dir :
10- type : string
11- required : false
12- default : ' Paddle'
13- can-skip :
14- type : string
15- required : false
4+ pull_request :
5+ branches :
6+ - develop
167
178env :
189 PR_ID : ${{ github.event.pull_request.number }}
1910 COMMIT_ID : ${{ github.event.pull_request.head.sha }}
2011 work_dir : /workspace
12+ TASK : GraphNet-CI-${{ github.event.pull_request.number }}-Validate
2113 BRANCH : ${{ github.event.pull_request.base.ref }}
2214 CI_name : validate-gpu
2315 CFS_DIR : /home/data/cfs
@@ -28,8 +20,8 @@ defaults:
2820 shell : bash
2921
3022jobs :
31- cinn :
32- name : CINN
23+ validate :
24+ name : Validate
3325 if : ${{ inputs.can-skip != 'true' }}
3426 runs-on :
3527 group : BD_BJ-V100
You can’t perform that action at this time.
0 commit comments