From e5ba58fcb7690ecc42784ef0aef6a6f436d5e567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=9B=E8=BF=8E=E6=9E=97?= <11816826+xin-yinglin@user.noreply.gitee.com> Date: Fri, 4 Nov 2022 09:51:53 +0000 Subject: [PATCH] add openeuler-ci/llvm-project.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 辛迎林 <11816826+xin-yinglin@user.noreply.gitee.com> --- openeuler-ci/llvm-project.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 openeuler-ci/llvm-project.yaml diff --git a/openeuler-ci/llvm-project.yaml b/openeuler-ci/llvm-project.yaml new file mode 100644 index 0000000..345f906 --- /dev/null +++ b/openeuler-ci/llvm-project.yaml @@ -0,0 +1,8 @@ +repo_name: llvm-project +container_level: l2 +init_shell: "echo hello\necho $?" +users: + - login_name: llvm-project + name: llvm-project + email: xinyinglin@huawei.com + gitee_id: llvm-project \ No newline at end of file -- Gitee