From e2ce5ba18abfd0a687f2665425093debb88276bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=90=8D?= <1477412247@qq.com> Date: Thu, 24 Sep 2020 15:55:19 +0800 Subject: [PATCH] update doc/tutorial.md. --- doc/tutorial.md | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index e9a78597..f5663e8a 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -48,39 +48,6 @@ Compass-CI 是一个可持续集成的软件平台。为开发者提供针对上 ## 使用Compass-CI -### 前提条件 - - -- 申请账号 - - 您可以通过向compass-ci@139.com发邮件申请,邮件标题为“apply account”,正文提供向开源社区提交过commit的url地址,以附件方式添加公钥即可。 - 邮件回复内容如下: - - account_uuird: xxxxxx - SCHED_HOST: xxx.xxx.xxx.xxx - SCHED_PORT: 10000 - -- 构建本地可以提交job的环境 - - - 下载lkp-tests, 安装依赖包并配置环境变量,命令如下所示。 - ```bash - git clone http://gitee.com/wu_fengguang/lkp-tests.git - cd lkp-tests - make install - ``` - - - 配置lab - - - 打开lkp-tests/include/lab/z9 - ```yaml - SCHED_HOST: ip - SCHED_PORT: port - ``` - - 新建$HOME/.config/compass-ci/defaults/$USER.yaml - ```yaml - lab: z9 - ``` - - 注册自己的仓库 如果您想在 git push 的时候, 自动触发测试, 那么需要把您的公开 git url 添加到如下仓库[upstream-repos](https://gitee.com/wu_fengguang/upstream-repos)。 -- Gitee