chore(deps): update vmactions/solaris-vm action to v1.4.0 - #90
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/vmactions-solaris-vm-1.x
branch
from
September 8, 2026 08:27
507ae97 to
ebc61f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.8→v1.4.0Release Notes
vmactions/solaris-vm (vmactions/solaris-vm)
v1.4.0Compare Source
Boot with 2 GB of memory
A job with
mem: 2048could time out at "Starting VM" while the same jobpassed on the next runner (#63). The guest was not
crashing: its console showed
svc.startd: Couldn't fork ... Cannot allocate memoryand/tmp: File system full, swap space limit exceeded,and sshd was killed before it ever listened. The cause was in the image,
not the runner:
svc:/application/man-indexrebuilt the man page indexwith
catmanon every boot of the snapshot image, peaking at 564 MB forabout 50 seconds, on top of a kernel that already takes close to 1 GB at
2 GB. Whether sshd came up first was a race, which is why the failure
looked host-dependent.
solaris-builder v2.0.8 ships images with man-index and the other services
a CI guest never uses disabled: sstore, the Solaris Web UI (five httpd),
the hal/dbus/rmvolmgr removable-media stack, fault notification, the
extra virtual terminals, smb, InfiniBand, FCoE, iSCSI, sendmail-client and
the compliance guide generator. rad, fmd, auditd and the nfs/autofs
pieces stay.
Measured on one host with
mem: 2048and the production CPU flags,::memstatabout a minute after boot:The daemons RSS column is the summed resident size of every process
after boot; the v2.0.7 figure was taken at 4 GB since that image never
reached ssh at 2 GB. 2 GB now boots, but with about 200 MB to spare;
give a real build 4 GB or more.
Under the hood
The runtime moves to anyvm v0.6.9 (from v0.6.5). Nothing in that range
touches this guest's launch.
Full Changelog: vmactions/solaris-vm@v1.3.9...v1.4.0
v1.3.9Compare Source
sync: tar
A new way to share the workspace: the tree is streamed in as a ustar
archive over the ssh connection the action already opens, and streamed
back the same way when the run finishes. Nothing is installed in the
guest and no filesystem support is needed on either side, unlike nfs.
solaris-builder v2.0.7 declares it for every release, and it was
verified on this guest before the declaration went in: 300 files plus a
1 MB binary blob pushed, a file written inside the VM, the whole tree
pulled back and compared by content hash.
rsync remains the default.
Under the hood
solaris-builder v2.0.7 is also the first solaris build to publish
releases.json, the machine-readable index this action bakes its
configuration from -- which is why the pre-tar method list survived
until now.
The runtime moves to anyvm v0.6.5, fifteen releases on from the v0.5.0
that v1.3.8 shipped. Two of its fixes reach every job: a failed folder
sync is now fatal instead of a warning that left the guest running
without the files it was about to use, and the workspace push no longer
carries the runner's own harness directories into the guest.
Full Changelog: vmactions/solaris-vm@v1.3.8...v1.3.9
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.