File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1111 type : string
1212 description : Runner type for the test
1313 default : linux.12xlarge
14-
14+ timeout-minutes :
15+ required : false
16+ type : number
17+ description : Timeout in minutes for the build job
18+ default : 120
1519 secrets :
1620 gcloud-service-key :
1721 required : true
1822 description : Secret to access Bazel build cache
1923jobs :
2024 build :
2125 runs-on : ${{ inputs.runner }}
26+ timeout-minutes : ${{ inputs.timeout-minutes }}
2227 container :
2328 image : ${{ inputs.dev-image }}
2429 env :
Original file line number Diff line number Diff line change 1515 type : string
1616 description : Runner type for the test
1717 default : linux.12xlarge
18-
18+ timeout-minutes :
19+ required : false
20+ type : number
21+ description : Timeout in minutes for the build job
22+ default : 120
1923 secrets :
2024 gcloud-service-key :
2125 required : true
2226 description : Secret to access Bazel build cache
2327jobs :
2428 build :
2529 runs-on : ${{ inputs.runner }}
30+ timeout-minutes : ${{ inputs.timeout-minutes }}
2631 container :
2732 image : ${{ inputs.dev-image }}
2833 env :
You can’t perform that action at this time.
0 commit comments