File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 11on :
22 workflow_call :
33 inputs :
4+ env :
5+ type : string
46 sha :
57 type : string
68 arch :
1416 default : ' ["conda", "pip"]'
1517 repo :
1618 type : string
19+ timeout-minutes :
20+ type : number
21+ default : 360
1722 node_type :
1823 type : string
1924 default : " cpu8"
@@ -53,6 +58,7 @@ permissions:
5358
5459jobs :
5560 build :
61+ timeout-minutes : ${{ inputs.timeout-minutes }}
5662 strategy :
5763 fail-fast : false
5864 matrix :
@@ -121,6 +127,7 @@ jobs:
121127 OTEL_EXPORTER_OTLP_ENDPOINT=${{ env.OTEL_EXPORTER_OTLP_ENDPOINT }}
122128 OTEL_EXPORTER_OTLP_PROTOCOL=${{ env.OTEL_EXPORTER_OTLP_PROTOCOL }}
123129 OTEL_RESOURCE_ATTRIBUTES=${{ env.OTEL_RESOURCE_ATTRIBUTES }}
130+ ${{ inputs.env }}
124131 runCmd : |
125132 set -euo pipefail;
126133 mkdir -p ~/.config/pip/;
You can’t perform that action at this time.
0 commit comments