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

[kylin] branch document updated: KYLIN-5053 Update the website to link to TravisCI and Github Actions instead of Jenkins

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

xxyu pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new 4364922  KYLIN-5053 Update the website to link to TravisCI and Github Actions instead of Jenkins
4364922 is described below

commit 43649229b238627cd33019e6359d60992b01ffda
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Jul 28 13:37:23 2021 +0300

    KYLIN-5053 Update the website to link to TravisCI and Github Actions instead of Jenkins
---
 website/_dev/index.cn.md | 6 ++++--
 website/_dev/index.md    | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/website/_dev/index.cn.md b/website/_dev/index.cn.md
index cf9d7d0..2648688 100644
--- a/website/_dev/index.cn.md
+++ b/website/_dev/index.cn.md
@@ -19,8 +19,10 @@ Commits [总结](https://github.com/apache/kylin/commits/master)
 Gitbox 的镜像:[https://gitbox.apache.org/repos/asf?p=kylin.git ](https://gitbox.apache.org/repos/asf?p=kylin.git )
 
 ### CI 和代码分析
-使用 JDK 1.8 的 master 分支上的 UT:[Kylin-Master-JDK-1.8](https://builds.apache.org/job/Kylin-Master-JDK-1.8/) 
-静态代码分析:[SonarCube dashboard](https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin)
+使用[GitHub Actions](https://github.com/apache/kylin/actions) 执行Linux x86平台上的单元测试,使用
+[TravisCI](https://app.travis-ci.com/github/apache/kylin) 执行Linux ARM64平台上的测试。
+
+静态代码分析:[SonarCube dashboard](https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin) ,当前不可用
 
 [![Build Status](https://travis-ci.org/apache/kylin.svg?branch=master)](https://travis-ci.org/apache/kylin)[![Codacy Badge](https://api.codacy.com/project/badge/Grade/74f0139786cd4e8a8ce69bb0c17c2e71)](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)
 [![Quality Gate](https://camo.githubusercontent.com/a9947cd56fb6e99807644f46830a35c1c4d4555e/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f7175616c6974795f676174653f70726f6a6563743d6f72672e6170616368652e6b796c696e2533416b796c696e)](https://sonarcloud.io/dashboard/index/org.apache.kylin%3Akylin)[![SonarCloud Coverage](https://camo.githubusercontent.com/576fc0211eeafae5dd250ceaff1cf81135aae71a/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6 [...]
diff --git a/website/_dev/index.md b/website/_dev/index.md
index 4a1765d..808fd8a 100644
--- a/website/_dev/index.md
+++ b/website/_dev/index.md
@@ -19,8 +19,10 @@ Source Repo: [https://github.com/apache/kylin ](https://github.com/apache/kylin
 Mirrored to Gitbox: [https://gitbox.apache.org/repos/asf?p=kylin.git ](https://gitbox.apache.org/repos/asf?p=kylin.git )
 
 ### CI and Code Analysis
-UT on master branch with JDK 1.8: [Kylin-Master-JDK-1.8](https://builds.apache.org/job/Kylin-Master-JDK-1.8/) 
-Static Code Analysis: [SonarCube dashboard](https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin)
+
+Apache Kylin uses [GitHub Actions](https://github.com/apache/kylin/actions) to run the unit tests on Linux x86_64, and [TravisCI](https://app.travis-ci.com/github/apache/kylin) to test on Linux ARM64 and x86_64 architectures with JDK 1.8.
+
+Static Code Analysis: [SonarCube dashboard](https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin). Currently disabled!
 
 [![Build Status](https://travis-ci.org/apache/kylin.svg?branch=master)](https://travis-ci.org/apache/kylin)[![Codacy Badge](https://api.codacy.com/project/badge/Grade/74f0139786cd4e8a8ce69bb0c17c2e71)](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)
 [![Quality Gate](https://camo.githubusercontent.com/a9947cd56fb6e99807644f46830a35c1c4d4555e/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f7175616c6974795f676174653f70726f6a6563743d6f72672e6170616368652e6b796c696e2533416b796c696e)](https://sonarcloud.io/dashboard/index/org.apache.kylin%3Akylin)[![SonarCloud Coverage](https://camo.githubusercontent.com/576fc0211eeafae5dd250ceaff1cf81135aae71a/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6 [...]