diff --git "a/CESHI_ZHUANYONG/CI\345\217\212\344\273\243\347\240\201\351\227\250\347\246\201/\346\227\245\345\277\227\346\226\207\344\273\266/710/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/\346\227\245\345\277\227\346\226\207\344\273\266/710/CI-META\344\273\223\345\272\223\351\205\215\347\275\256\350\247\204\350\214\203.md" index 902c193d5f5dcf19277b454e276614b16f1ffae0..614cbe570056347caf469ff8fcd12762baace7d5 100644 --- "a/CESHI_ZHUANYONG/CI\345\217\212\344\273\243\347\240\201\351\227\250\347\246\201/\346\227\245\345\277\227\346\226\207\344\273\266/710/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/\346\227\245\345\277\227\346\226\207\344\273\266/710/CI-META\344\273\223\345\272\223\351\205\215\347\275\256\350\247\204\350\214\203.md" @@ -5,26 +5,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 全局配置文件,指明组织仓库运行的测试任务和任务运行方式。