From 18b9ca396ebf3c9a8bde2826e50eed5cfaf759f6 Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Mon, 27 Nov 2017 09:55:32 +0100 Subject: [PATCH] ansible: added todo to automate Jenkins worker IPs for github-bot Instead of keeping the list of whitelisted Jenkins worker IPs up-to-date manually, it would be ideal to automate that with a python script instead. Refs https://github.com/nodejs/build/pull/985#issuecomment-346921173 --- ansible/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/README.md b/ansible/README.md index 235291e61..da81c8c0b 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -175,6 +175,8 @@ Unsorted stuff of things we need to do/think about - [ ] add explicit ARCH and DESTCPU for release machines (RV: I'm adding "arm64" manually for both to force the right thing, from memory I've needed to do this on x86 and x64, best be explicit to be sure) +- [ ] github-bot: automate list of whitelisted Jenkins worker IPs with + python [callback]: plugins/inventory/nodejs_yaml.py