File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
22
required : false
23
23
default : " "
24
24
type : string
25
+ build-pre-command :
26
+ required : false
27
+ default : " "
28
+ type : string
25
29
secrets :
26
30
codecov-token :
27
31
required : true
@@ -113,7 +117,7 @@ jobs:
113
117
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
114
118
build-depends-repos : build_depends.repos
115
119
cache-key-element : ${{ env.BUILD_TYPE_CUDA_STATE }}
116
-
120
+ build-pre-command : ${{ inputs.build-pre-command }}
117
121
- name : Show ccache stats after build
118
122
run : du -sh ${CCACHE_DIR} && ccache -s
119
123
shell : bash
Original file line number Diff line number Diff line change 58
58
container : ghcr.io/autowarefoundation/autoware:universe-devel
59
59
container-suffix : -cuda
60
60
run-condition : ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' }}
61
+ runner : codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
62
+ build-pre-command : taskset --cpu-list 0-6
61
63
secrets :
62
64
codecov-token : ${{ secrets.CODECOV_TOKEN }}
63
65
You can’t perform that action at this time.
0 commit comments