Skip to content

Commit ba10835

Browse files
authored
ansible: update ci-release server (#3937)
Refs: #3852
1 parent efb33e7 commit ba10835

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ansible/inventory.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ hosts:
1717
ubuntu2204-x64-1: {ip: 107.170.240.62, alias: ci}
1818

1919
- ibm:
20-
ubuntu1804-x64-1: {ip: 169.45.166.50, alias: ci-release}
2120
ubuntu2004-x64-1: {ip: 169.60.150.91, alias: ansible}
21+
ubuntu2404-x64-1: {ip: 169.61.75.62, alias: ci-release}
2222

2323
- joyent:
2424
debian10-x64-1: {ip: 147.28.162.110, alias: grafana}

ansible/playbooks/jenkins/host/create.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- hosts:
88
- infra-digitalocean-ubuntu2204-x64-1 # ci.nodejs.org
9-
- infra-ibm-ubuntu1804-x64-1 # ci-release.nodejs.org
9+
- infra-ibm-ubuntu2404-x64-1 # ci-release.nodejs.org
1010

1111
roles:
1212
- bootstrap

ansible/playbooks/jenkins/host/iptables.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
- hosts:
1111
- infra-digitalocean-ubuntu2204-x64-1 # ci.nodejs.org
12-
- infra-ibm-ubuntu1804-x64-1 # ci-release.nodejs.org
12+
- infra-ibm-ubuntu2404-x64-1 # ci-release.nodejs.org
1313

1414
vars:
1515
hostgroups: {
1616
'infra-digitalocean-ubuntu2204-x64-1': 'test',
17-
'infra-ibm-ubuntu1804-x64-1': 'release'
17+
'infra-ibm-ubuntu2404-x64-1': 'release'
1818
}
1919

2020
tasks:

0 commit comments

Comments
 (0)