From 08390e53b27e32a00158473809fce013438d92a4 Mon Sep 17 00:00:00 2001 From: muhuiqin <3508807397@qq.com> Date: Mon, 22 Sep 2025 08:20:58 +0000 Subject: [PATCH 1/3] add openeuler-ci/OmniAdaptor.yaml. Signed-off-by: muhuiqin <3508807397@qq.com> --- openeuler-ci/OmniAdaptor.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 openeuler-ci/OmniAdaptor.yaml diff --git a/openeuler-ci/OmniAdaptor.yaml b/openeuler-ci/OmniAdaptor.yaml new file mode 100644 index 0000000..851b969 --- /dev/null +++ b/openeuler-ci/OmniAdaptor.yaml @@ -0,0 +1,8 @@ +repo_name: OmniAdaptor +container_level: l1 +init_shell: "echo hello\necho $?" +user: + - login_name: muhuiqin + name: muhuiqin + email: muhuiqin@h-partners.com + gitee_id: mu-huiqin \ No newline at end of file -- Gitee From c949de40ed868d0e63c172468be80725fe8064be Mon Sep 17 00:00:00 2001 From: muhuiqin <3508807397@qq.com> Date: Mon, 22 Sep 2025 08:22:26 +0000 Subject: [PATCH 2/3] add openeuler-ci/OmniStateStore.yaml. Signed-off-by: muhuiqin <3508807397@qq.com> --- openeuler-ci/OmniStateStore.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 openeuler-ci/OmniStateStore.yaml diff --git a/openeuler-ci/OmniStateStore.yaml b/openeuler-ci/OmniStateStore.yaml new file mode 100644 index 0000000..e2adaab --- /dev/null +++ b/openeuler-ci/OmniStateStore.yaml @@ -0,0 +1,8 @@ +repo_name: OmniStateStore +container_level: l1 +init_shell: "echo hello\necho $?" +user: + - login_name: muhuiqin + name: muhuiqin + email: muhuiqin@h-partners.com + gitee_id: mu-huiqin \ No newline at end of file -- Gitee From d1449579816b4056d1c01d5f676f23b37dcd5c6c Mon Sep 17 00:00:00 2001 From: muhuiqin <3508807397@qq.com> Date: Mon, 22 Sep 2025 08:24:46 +0000 Subject: [PATCH 3/3] 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 ab542d5..9501ab9 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","OmniStream","Gluten","OmniOperator"] + "krun","OmniStream","Gluten","OmniOperator","OmniStateStore","OmniAdaptor"] 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","OmniStream","Gluten","OmniOperator"] + allow_list: ["aops-apollo", "iSulad","OmniStream","Gluten","OmniOperator","OmniStateStore","OmniAdaptor"] -- Gitee