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

zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-site.git

commit 7415fbd5de04e1012dec068b3b9daff487f8c1cb
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Fri Sep 24 16:23:52 2021 +0200

    [CALCITE-4656] Broken CI links on develop web page
---
 develop/index.html | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/develop/index.html b/develop/index.html
index 2e05f59..9169e2b 100644
--- a/develop/index.html
+++ b/develop/index.html
@@ -225,7 +225,7 @@ reasons:</p>
 <ol>
   <li>you identified a problem after the submission of the pull request;</li>
   <li>the reviewer requested further changes;</li>
-  <li>the Travis CI build failed and the failure is not caused by your 
changes.</li>
+  <li>the CI build failed, and the failure is not caused by your changes.</li>
 </ol>
 
 <p>In order to update the pull request, you need to commit the changes in your
@@ -242,7 +242,7 @@ parameter and its alternatives. You may choose to force 
push your changes under
  require the use of the <code class="highlighter-rouge">--force</code> 
option.</li>
 </ul>
 
-<p>In the special case, that the Travis CI build failed and the failure is not
+<p>In the special case, that the CI build failed, and the failure is not
 caused by your changes create an empty commit (<code 
class="highlighter-rouge">git commit --allow-empty</code>) and
 push it.</p>
 
@@ -376,9 +376,10 @@ then it is the same as <code 
class="highlighter-rouge">&lt;T extends @NonNull Nu
 
 <h2 id="continuous-integration-testing">Continuous Integration Testing</h2>
 
-<p>Calcite has a collection of Jenkins jobs on ASF-hosted infrastructure.
-They are all organized in a single view and available at
-<a 
href="https://builds.apache.org/view/A-D/view/Calcite/";>https://builds.apache.org/view/A-D/view/Calcite/</a>.</p>
+<p>Calcite exploits <a 
href="https://github.com/apache/calcite/actions?query=branch%3Amaster";>GitHub 
actions</a>
+and <a href="https://app.travis-ci.com/github/apache/calcite";>Travis</a> for 
continuous integration testing.
+In the past, there were also Jenkins jobs on the <a 
href="https://builds.apache.org/";>ASF-hosted</a>
+infrastructure, but they are not maintained anymore.</p>
 
 <h2 id="getting-started">Getting started</h2>
 

Reply via email to