File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 inputs :
88 candidate_rev :
9- description : ' Release candidate revision'
9+ description : ' Nightly build revision/date '
1010 required : false
11- default : ' '
11+ default : ' $(date + ' %y%m%d') '
1212
13- run-name : mlplatform.org revision ${{ inputs.revision }} to pack ${{ inputs.revision }}${{ inputs.candidate_rev }} by @${{ github.actor }}
13+ run-name : mlplatform.org nightly n$(date +'%y%m%d') to pack ${{ inputs.revision }}${{ inputs.candidate_rev }} by @${{ github.actor }}
1414
1515
1616# A workflow run is made up of one or more jobs that can run sequentially or in parallel
4141
4242 - name : Run the pack build with the revision specified
4343 run :
44- ./tensorflow-pack/tensorflow-build/build_d.sh $(date +'%y%m%d')
44+ ./tensorflow-pack/tensorflow-build/build_d.sh n $(date +'%y%m%d')
4545
4646 # - name: Copy tensorflow-pack to out path
4747 # run :
5050 - name : Run the 3rdparty pack build with the revision specified
5151 run : |
5252 export PATH=$PATH:${{ github.workspace }}/tensorflow-pack/tensorflow-build/gen/utilities
53- ./tensorflow-pack/3rdparty-build/build_d.sh $(date +'%y%m%d')
53+ ./tensorflow-pack/3rdparty-build/build_d.sh n $(date +'%y%m%d')
5454
5555 - name : Copy packs to out path
5656 run :
You can’t perform that action at this time.
0 commit comments