diff --git a/openeuler-ci/OmniAdaptor.yaml b/openeuler-ci/OmniAdaptor.yaml new file mode 100644 index 0000000000000000000000000000000000000000..851b969fa149fec8e88ddb54b9e955a1389ed6df --- /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 diff --git a/openeuler-ci/OmniStateStore.yaml b/openeuler-ci/OmniStateStore.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e2adaabff18ef2d8856d66651fa1001aec8ea133 --- /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 diff --git a/src/ac/framework/ac.yaml b/src/ac/framework/ac.yaml index 58c8c5a93376daa18e1eef3a578b39e7c553a631..98cb762e160c42a07d1555a18832a09ecf4cf0fb 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", "llvm-project"] + "krun","OmniStream","Gluten","OmniOperator", "llvm-project","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"]