File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
library/compiler-builtins Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3434 - name : Fetch pull request ref
3535 run : git fetch origin "$GITHUB_REF:$GITHUB_REF"
3636 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"
3838 id : script
3939
4040 test :
Original file line number Diff line number Diff line change @@ -282,8 +282,6 @@ def emit_workflow_output(self):
282282 may_skip = str (self .may_skip_libm_ci ()).lower ()
283283 print (f"extensive_matrix={ ext_matrix } " )
284284 print (f"may_skip_libm_ci={ may_skip } " )
285- eprint (f"extensive_matrix={ ext_matrix } " )
286- eprint (f"may_skip_libm_ci={ may_skip } " )
287285 eprint (f"total extensive tests: { total_to_test } " )
288286
289287 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