File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1414 BUILDKIT_PROGRESS : plain
1515 DISCOURSE_TURBO_RSPEC_RETRY_AND_LOG_FLAKY_TESTS : true
1616
17-
1817jobs :
1918 timestamp :
2019 runs-on : ubuntu-latest
2120 outputs :
2221 timestamp : ${{ steps.timestamp.outputs.timestamp }}
23- steps :
24- - id : timestamp
25- run : |
26- timestamp=`date +%Y%m%d-%H%M`
27- echo "timestamp=$timestamp"
28- echo "timestamp=$timestamp" >> $GITHUB_OUTPUT
29-
22+ steps :
23+ - id : timestamp
24+ run : |
25+ timestamp=`date +%Y%m%d-%H%M`
26+ echo "timestamp=$timestamp"
27+ echo "timestamp=$timestamp" >> $GITHUB_OUTPUT
28+
3029 base :
3130 # `unbuntu-22.04-8core` for arch amd64 non-scheduled builds
3231 # `unbuntu-22.04` for arch amd64 scheduled builds
3635 strategy :
3736 matrix :
3837 arch : [amd64, arm64]
39- timeout-minutes : ${{ (github.event_name != 'schedule' && 30 ) || ((matrix.arch == 'arm64' && 60 ) || 30) }}
38+ timeout-minutes : ${{ (github.event_name == 'schedule' && 60 ) || ((matrix.arch == 'arm64' && 45 ) || 30) }}
4039 needs : timestamp
4140 env :
4241 ARCH : ${{matrix.arch}}
You can’t perform that action at this time.
0 commit comments