Skip to content

Commit

Permalink
ansible: add swap to rhel9-x64 VMs
Browse files Browse the repository at this point in the history
Add 2 GB of swap to the rhel9-x64 VMs to allow builds of the `main`
branch of nodejs/node to complete.
  • Loading branch information
richardlau committed Apr 11, 2024
1 parent 91719ce commit 079c410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ hosts:
freebsd12-x64-1: {ip: 45.55.90.237, user: freebsd}
freebsd12-x64-2: {ip: 107.170.28.213, user: freebsd}
rhel8-x64-1: {ip: 161.35.139.78, build_test_v8: yes, swap_file_size_mb: 2048}
rhel9-x64-1: {ip: 134.122.12.240}
rhel9-x64-1: {ip: 134.122.12.240, swap_file_size_mb: 2048}
ubuntu2204_docker-x64-1: {ip: 134.209.55.216}
ubuntu1804_docker-x64-2: {ip: 159.89.183.200}
ubuntu1804-x64-1: {ip: 178.128.181.213}
Expand Down Expand Up @@ -172,7 +172,7 @@ hosts:
rhel8-x64-1: {ip: 169.61.75.51, build_test_v8: yes}
rhel8-x64-2: {ip: 169.61.75.58, build_test_v8: yes}
rhel8-x64-3: {ip: 52.117.26.13, build_test_v8: yes}
rhel9-x64-1: {ip: 169.60.150.92}
rhel9-x64-1: {ip: 169.60.150.92, swap_file_size_mb: 2048}
ubuntu1804-x64-1: {ip: 52.117.26.14, alias: jenkins-workspace-6}
ubuntu2204-x64-1: {ip: 169.60.150.82}
ubuntu2204-x64-2: {ip: 169.44.168.2}
Expand Down

0 comments on commit 079c410

Please sign in to comment.