From 6ab4c11aff130b2947f30207c13bd760213ab471 Mon Sep 17 00:00:00 2001 From: WB01533938 Date: Wed, 10 Jul 2024 15:01:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E7=9B=AE=E5=BD=95=E4=B8=8B?= =?UTF-8?q?=E5=8F=AA=E6=9C=89maintainer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...15\347\275\256\350\247\204\350\214\203.md" | 21 +------------------ 1 file changed, 1 insertion(+), 20 deletions(-) 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 e81af65..871a84e 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 全局配置文件,指明组织仓库运行的测试任务和任务运行方式。 -- Gitee