This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-ci.git
The following commit(s) were added to refs/heads/master by this push:
new 5bb8067 Update README.md
5bb8067 is described below
commit 5bb8067626e576a3a0a444255f921c3e0e29fcb1
Author: Sheng Zha <[email protected]>
AuthorDate: Wed Sep 18 12:55:41 2019 -0700
Update README.md
---
services/jenkins-master/README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/services/jenkins-master/README.md
b/services/jenkins-master/README.md
index 631da0b..d4786c2 100644
--- a/services/jenkins-master/README.md
+++ b/services/jenkins-master/README.md
@@ -33,3 +33,12 @@ With difference instance type (overriding variables)
```
terraform apply -var instance_type=c1.xlarge
```
+
+# Notes
+
+- The CI master server is responsible for updating the CI check status to
GitHub in each of the PRs. Using EC2's default DNS sometimes result in DNS
resolution failure and thus a failed status update. It's better to have
multiple reliable DNS servers as backup. The following servers are recommended:
+```
+1.1.1.1 # Cloudflare
+8.8.8.8 # Google
+208.67.222.222 # OpenDNS
+```