diff --git a/packages/c/community/ci.yaml b/packages/c/community/ci.yaml index ac784afdb39e5bc6276a4116c2e0840c553fba6d..bae52a76c0e128e2dd724f305407dc6ee404d0c4 100644 --- a/packages/c/community/ci.yaml +++ b/packages/c/community/ci.yaml @@ -2,13 +2,8 @@ repo: git_url: https://gitee.com/openanolis-copy/community.git trigger_mode: pr test: - code_test: - tone_test: basic_test - server_config: '{product}-anck-x86_64' sig_test: tone_test: custom_test entry: check-sig-pr.sh #测试脚本需要放到ci.yaml同级目录中 server_config: '{product}-anck-x86_64' - force_check: True - parallel: - - code_test, sig_test \ No newline at end of file + force_check: True \ No newline at end of file