You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/05/15 04:49:19 UTC

[beam-site] 05/06: Temporarily suppress validation of ai.google links

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 25a50fe5537c56e1a58fdfe24ce274266fe2519f
Author: Kenneth Knowles <kl...@google.com>
AuthorDate: Mon May 14 15:17:50 2018 -0700

    Temporarily suppress validation of ai.google links
---
 Rakefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index 3398fe9..c2e7069 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,7 +12,11 @@ task :test do
     :allow_hash_href => true,
     :check_html => true,
     :file_ignore => [/javadoc/, /v2/, /pydoc/],
-    :url_ignore => [/jstorm.io/, /datatorrent.com/],
+    :url_ignore => [
+        /jstorm.io/,
+        /datatorrent.com/,
+        /ai.google/ # https://issues.apache.org/jira/browse/INFRA-16527
+    ],
     :parallel => { :in_processes => Etc.nprocessors },
     }).run
 end

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.