You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2021/11/03 14:10:55 UTC

svn commit: r1894715 - in /kylin/site: cn/development/index.html development/index.html feed.xml

Author: lidong
Date: Wed Nov  3 14:10:55 2021
New Revision: 1894715

URL: http://svn.apache.org/viewvc?rev=1894715&view=rev
Log:
KYLIN-5053 Update the website to link to TravisCI and Github Actions instead of Jenkins

Modified:
    kylin/site/cn/development/index.html
    kylin/site/development/index.html
    kylin/site/feed.xml

Modified: kylin/site/cn/development/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/development/index.html?rev=1894715&r1=1894714&r2=1894715&view=diff
==============================================================================
--- kylin/site/cn/development/index.html (original)
+++ kylin/site/cn/development/index.html Wed Nov  3 14:10:55 2021
@@ -196,8 +196,10 @@ Commits <a href="https://github.com/apac
 Gitbox 的镜像:<a href="https://gitbox.apache.org/repos/asf?p=kylin.git">https://gitbox.apache.org/repos/asf?p=kylin.git </a></p>
 
 <h3 id="ci-">CI 和代码分析</h3>
-<p>使用 JDK 1.8 的 master 分支上的 UT:<a href="https://builds.apache.org/job/Kylin-Master-JDK-1.8/">Kylin-Master-JDK-1.8</a> <br />
-静态代码分析:<a href="https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin">SonarCube dashboard</a></p>
+<p>使用<a href="https://github.com/apache/kylin/actions">GitHub Actions</a> 执行Linux x86平台上的单元测试,使用<br />
+<a href="https://app.travis-ci.com/github/apache/kylin">TravisCI</a> 执行Linux ARM64平台上的测试。</p>
+
+<p>静态代码分析:<a href="https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin">SonarCube dashboard</a> ,当前不可用</p>
 
 <p><a href="https://travis-ci.org/apache/kylin"><img src="https://travis-ci.org/apache/kylin.svg?branch=master" alt="Build Status" /></a><a href="https://www.codacy.com/app/kyligence-git/kylin?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=apache/kylin&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/74f0139786cd4e8a8ce69bb0c17c2e71" alt="Codacy Badge" /></a><br />
 <a href="https://sonarcloud.io/dashboard/index/org.apache.kylin%3Akylin"><img src="https://camo.githubusercontent.com/a9947cd56fb6e99807644f46830a35c1c4d4555e/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f7175616c6974795f676174653f70726f6a6563743d6f72672e6170616368652e6b796c696e2533416b796c696e" alt="Quality Gate" /></a><a href="https://sonarcloud.io/component_measures/metric/coverage/list?id=org.apache.kylin%3Akylin"><img src="https://camo.githubusercontent.com/576fc0211eeafae5dd250ceaff1cf81135aae71a/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d6f72672e6170616368652e6b796c696e2533416b796c696e266d65747269633d636f766572616765" alt="SonarCloud Coverage" /></a><a href="https://sonarcloud.io/component_measures/metric/reliability_rating/list?id=org.apache.kylin%3Akylin"><img src="https://camo.githubusercontent.com/ce363d0c5f82c2ddc4bb5c2db4e0365354efb2cf/68747470733a2f2f736f6e6172636
 c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d6f72672e6170616368652e6b796c696e2533416b796c696e266d65747269633d62756773" alt="SonarCloud Bugs" /></a><a href="https://sonarcloud.io/component_measures/metric/security_rating/list?id=org.apache.kylin%3Akylin"><img src="https://camo.githubusercontent.com/24932e44a729982c780a9b230428f30d909657e3/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d6f72672e6170616368652e6b796c696e2533416b796c696e266d65747269633d76756c6e65726162696c6974696573" alt="SonarCloud Vulnerabilities" /></a></p>

Modified: kylin/site/development/index.html
URL: http://svn.apache.org/viewvc/kylin/site/development/index.html?rev=1894715&r1=1894714&r2=1894715&view=diff
==============================================================================
--- kylin/site/development/index.html (original)
+++ kylin/site/development/index.html Wed Nov  3 14:10:55 2021
@@ -201,8 +201,10 @@ Source Repo: <a href="https://github.com
 Mirrored to Gitbox: <a href="https://gitbox.apache.org/repos/asf?p=kylin.git">https://gitbox.apache.org/repos/asf?p=kylin.git </a></p>
 
 <h3 id="ci-and-code-analysis">CI and Code Analysis</h3>
-<p>UT on master branch with JDK 1.8: <a href="https://builds.apache.org/job/Kylin-Master-JDK-1.8/">Kylin-Master-JDK-1.8</a> <br />
-Static Code Analysis: <a href="https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin">SonarCube dashboard</a></p>
+
+<p>Apache Kylin uses <a href="https://github.com/apache/kylin/actions">GitHub Actions</a> to run the unit tests on Linux x86_64, and <a href="https://app.travis-ci.com/github/apache/kylin">TravisCI</a> to test on Linux ARM64 and x86_64 architectures with JDK 1.8.</p>
+
+<p>Static Code Analysis: <a href="https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin">SonarCube dashboard</a>. Currently disabled!</p>
 
 <p><a href="https://travis-ci.org/apache/kylin"><img src="https://travis-ci.org/apache/kylin.svg?branch=master" alt="Build Status" /></a><a href="https://www.codacy.com/app/kyligence-git/kylin?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=apache/kylin&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/74f0139786cd4e8a8ce69bb0c17c2e71" alt="Codacy Badge" /></a><br />
 <a href="https://sonarcloud.io/dashboard/index/org.apache.kylin%3Akylin"><img src="https://camo.githubusercontent.com/a9947cd56fb6e99807644f46830a35c1c4d4555e/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f7175616c6974795f676174653f70726f6a6563743d6f72672e6170616368652e6b796c696e2533416b796c696e" alt="Quality Gate" /></a><a href="https://sonarcloud.io/component_measures/metric/coverage/list?id=org.apache.kylin%3Akylin"><img src="https://camo.githubusercontent.com/576fc0211eeafae5dd250ceaff1cf81135aae71a/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d6f72672e6170616368652e6b796c696e2533416b796c696e266d65747269633d636f766572616765" alt="SonarCloud Coverage" /></a><a href="https://sonarcloud.io/component_measures/metric/reliability_rating/list?id=org.apache.kylin%3Akylin"><img src="https://camo.githubusercontent.com/ce363d0c5f82c2ddc4bb5c2db4e0365354efb2cf/68747470733a2f2f736f6e6172636
 c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d6f72672e6170616368652e6b796c696e2533416b796c696e266d65747269633d62756773" alt="SonarCloud Bugs" /></a><a href="https://sonarcloud.io/component_measures/metric/security_rating/list?id=org.apache.kylin%3Akylin"><img src="https://camo.githubusercontent.com/24932e44a729982c780a9b230428f30d909657e3/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d6f72672e6170616368652e6b796c696e2533416b796c696e266d65747269633d76756c6e65726162696c6974696573" alt="SonarCloud Vulnerabilities" /></a></p>

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1894715&r1=1894714&r2=1894715&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Wed Nov  3 14:10:55 2021
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 21 Oct 2021 22:00:29 -0700</pubDate>
-    <lastBuildDate>Thu, 21 Oct 2021 22:00:29 -0700</lastBuildDate>
+    <pubDate>Wed, 03 Nov 2021 06:59:18 -0700</pubDate>
+    <lastBuildDate>Wed, 03 Nov 2021 06:59:18 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>