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

zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8836042  [Feature][e2e] Suggest e2e test adapt M1 chip (#747)
8836042 is described below

commit 88360421d1ed42a11dad63b7c0053eba5017ee6f
Author: xiangzihao <[email protected]>
AuthorDate: Tue Mar 22 16:24:47 2022 +0800

    [Feature][e2e] Suggest e2e test adapt M1 chip (#747)
---
 development/en-us/e2e-test.md              | 7 +++++++
 development/zh-cn/e2e-test.md              | 5 +++++
 docs/en-us/2.0.5/user_doc/guide/upgrade.md | 2 +-
 docs/zh-cn/2.0.5/user_doc/guide/upgrade.md | 2 +-
 4 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/development/en-us/e2e-test.md b/development/en-us/e2e-test.md
index 5e46dd6..fd944ea 100644
--- a/development/en-us/e2e-test.md
+++ b/development/en-us/e2e-test.md
@@ -178,8 +178,15 @@ 
https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-e2e/dolphin
 
 ##  III. Supplements
 
+When running E2E tests locally, First, you need to start the local service, 
you can refer to this page: 
+[development-environment-setup](https://dolphinscheduler.apache.
+org/en-us/development/development-environment-setup.html)
+
 When running E2E tests locally, the `-Dlocal=true` parameter can be configured 
to connect locally and facilitate changes to the UI.
 
+When running E2E tests with `M1` chip, you can use `-Dm1_chip=true` parameter 
to configure containers supported by 
+`ARM64`.
+
 ![Dlocal](../../img/e2e-test/Dlocal.png)
 
 If a connection timeout occurs during a local run, increase the load time to a 
recommended 30 and above.
diff --git a/development/zh-cn/e2e-test.md b/development/zh-cn/e2e-test.md
index de6a6f1..4892b09 100644
--- a/development/zh-cn/e2e-test.md
+++ b/development/zh-cn/e2e-test.md
@@ -177,8 +177,13 @@ 
https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-e2e/dolphin
 
 ## 三、补充
 
+在本地运行的时候,首先需要启动相应的本地服务,可以参考该页面: [环境搭建](https://dolphinscheduler.apache.
+org/zh-cn/development/development-environment-setup.html)
+
 在本地运行 E2E 测试的时候,可以配置 `-Dlocal=true` 参数,用于连接本地,方便对于 UI 界面的更改。
 
+如果是`M1`芯片的机器,可以使用`-Dm1_chip=true` 参数,用于配置使用`ARM64`支持的容器。
+
 ![Dlocal](../../img/e2e-test/Dlocal.png)
 
 在本地运行过程中,如果出现连接超时,可增大加载时间,建议 30 及其以上。
diff --git a/docs/en-us/2.0.5/user_doc/guide/upgrade.md 
b/docs/en-us/2.0.5/user_doc/guide/upgrade.md
index 0f86c1a..6d42b2a 100644
--- a/docs/en-us/2.0.5/user_doc/guide/upgrade.md
+++ b/docs/en-us/2.0.5/user_doc/guide/upgrade.md
@@ -29,7 +29,7 @@ SPRING_DATASOURCE_PASSWORD="dolphinscheduler"
 
 - Execute database upgrade script
 
-    `sh ./script/create-dolphinscheduler.sh`
+    `sh ./script/upgrade-dolphinscheduler.sh`
 
 ## 5. Backend Service Upgrade.
 
diff --git a/docs/zh-cn/2.0.5/user_doc/guide/upgrade.md 
b/docs/zh-cn/2.0.5/user_doc/guide/upgrade.md
index e325c26..a5de95d 100644
--- a/docs/zh-cn/2.0.5/user_doc/guide/upgrade.md
+++ b/docs/zh-cn/2.0.5/user_doc/guide/upgrade.md
@@ -32,7 +32,7 @@ SPRING_DATASOURCE_PASSWORD="dolphinscheduler"
 
 - 执行数据库升级脚本
 
-`sh ./script/create-dolphinscheduler.sh`
+`sh ./script/upgrade-dolphinscheduler.sh`
 
 ## 5. 服务升级
 

Reply via email to