From 60d59764f7aab945802083e3d4fee1e27db2d1f7 Mon Sep 17 00:00:00 2001 From: charlie_li Date: Mon, 25 May 2020 10:41:47 +0800 Subject: [PATCH] add new repos for QA team --- repository/openeuler.yaml | 28 ++++++++++++++++++++++++---- sig/sig-QA/OWNERS | 2 ++ sig/sig-QA/README.md | 7 +++++++ sig/sig-QA/sig-QA.md | 8 ++++++++ sig/sig-QA/sig-QA_cn.md | 7 +++++++ 5 files changed, 48 insertions(+), 4 deletions(-) diff --git a/repository/openeuler.yaml b/repository/openeuler.yaml index ba3f5b09ca..0387c9bda0 100644 --- a/repository/openeuler.yaml +++ b/repository/openeuler.yaml @@ -51,6 +51,16 @@ repositories: protected_branches: - master type: public +- name: compiler-test + description: "Compiler-test repo contains functional test suites for two components: gcc and openjdk, including dejagnu, jtreg, etc" + protected_branches: + - master + type: public +- name: container-test + description: "The pubilc repo stores the source of container test-cases" + protected_branches: + - master + type: public - name: discussion description: "" protected_branches: @@ -81,11 +91,21 @@ repositories: protected_branches: - master type: public -- name: integration-test - description: "" +- name: system-integration-test + description: "The repo contains test suits for system integration test" protected_branches: - master - type: private + type: public +- name: tools + description: "The repo contains tools for improve test efficiency" + protected_branches: + - master + type: public +- name: package-reinforce-test + description: "The repo contains test suites in order to improve test coverage for key packages" + protected_branches: + - master + type: public - name: iSulad description: "" protected_branches: @@ -260,4 +280,4 @@ repositories: description: "A free and open-source compatibility layer that aims to allow mobile applications and mobile games developed for Android to run on GNU/Linux distributions" protected_branches: - master - type: public \ No newline at end of file + type: public diff --git a/sig/sig-QA/OWNERS b/sig/sig-QA/OWNERS index 4085e601de..a8e49f28ec 100644 --- a/sig/sig-QA/OWNERS +++ b/sig/sig-QA/OWNERS @@ -3,3 +3,5 @@ maintainers: - charlie_li - walkingwalk - kuhnchen18 +- speacher +- rigorous diff --git a/sig/sig-QA/README.md b/sig/sig-QA/README.md index 89fdde29c3..413f6bcb95 100644 --- a/sig/sig-QA/README.md +++ b/sig/sig-QA/README.md @@ -16,6 +16,8 @@ openEuler QA(质量保障)项目团队致力于如何更好的提升openEuler社 - charlie_li(@charlie_li),since October 2019 - wubodong(@walkingwalk),since November 2019 - kuhnchen(@kuhnchen18),since December 2019 +- speacher +- rigorous ### Committer列表 - ltx(@lutianxiong),since February 2020 @@ -38,3 +40,8 @@ repository地址: - https://gitee.com/openeuler/tp-qemu - https://gitee.com/openeuler/QA - https://gitee.com/openeuler/EulerRobot + - https://gitee.com/openeuler/compiler-test + - https://gitee.com/openeuler/package-reinforce-test + - https://gitee.com/openeuler/system-integration-test + - https://gitee.com/openeuler/container-test + - https://gitee.com/openeuler/tools diff --git a/sig/sig-QA/sig-QA.md b/sig/sig-QA/sig-QA.md index a792c17d89..4e65df3208 100644 --- a/sig/sig-QA/sig-QA.md +++ b/sig/sig-QA/sig-QA.md @@ -19,6 +19,11 @@ The repositories related to QA are listed below - https://gitee.com/openeuler/tp-qemu - https://gitee.com/openeuler/quality-assurance - https://gitee.com/openeuler/EulerRobot +- https://gitee.com/openeuler/compiler-test +- https://gitee.com/openeuler/package-reinforce-test +- https://gitee.com/openeuler/system-integration-test +- https://gitee.com/openeuler/container-test +- https://gitee.com/openeuler/tools ### Project Introduction https://gitee.com/openeuler/community/sig/sig-QA/ @@ -28,6 +33,9 @@ Maintainers - charlie_li(@charlie_li),since October 2019 - wubodong(@walkingwalk),since November 2019 - kuhnchen(@kuhnchen18),since December 2019 +- speacher +- rigorous + Committers - ltx(@lutianxiong),since February 2020 - Air9(@air9),since january 2020 diff --git a/sig/sig-QA/sig-QA_cn.md b/sig/sig-QA/sig-QA_cn.md index c87d0011ae..aa37b28d9e 100644 --- a/sig/sig-QA/sig-QA_cn.md +++ b/sig/sig-QA/sig-QA_cn.md @@ -16,12 +16,19 @@ openEuler QA(质量保障)项目团队致力于如何更好的提升openEuler社 - https://gitee.com/openeuler/tp-qemu - https://gitee.com/openeuler/QA - https://gitee.com/openeuler/EulerRobot + - https://gitee.com/openeuler/compiler-test + - https://gitee.com/openeuler/package-reinforce-test + - https://gitee.com/openeuler/system-integration-test + - https://gitee.com/openeuler/container-test + - https://gitee.com/openeuler/tools 维护人员: - wu_fengguang - charlie_li(@charlie_li),since October 2019 - wubodong(@walkingwalk),since November 2019 - kuhnchen(@kuhnchen18),since December 2019 + - speacher + - rigorous 邮件列表: - qa@openeuler.org -- Gitee