File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ jobs:
261261 bolt-optimizations : ${{ matrix.bolt }}
262262 free-threading : ${{ matrix.free-threading }}
263263 os : ${{ matrix.os }}
264+ traceback_timestamps : ${{ matrix.os == 'ubuntu-22.04-arm' && matrix.bolt == false && 'ns' || '' }}
264265
265266 build_ubuntu_ssltests :
266267 name : ' Ubuntu SSL tests with OpenSSL'
Original file line number Diff line number Diff line change 1717 type : boolean
1818 default : false
1919 os :
20- description : OS to run the job
21- required : true
22- type : string
20+ description : OS to run the job
21+ required : true
22+ type : string
23+ traceback_timestamps :
24+ description : Set to us|1|ns|iso to enable printing timestamps on exceptions in tracebacks (for feature coverage)
25+ required : false
26+ type : string
2327
2428env :
2529 FORCE_COLOR : 1
3337 OPENSSL_VER : 3.0.15
3438 PYTHONSTRICTEXTENSIONBUILD : 1
3539 TERM : linux
40+ PYTHON_TRACEBACK_TIMESTAMPS : ${{ inputs.traceback_timestamps }}
3641 steps :
3742 - uses : actions/checkout@v4
3843 with :
Original file line number Diff line number Diff line change 2929 timeout-minutes : 60
3030 env :
3131 ARCH : ${{ inputs.arch }}
32+ PYTHON_TRACEBACK_TIMESTAMPS : ' ns'
3233 steps :
3334 - uses : actions/checkout@v4
3435 with :
You can’t perform that action at this time.
0 commit comments