Skip to content

Commit 8f20c23

Browse files
committed
inventory: add github-bot reminder when changing Jenkins worker IPs
The github-bot has a whitelist of IPs that's allowed to push Jenkins job status as inline PR status on github.com. Whenever we change our Jenkins worker IPs, we should remember to update the bot's whitelist as well. PR-URL: #985 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
1 parent bc39ebf commit 8f20c23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/inventory.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ hosts:
232232
centos7-arm64-2: {ip: 147.75.74.254}
233233
ubuntu1604-arm64-1: {ip: 147.75.77.130}
234234
ubuntu1604-arm64-2: {ip: 147.75.74.174}
235+
# when adding, removing or changing the IPs below,
236+
# remember to update Jenkins worker IP whitelist in github-bot
235237
ubuntu1604-x64-1: {ip: 147.75.69.113, alias: jenkins-workspace-1}
236238
ubuntu1604-x64-2: {ip: 147.75.73.189, alias: jenkins-workspace-2}
237239

0 commit comments

Comments
 (0)