ci: inline free-disk-space in py-tests-shared (test) - #31548
Conversation
…action download (test)
❌ PR checklist incompleteThis PR cannot be merged until the following are addressed on its linked issue:
The fields live on the linked issue in the Shipping project (open the issue → right sidebar → Projects). After you set them, re-run this check (or push a commit) — issue/project changes do not re-trigger it automatically. Maintainers can bypass this check by adding the |
🔴 Playwright Results — workflow failedValidated commit ✅ 0 passed · ❌ 0 failed · 🟡 0 flaky · ⏭️ 0 skipped · 🧰 0 lifecycle flaky Pipeline and setup failures (22)
Performance⚪ Performance metrics unavailable; see the CI and reporting failures above.
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
…m on branch (remove before merge)
…ql-e2e; remove temp test workflow
|
🚦 Removed from the merge queue —
|
🚦 Removed from the merge queue —
|
🚦 Removed from the merge queue —
|
Code Review ✅ ApprovedInlines disk-space cleanup steps in CI workflows to eliminate flaky codeload action downloads. No issues found. OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Powered by Gitar — free for open source |



Test for the flaky CI failure Chirag hit on #31516:
jlumbroso/free-disk-space@54081…intermittently fails to download from codeload at setup. This drops the external action and inlines the equivalent (android/dotnet/haskell/swap) as arun:step, so there's no codeload download to flake. Testing on py-tests-shared first to confirm disk reclaim (df -h) and a green shard before rolling to the playwright workflows. cc @chirag @harshGreptile Summary
This PR removes the pinned third-party disk-cleanup action from three CI workflows to avoid intermittent action-download failures.
Confidence Score: 5/5
The PR appears safe to merge; no concrete changed-code failure was identified.
The workflows preserve the selected cleanup scope while eliminating the external action download, and no later dependency on the removed toolchains or current runner incompatibility was established.
Important Files Changed
Reviews (1): Last reviewed commit: "update playwright workflow" | Re-trigger Greptile