File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 34
34
- name : Fetch pull request ref
35
35
run : git fetch origin "$GITHUB_REF:$GITHUB_REF"
36
36
if : github.event_name == 'pull_request'
37
- - run : python3 ci/ci-util.py generate-matrix >> "$GITHUB_OUTPUT"
37
+ - run : set -e; python3 ci/ci-util.py generate-matrix | tee "$GITHUB_OUTPUT"
38
38
id : script
39
39
40
40
test :
Original file line number Diff line number Diff line change @@ -282,8 +282,6 @@ def emit_workflow_output(self):
282
282
may_skip = str (self .may_skip_libm_ci ()).lower ()
283
283
print (f"extensive_matrix={ ext_matrix } " )
284
284
print (f"may_skip_libm_ci={ may_skip } " )
285
- eprint (f"extensive_matrix={ ext_matrix } " )
286
- eprint (f"may_skip_libm_ci={ may_skip } " )
287
285
eprint (f"total extensive tests: { total_to_test } " )
288
286
289
287
if error_on_many_tests and total_to_test > PrCfg .MANY_EXTENSIVE_THRESHOLD :
You can’t perform that action at this time.
0 commit comments