You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by sc...@apache.org on 2018/10/05 17:14:44 UTC

[beam-site] branch disable-atrato created (now f6fe92a)

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

scott pushed a change to branch disable-atrato
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


      at f6fe92a  [BEAM-5665] Exclude down website atrato.io from website checks

This branch includes the following new commits:

     new f6fe92a  [BEAM-5665] Exclude down website atrato.io from website checks

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam-site] 01/01: [BEAM-5665] Exclude down website atrato.io from website checks

Posted by sc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f6fe92adaeba8eb4819285874537a08b69b121e4
Author: Scott Wegner <sc...@apache.org>
AuthorDate: Fri Oct 5 10:14:11 2018 -0700

    [BEAM-5665] Exclude down website atrato.io from website checks
    
    This currently failing website pre-commits.
    
    It seems http://www.atrato.io/ is down or no longer available. We should disable the test for now and perhaps remove the dead link if it no longer works.
---
 Rakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Rakefile b/Rakefile
index c2e7069..11ba3c1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,6 +15,7 @@ task :test do
     :url_ignore => [
         /jstorm.io/,
         /datatorrent.com/,
+        /atrato.io/, # BEAM-5665 atrato.io seems to be down
         /ai.google/ # https://issues.apache.org/jira/browse/INFRA-16527
     ],
     :parallel => { :in_processes => Etc.nprocessors },