!RROtHmAaQIkiJzJZZE:nixos.org

NixOS Infrastructure

383 Members
Next Infra call: 2024-07-11, 18:00 CEST (UTC+2) | Infra operational issues backlog: https://github.com/orgs/NixOS/projects/52 | See #infra-alerts:nixos.org for real time alerts from Prometheus.118 Servers

Load older messages


SenderMessageTime
8 Apr 2025
@hexa:lossy.networkhexa
### MacStadium machines
# (currently all 5 are allocated to ofborg.)

### Hetzner Linux builders
build@elated-minsky.builder.nixos.org x86_64-linux,i686-linux /var/lib/hydra/queue-runner/.ssh/id_ed25519 32 4 kvm,nixos-test,benchmark - -
build@sleepy-brown.builder.nixos.org x86_64-linux,i686-linux /var/lib/hydra/queue-runner/.ssh/id_ed25519 4 4 kvm,nixos-test,big-parallel big-parallel -
build@sleepy-brown.builder.nixos.org x86_64-linux,i686-linux /var/lib/hydra/queue-runner/.ssh/id_ed25519 8 4 kvm,nixos-test,big-parallel - -

build@goofy-hopcroft.builder.nixos.org aarch64-linux /var/lib/hydra/queue-runner/.ssh/id_ed25519 40 4 kvm,nixos-test - -
root@135.181.230.86 aarch64-linux /var/lib/hydra/queue-runner/.ssh/id_ed25519 5 1 kvm,nixos-test,big-parallel big-parallel -
root@135.181.230.86 aarch64-linux /var/lib/hydra/queue-runner/.ssh/id_ed25519 4 1 kvm,nixos-test,big-parallel - -

### Hetzner macs
root@sweeping-filly.mac.nixos.org x86_64-darwin,aarch64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 4 2 -
root@maximum-snail.mac.nixos.org x86_64-darwin,aarch64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 4 2 -
root@growing-jennet.mac.nixos.org x86_64-darwin,aarch64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 4 2 -
root@enormous-catfish.mac.nixos.org x86_64-darwin,aarch64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 4 2 -
root@intense-heron.mac.nixos.org x86_64-darwin,aarch64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 4 2 -

### foundation machines hosted by detsys in PSF1
### 2024-12-16 prepared to be shipped to new location
#root@quality-ram.foundation.detsys.dev aarch64-darwin,x86_64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 1 1 big-parallel
# 2024-12-08 tight-bug only provides aarch64-darwin capacity, cole poked
#root@tight-bug.foundation.detsys.dev aarch64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 1 1 big-parallel
#root@becoming-hyena.foundation.detsys.dev aarch64-darwin,x86_64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 1 1 big-parallel

#root@cosmic-stud.foundation.detsys.dev aarch64-darwin,x86_64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 1 2 big-parallel
# testing apple-virt, PR #303597.  Doesn't work, but at least it consumes those jobs instead of them rotting in the queue :-(
##root@cosmic-stud.foundation.detsys.dev aarch64-darwin,x86_64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 1 1 big-parallel,nixos-test,apple-virt

# dropped; no route even now
#root@destined-gannet.foundation.detsys.dev x86_64-darwin /var/lib/hydra/queue-runner/.ssh/id_ed25519 4 2 big-parallel

### oakhost macs
root@eager-heisenberg.mac.nixos.org aarch64-darwin,x86_64-darwin /var/lib/hydra-queue-runner/.ssh/id_ed25519 2 3 big-parallel
root@kind-lumiere.mac.nixos.org aarch64-darwin,x86_64-darwin /var/lib/hydra-queue-runner/.ssh/id_ed25519 2 3 big-parallel

### Vladimir's machines
#root@t2a.cunat.cz i686-linux,x86_64-linux /var/lib/hydra/queue-runner/.ssh/id_ed25519 1 1 kvm,nixos-test benchmark
#root@t4b.cunat.cz x86_64-linux /var/lib/hydra/queue-runner/.ssh/id_ed25519 1 1 kvm,nixos-test,big-parallel big-parallel
#root@t4b.cunat.cz x86_64-linux /var/lib/hydra/queue-runner/.ssh/id_ed25519 6 1 kvm,nixos-test
21:48:34
@hexa:lossy.networkhexaL3121:49:02
@hexa:lossy.networkhexadropping the semicolon made it work again21:51:01
@hexa:lossy.networkhexa??????????21:51:03
@emilazy:matrix.orgemilyI guess comments broke…?21:53:32
@emilazy:matrix.orgemilythat seems like a pretty bad regression from 2.24.21:53:55
@hexa:lossy.networkhexahttps://hydra.nixos.org/machines21:53:57
@hexa:lossy.networkhexaand now we see the macs twice? πŸ€”21:54:07
@hexa:lossy.networkhexano, all machines πŸ˜„ 21:54:24
@Ericson2314:matrix.orgJohn Ericson emily: there was an earlier commit that made hydra use nix's machine file parser 21:58:18
@Ericson2314:matrix.orgJohn EricsonI suspect we just hand't deployed that commit until now21:58:27
@emilazy:matrix.orgemily huh. do comments not work in /etc/nix/machines in general then? 21:59:16
@Ericson2314:matrix.orgJohn Ericsonoh it's so stupid lol22:00:24
@Ericson2314:matrix.orgJohn Ericson src/libstore/machines.cc 22:00:25
@Ericson2314:matrix.orgJohn Ericsoncheck that out22:00:27
@Ericson2314:matrix.orgJohn Ericsonsee this commit22:00:41
@Ericson2314:matrix.orgJohn Ericsonthat removed it22:00:45
@Ericson2314:matrix.orgJohn Ericson nix splits on ;\n 22:00:57
@Ericson2314:matrix.orgJohn Ericson and then removes #... 22:01:00
@hexa:lossy.networkhexaπŸ˜„ 22:01:01
@Ericson2314:matrix.orgJohn Ericson so #....; 22:01:06
@Ericson2314:matrix.orgJohn Ericsonyup stops the comment22:01:10
@Ericson2314:matrix.orgJohn EricsonI really g2g now :(22:01:14
@Ericson2314:matrix.orgJohn Ericsonbut yes we can fix this in Nix and backport it22:01:18
@hexa:lossy.networkhexalol πŸ™‚ 22:01:22
@hexa:lossy.networkhexaseems builds are running22:01:27
@hexa:lossy.networkhexaeverything else can wait for another day22:01:33
@Ericson2314:matrix.orgJohn Ericsonok cool!22:01:38
@Ericson2314:matrix.orgJohn Ericsonglad we don't need to revert (yet) then22:01:43
@Ericson2314:matrix.orgJohn Ericson (should split on \n, trim #...., then split on ;) 22:02:01

Show newer messages


Back to Room ListRoom Version: 6