Skip to content

Commit

Permalink
ansible: update name for test CI server (#3021)
Browse files Browse the repository at this point in the history
Update the name for the test CI server to reflect that it is running
on Ubuntu 22.04 instead of giving the impression it is running on
Ubuntu 14.04.
  • Loading branch information
richardlau authored Sep 2, 2022
1 parent 87c7ae2 commit ba137a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ hosts:
- infra:

- digitalocean:
ubuntu1404-x64-1: {ip: 107.170.240.62, alias: ci}
ubuntu1604-x64-1: {ip: 138.197.224.240, alias: www}
ubuntu1804-x64-1: {ip: 178.128.202.158, alias: gzemnid}
ubuntu1804-x64-2: {ip: 45.55.45.227, alias: unofficial-builds}
ubuntu1804-x64-3: {ip: 157.245.7.159, alias: metrics}
ubuntu2204-x64-1: {ip: 107.170.240.62, alias: ci}

- ibm:
ubuntu1804-x64-1: {ip: 169.45.166.50, alias: ci-release}
Expand Down

0 comments on commit ba137a4

Please sign in to comment.