diff --git a/openeuler-ci/Gluten.yaml b/openeuler-ci/Gluten.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2cf6b0336be8e5a513f23b68c275b307dc17dde9 --- /dev/null +++ b/openeuler-ci/Gluten.yaml @@ -0,0 +1,8 @@ +repo_name: Gluten +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/OmniOperator.yaml b/openeuler-ci/OmniOperator.yaml new file mode 100644 index 0000000000000000000000000000000000000000..716c740b9ab293b55569c0b8e7c156de5a01d302 --- /dev/null +++ b/openeuler-ci/OmniOperator.yaml @@ -0,0 +1,12 @@ +repo_name: OmniOperator +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: huangyuyang + name: huangyuyang + email: huangyuyang1@huawei.com + gitee_id: hyycyan_cyan \ No newline at end of file diff --git a/src/ac/framework/ac.yaml b/src/ac/framework/ac.yaml index 337a5a648290d189b695108f8e5fa1a7352bb26f..ab542d54b49560ed85f2850c3a31a1bbe1c9e63a 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"] + "krun","OmniStream","Gluten","OmniOperator"] 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"] + allow_list: ["aops-apollo", "iSulad","OmniStream","Gluten","OmniOperator"]