From 2f5aff505707b2bfba707fd6cc46a3cd85d988ff Mon Sep 17 00:00:00 2001 From: magickli Date: Fri, 7 Mar 2025 07:46:04 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E7=94=B3=E8=AF=B7jenkins=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E5=AF=B9=E6=8E=A5global-trust-authority=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BB=93=E9=97=A8=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: magickli --- openeuler-ci/global-trust-authority.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 openeuler-ci/global-trust-authority.yaml diff --git a/openeuler-ci/global-trust-authority.yaml b/openeuler-ci/global-trust-authority.yaml new file mode 100644 index 0000000..fabe042 --- /dev/null +++ b/openeuler-ci/global-trust-authority.yaml @@ -0,0 +1,16 @@ +repo_name: global-trust-authority +container_level: l1 +init_shell: "echo hello\necho $?" +users: + - login_name: houmingyong + name: houmingyong + email: houmingyong@huawei.com + gitee_id: houmingyong + - login_name: yang8621 + name: Huang Yang + email: huangyang79@huawei.com + gitee_id: yang8621 + - login_name: magickli + name: liqiang + email: liqiang237@huawei.com + gitee_id: magickli \ No newline at end of file -- Gitee From 91cbcf9c50d3fcd95e6f14cfece6afd81a1eefea Mon Sep 17 00:00:00 2001 From: magickli Date: Fri, 7 Mar 2025 07:59:15 +0000 Subject: [PATCH 2/2] update openeuler-ci/global-trust-authority.yaml. Signed-off-by: magickli --- openeuler-ci/global-trust-authority.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openeuler-ci/global-trust-authority.yaml b/openeuler-ci/global-trust-authority.yaml index fabe042..b895b3b 100644 --- a/openeuler-ci/global-trust-authority.yaml +++ b/openeuler-ci/global-trust-authority.yaml @@ -13,4 +13,5 @@ users: - login_name: magickli name: liqiang email: liqiang237@huawei.com - gitee_id: magickli \ No newline at end of file + gitee_id: magickli + \ No newline at end of file -- Gitee