From 27ae539ae8724416057206cdb3ff8bb20922d978 Mon Sep 17 00:00:00 2001 From: muhuiqin <3508807397@qq.com> Date: Mon, 18 Aug 2025 03:58:10 +0000 Subject: [PATCH 1/2] add openeuler-ci/OmniStream.yaml. Signed-off-by: muhuiqin <3508807397@qq.com> --- openeuler-ci/OmniStream.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openeuler-ci/OmniStream.yaml diff --git a/openeuler-ci/OmniStream.yaml b/openeuler-ci/OmniStream.yaml new file mode 100644 index 0000000..55ec357 --- /dev/null +++ b/openeuler-ci/OmniStream.yaml @@ -0,0 +1,12 @@ +repo_name: OmniStream +container_level: l1 +init_shell: "echo hello\necho $?" +user: + - login_name: muhuiqin + name: muhuiqin + email: muhuiqin@h-partners.com + gitee_id: mu-huiqin + - login_name: weihaobin + name: weihaobin + email: weihaobin1@h-partners.com + gitee_id: micro_cloud_111 \ No newline at end of file -- Gitee From e0dc73fcbd735f438bd6309723ea540d49140c44 Mon Sep 17 00:00:00 2001 From: muhuiqin <3508807397@qq.com> Date: Mon, 18 Aug 2025 04:03:57 +0000 Subject: [PATCH 2/2] update src/ac/framework/ac.yaml. Signed-off-by: muhuiqin <3508807397@qq.com> --- src/ac/framework/ac.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ac/framework/ac.yaml b/src/ac/framework/ac.yaml index a8821c8..337a5a6 100644 --- a/src/ac/framework/ac.yaml +++ b/src/ac/framework/ac.yaml @@ -78,7 +78,7 @@ openeuler: "oeAware-collector", "libkperf", "virtCCA_sdk", "virtCCA_driver", "dim", "dim_tools", "oeAware-manager", "authHub", "sysSentry", "sysmonitor", "oeAware-scenario", "oeAware-tune", "openEuler-portal", "opendesign-datastat", "quick-issue", "easy-software", "oeDeploy", "global-trust-authority", "UNT", "jiuwen-deepsearch", - "krun"] + "krun","OmniStream"] commit_msg: hint: commit_msg module: commit_msg.check_commit_msg @@ -94,5 +94,5 @@ openeuler: hint: check_anti_poisoning module: anti_poisoning.check_anti_poisoning entry: CheckAntiPoisoning - allow_list: ["aops-apollo", "iSulad",] + allow_list: ["aops-apollo", "iSulad","OmniStream"] -- Gitee