You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/10/10 14:55:32 UTC

[GitHub] [hbase] Apache9 commented on pull request #3742: HBASE-26341 Upload dashboard html for flaky find job to nightlies

Apache9 commented on pull request #3742:
URL: https://github.com/apache/hbase/pull/3742#issuecomment-939496320


   It is a pain that, the strict CSP rule on the ASF jenkins also disables the auto redirect...
   
   I download the html and open it locally, it could auto redirect to the target url.
   
   Anyway, users could just click the link to jump to the target html so it is better than the current solution(install chrome plugin to disable CSP...)
   
   This is the result(I reused HBASE-26318 branch as it has nightly, flaky, find flaky set up)
   
   https://ci-hadoop.apache.org/job/HBase/job/HBase-Find-Flaky-Tests/job/HBASE-26318/12/
   
   This is the redirecting html.
   
   https://ci-hadoop.apache.org/job/HBase/job/HBase-Find-Flaky-Tests/job/HBASE-26318/12/artifact/output/dashboard.html
   
   This is the content of the html.
   ```
   <html>
     <head>
       <meta http-equiv="refresh" content="3; url='https://nightlies.apache.org/hbase/HBase/HBase-Find-Flaky-Tests/HBASE-26318/12/output/dashboard.html'" />
     </head>
     <body>
       <p>Redirecting. If not work, please click <a href="https://nightlies.apache.org/hbase/HBase/HBase-Find-Flaky-Tests/HBASE-26318/12/output/dashboard.html">this link</a>.</p>
     </body>
   </html>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org