-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modernize Debian in CI #3499
Comments
My suggestions:
I don't know what to do about the container setup. |
We stopped testing on Debian 10 armv7l for Node.js 20 due to the available version of libstc++ (#3274, rvagg/rpi-newer-crosstools#2). At least for armv7l I'd be okay moving the Debian 10 container to Debian 11. |
Remove debian8 as all machines were replaced. Refs: nodejs#3499
Remove debian8 as all machines were replaced. Refs: #3499
Status:
|
It looks like the two builds so far on test-rackspace-debian11-x64-1 have failed, possibly due to running out of memory: |
Looks like test-rackspace-debian11-x64-1 only has 2GB of memory: $ ssh test-rackspace-debian11-x64-1 free -h
total used free shared buff/cache available
Mem: 1.9Gi 320Mi 1.5Gi 1.0Mi 134Mi 1.5Gi
Swap: 0B 0B 0B
$ |
What's our relationship with Rackspace? Can I resize the VM without introducing issues with billing/credits? |
I don't know 😞. |
I'll try to add swap to the machine in the meantime. We have a lot of space: $ ssh test-rackspace-debian11-x64-1 df -h
Filesystem Size Used Avail Use% Mounted on
udev 972M 0 972M 0% /dev
tmpfs 198M 504K 198M 1% /run
/dev/xvda1 40G 4.4G 34G 12% /
tmpfs 988M 0 988M 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 198M 0 198M 0% /run/user/0
$ Edit: adding swap (#3587) has allowed the builds to complete 🎉. |
ansible: replace DO debian9-x64-1 with debian12-x64-1 Refs: #3499
I've started an OS reload to Debian 12 on |
Despite that I've just got a confirmation email saying the reload is complete. |
@richardlau Thanks, I'm working on ansible changes in #3613 |
Moving #3919 to here.
|
Our Debian hosts are not in a very good shape:
https://endoflife.date/debian
The text was updated successfully, but these errors were encountered: