Ash Cripps

Results 38 comments of Ash Cripps

ORKA does seem to have some intergration with GitHub Actions. See: https://orkadocs.macstadium.com/docs/github-actions and https://github.com/macstadium/orka-integrations/blob/master/GitHub/single-self-hosted-runner.md. Seems to be the runner is permament and not ephemeral like the jenkins one would be

im going to say no, `/System/Volumes/Data` is the map of the user directory IIRC so its likely is a full disk. Catalina changed this reporting into a whole weird mess.

Note these machines cant really be any bigger as the host they are on started hitting issues when the VMs were a bigger size. (This was the roughly the largest...

I think it was due to apples autoupdate feature meaning the host needed enough headroom other it crashes - im sure there was an issue on this in the build...

you are probably best off not looking in `/System/Volumes/Data` as it should be just a mirror that you cant access of filesystem, just regular checks under `/` and `/Users` should...

So ive had a little poke around on `nearform-2` (the problem machine targos linked above) and have managed to free up some space with a simple reboot. I believe the...

so looking into it the feature to unstale upon updating wasnt added untill around v3 https://github.com/actions/stale/pull/58 and we run v1 - will open a PR to update the action

PR here: https://github.com/nodejs/build/pull/2699

Will this be targetting a subset of machines or do you plan to roll it out to all machines?