You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mg...@apache.org on 2020/02/03 10:31:02 UTC

svn commit: r1873528 - in /tomcat/site/trunk: docs/ci.html xdocs/ci.xml

Author: mgrigorov
Date: Mon Feb  3 10:31:02 2020
New Revision: 1873528

URL: http://svn.apache.org/viewvc?rev=1873528&view=rev
Log:
Add TravisCI to the list of CI servers used to build & test Tomcat

TravisCI is used to build and test on ARM64 architecture.

Also use HTTPS instead of HTTP for BuildBot links


Modified:
    tomcat/site/trunk/docs/ci.html
    tomcat/site/trunk/xdocs/ci.xml

Modified: tomcat/site/trunk/docs/ci.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/ci.html?rev=1873528&r1=1873527&r2=1873528&view=diff
==============================================================================
--- tomcat/site/trunk/docs/ci.html (original)
+++ tomcat/site/trunk/docs/ci.html Mon Feb  3 10:31:02 2020
@@ -234,6 +234,9 @@
                                             <li>
                                                 <a href="#Jenkins">Jenkins</a>
                                             </li>
+                                            <li>
+                                                <a href="#TravisCI">TravisCI</a>
+                                            </li>
                                         </ol>
                                     </li>
                                 </ul>
@@ -261,6 +264,10 @@ Apache Software Foundation. In short, th
                                     <li>
                                         <a href="#Jenkins">Jenkins</a>
                                     </li>
+                                      
+                                    <li>
+                                        <a href="#TravisCI">TravisCI</a>
+                                    </li>
                                     
                                 </ul>
                                 
@@ -284,7 +291,11 @@ prepared and published by ASF Buildbot,
                                 <ul>
                                       
                                     <li>
-                                        <a href="http://ci.apache.org/projects/tomcat/tomcat9/docs/index.html" rel="nofollow">Tomcat 9.0.x</a> (trunk)
+                                        <a href="http://ci.apache.org/projects/tomcat/tomcat10/docs/index.html" rel="nofollow">Tomcat 10.0.x</a> (master)
+                                    </li>
+                                      
+                                    <li>
+                                        <a href="http://ci.apache.org/projects/tomcat/tomcat9/docs/index.html" rel="nofollow">Tomcat 9.0.x</a>
                                     </li>
                                       
                                     <li>
@@ -325,7 +336,7 @@ prepared and published by ASF Buildbot,
                                                             </li>
                                                                   
                                                             <li>
-                                                                <a href="http://ci.apache.org/builders/tomcat-trunk">Build status page</a> for <strong>tomcat-trunk</strong>
+                                                                <a href="https://ci.apache.org/builders/tomcat-trunk">Build status page</a> for <strong>tomcat-trunk</strong>
                                                                 <br>
                                                                 This builder is triggered after each commit. It does a release build and runs tests (using multiple parallel threads).
                                                             </li>
@@ -337,7 +348,7 @@ prepared and published by ASF Buildbot,
                                                             </li>
                                                                   
                                                             <li>
-                                                                <a href="http://ci.apache.org/projects/tomcat/tomcat9/" rel="nofollow">Published files</a>:
+                                                                <a href="https://ci.apache.org/projects/tomcat/tomcat9/" rel="nofollow">Published files</a>:
         
                                                                 <ul>
                                                                               
@@ -970,6 +981,25 @@ prepared and published by ASF Buildbot,
                                             </li>
                                             
                                         </ul>
+                                        
+                                    </div>
+                                </div>
+                                
+                                <div class="subsection">
+                                    <h4 id="TravisCI">TravisCI</h4>
+                                    <div class="text">
+                                        
+                                        <p>
+                                            <a href="https://travis-ci.org/">Travis CI</a> is used to test Tomcat builds on ARM64 architecture
+                                        </p>
+                                        
+                                        <ul>
+                                              
+                                            <li>
+                                                <a href="https://travis-ci.org/apache/tomcat">Tomcat master</a>
+                                            </li>
+                                            
+                                        </ul>
                                         
                                     </div>
                                 </div>

Modified: tomcat/site/trunk/xdocs/ci.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/ci.xml?rev=1873528&r1=1873527&r2=1873528&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/ci.xml (original)
+++ tomcat/site/trunk/xdocs/ci.xml Mon Feb  3 10:31:02 2020
@@ -20,6 +20,7 @@ Apache Software Foundation. In short, th
   <li><a href="#Gump">Apache Gump</a></li>
   <li><a href="#Buildbot">Buildbot</a></li>
   <li><a href="#Jenkins">Jenkins</a></li>
+  <li><a href="#TravisCI">TravisCI</a></li>
 </ul>
 
 <p><a href="http://gump.apache.org/">Apache Gump</a> is used to test
@@ -36,7 +37,8 @@ currently developed not yet released ver
 prepared and published by ASF Buildbot, using the latest source code.</p>
 
 <ul>
-  <li><a href="http://ci.apache.org/projects/tomcat/tomcat9/docs/index.html" rel="nofollow">Tomcat 9.0.x</a> (trunk)</li>
+  <li><a href="http://ci.apache.org/projects/tomcat/tomcat10/docs/index.html" rel="nofollow">Tomcat 10.0.x</a> (master)</li>
+  <li><a href="http://ci.apache.org/projects/tomcat/tomcat9/docs/index.html" rel="nofollow">Tomcat 9.0.x</a></li>
   <li><a href="http://ci.apache.org/projects/tomcat/tomcat85/docs/index.html" rel="nofollow">Tomcat 8.5.x</a></li>
   <li><a href="http://ci.apache.org/projects/tomcat/tomcat7/docs/index.html" rel="nofollow">Tomcat 7.0.x</a></li>
 </ul>
@@ -56,9 +58,9 @@ prepared and published by ASF Buildbot,
   <td>
     <ul>
       <li>Source path: <code><a href="https://github.com/apache/tomcat">https://github.com/apache/tomcat</a></code></li>
-      <li><a href="http://ci.apache.org/builders/tomcat-trunk">Build status page</a> for <strong>tomcat-trunk</strong><br/>This builder is triggered after each commit. It does a release build and runs tests (using multiple parallel threads).</li>
+      <li><a href="https://ci.apache.org/builders/tomcat-trunk">Build status page</a> for <strong>tomcat-trunk</strong><br/>This builder is triggered after each commit. It does a release build and runs tests (using multiple parallel threads).</li>
       <li><a href="https://ci.apache.org/builders/tomcat-trunk-periodic">Build status page</a> for <strong>tomcat-trunk-periodic</strong><br/>This builder is triggered once a day. It runs tests serially and generates a coverage report.</li>
-      <li><a href="http://ci.apache.org/projects/tomcat/tomcat9/" rel="nofollow">Published files</a>:
+      <li><a href="https://ci.apache.org/projects/tomcat/tomcat9/" rel="nofollow">Published files</a>:
         <ul>
           <li><a href="http://ci.apache.org/projects/tomcat/tomcat9/docs/index.html" rel="nofollow">Documentation</a></li>
           <li><a href="http://ci.apache.org/projects/tomcat/tomcat9/logs/" rel="nofollow">JUnit logs</a>
@@ -288,6 +290,14 @@ prepared and published by ASF Buildbot,
 </ul>
 </subsection>
 
+<subsection name="TravisCI">
+<p><a href="https://travis-ci.org/">Travis CI</a> is used to test Tomcat builds on ARM64 architecture</p>
+<ul>
+  <li><a href="https://travis-ci.org/apache/tomcat">Tomcat master</a></li>
+</ul>
+</subsection>
+
+
 </section>
 
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org