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 <mgrigo...@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) ,当前不可用 [](https://travis-ci.org/apache/kylin)[](https://www.codacy.com/app/kyligence-git/kylin?utm_source=github.com&utm_medium=referral&utm_content=apache/kylin&utm_campaign=Badge_Grade) [](https://sonarcloud.io/dashboard/index/org.apache.kylin%3Akylin)[ ### 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! [](https://travis-ci.org/apache/kylin)[](https://www.codacy.com/app/kyligence-git/kylin?utm_source=github.com&utm_medium=referral&utm_content=apache/kylin&utm_campaign=Badge_Grade) [](https://sonarcloud.io/dashboard/index/org.apache.kylin%3Akylin)[![SonarCloud Coverage](https://camo.githubusercontent.com/576fc0211eeafae5dd250ceaff1cf81135aae71a/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6 [...]