ci: make runner disk grow detection robust
Some checks failed
Deploy to Frontend Servers / deploy (push) Failing after 3s

This commit is contained in:
TerryM
2026-06-09 01:12:07 +08:00
parent 5724d2b08c
commit 41d737da11
2 changed files with 23 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ sudo resize2fs <root-partition> # ext filesystems
# or sudo xfs_growfs / # xfs filesystems
```
If that step says `growpart not installed`, install `cloud-utils-growpart` on the runner host and rerun the workflow.
If the step cannot find `growpart`, it tries to install `cloud-utils-growpart` with `dnf`/`yum`. If install is blocked, install it manually on the runner host and rerun the workflow. The step also prints `lsblk`; if the parent disk still shows 8GB there, AWS has not attached/refreshed the expanded EBS volume for this instance.
### Node version is too old