From e561ab43f1bef79d9e9532318f56f43adc85e532 Mon Sep 17 00:00:00 2001 From: maozzi Date: Tue, 13 Dec 2022 13:55:00 +0800 Subject: [PATCH] init --- packages/c/community-maozzi/ci.yaml | 8 +++++--- packages/c/community/ci.yaml | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/c/community-maozzi/ci.yaml b/packages/c/community-maozzi/ci.yaml index c9c7545..0228b22 100644 --- a/packages/c/community-maozzi/ci.yaml +++ b/packages/c/community-maozzi/ci.yaml @@ -5,8 +5,10 @@ test: code_test: tone_test: basic_test server_config: '{product}-anck-x86_64' - test_task_4: - tone_test: script + sig_test: + tone_test: custom_test entry: check-sig-pr.sh #测试脚本需要放到ci.yaml同级目录中 server_config: '{product}-anck-x86_64' - force_check: True \ No newline at end of file + force_check: True + parallel: + - code_test, sig_test \ No newline at end of file diff --git a/packages/c/community/ci.yaml b/packages/c/community/ci.yaml index 4234940..ac784af 100644 --- a/packages/c/community/ci.yaml +++ b/packages/c/community/ci.yaml @@ -9,4 +9,6 @@ test: tone_test: custom_test entry: check-sig-pr.sh #测试脚本需要放到ci.yaml同级目录中 server_config: '{product}-anck-x86_64' - force_check: True \ No newline at end of file + force_check: True + parallel: + - code_test, sig_test \ No newline at end of file -- Gitee