Copilot commented on code in PR #16357:
URL: https://github.com/apache/iceberg/pull/16357#discussion_r3253242830
##########
.github/workflows/spark-ci.yml:
##########
@@ -108,15 +114,19 @@ jobs:
with:
tool-cache: false
Review Comment:
The PR description says `jlumbroso/free-disk-space` was removed, but the
workflow still runs it here. Either remove this step (if it’s no longer needed)
or update the PR description/validation numbers to reflect that it remains part
of the job.
##########
.github/workflows/spark-ci.yml:
##########
@@ -75,12 +75,18 @@ concurrency:
jobs:
spark-tests:
runs-on: ubuntu-24.04
+ timeout-minutes: 90
strategy:
- max-parallel: 15
+ # 20 is the Apache infra policy ceiling
(infra.apache.org/github-actions-policy.html).
Review Comment:
The comment references `infra.apache.org/github-actions-policy.html` without
a scheme, which makes it less likely to render as a clickable link in GitHub’s
UI. Prefer using the full `https://infra.apache.org/github-actions-policy.html`
URL.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]