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:41 UTC

[beam-site] branch disable-atrato-1 created (now 6f31911)

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

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


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

This branch includes the following new commits:

     new 6f31911  [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-1
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 6f31911ec550c5a29ea364c8f100f982f2185cd3
Author: Scott Wegner <sc...@apache.org>
AuthorDate: Fri Oct 5 10:14:23 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 },