diff --git "a/CESHI_ZHUANYONG/CI\345\217\212\344\273\243\347\240\201\351\227\250\347\246\201/CI-META\344\273\223\345\272\223\351\205\215\347\275\256\350\247\204\350\214\203.md" "b/CESHI_ZHUANYONG/CI\345\217\212\344\273\243\347\240\201\351\227\250\347\246\201/CI-META\344\273\223\345\272\223\351\205\215\347\275\256\350\247\204\350\214\203.md"
index e81af6558036e1ae342440df01d25a2e40e01b09..871a84e79105f1bb88aa7ff1a1ed0566d0c3f117 100644
--- "a/CESHI_ZHUANYONG/CI\345\217\212\344\273\243\347\240\201\351\227\250\347\246\201/CI-META\344\273\223\345\272\223\351\205\215\347\275\256\350\247\204\350\214\203.md"
+++ "b/CESHI_ZHUANYONG/CI\345\217\212\344\273\243\347\240\201\351\227\250\347\246\201/CI-META\344\273\223\345\272\223\351\205\215\347\275\256\350\247\204\350\214\203.md"
@@ -15,26 +15,7 @@
## toneconfs.yaml
公共测试用例配置文件,可以在globals.yaml和ci.yaml中引用。
-```yaml
-basic_test:
- tone_workspace: packageci
- tone_project: Anolis_Packages
- tone_test_suite: anolis-ci-test
- tone_test_conf: group=basic_test
- tone_test_case: check_license,check_specfile,check_codestyle
-rpm_test:
- tone_workspace: packageci
- tone_project: Anolis_Packages
- tone_test_suite: anolis-ci-test
- tone_test_conf: group=rpm_test
- tone_test_case: pkg_smoke_test,check_abi_diff,check_pkg_dependency
-custom_test:
- tone_workspace: packageci
- tone_project: Anolis_Packages
- tone_test_suite: anolis-ci-test
- tone_test_conf: group=custom_test
- tone_test_case: custom_script
-```
+
## globals.yaml
全局配置文件,指明组织仓库运行的测试任务和任务运行方式。