Skip to content

Commit

Permalink
Merge pull request nodejs#3814 from ryanaslett/add-mnx-backup-host
Browse files Browse the repository at this point in the history
Add mnx backup host
  • Loading branch information
ryanaslett authored Jul 8, 2024
2 parents 5d5615e + 8021807 commit 3bf5ada
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ hosts:
smartos15-x64-1: {ip: 147.28.183.83, alias: backup}
ubuntu1604-x64-1: {ip: 147.28.162.105, alias: unencrypted}

- mnx:
ubuntu2204-x64-1: {ip: 67.158.54.181, alias: backup-2}

- rackspace:
debian12-x64-1: {ip: 104.239.144.144, alias: gh-bot}

Expand Down Expand Up @@ -182,9 +185,9 @@ hosts:
smartos20-x64-3: {ip: 147.28.162.107}
smartos20-x64-4: {ip: 147.28.162.109}
ubuntu1804-x64-1: {ip: 147.28.162.99, user: ubuntu}

- hetzner:
ubuntu2204-x64-1:
ubuntu2204-x64-1:
ip: 37.27.104.214
build_test_v8: yes
is_benchmark: true
Expand Down Expand Up @@ -243,7 +246,7 @@ hosts:
aix72-ppc64_be-2:
ip: 140.211.9.30
server_jobs: 3 # Using anything higher than 3 causes crashes on this machine
aix72-ppc64_be-3:
aix72-ppc64_be-3:
ip: 140.211.9.131
server_jobs: 6
aix72-ppc64_be-4:
Expand Down

0 comments on commit 3bf5ada

Please sign in to comment.