diff --git a/repository/openeuler.yaml b/repository/openeuler.yaml index 3bb3e8caf4b02bd53cef89c4d34679c9cd56115d..26ddaf85007fc09e5d4914978499b2c9253caa93 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: @@ -82,7 +92,17 @@ repositories: - master type: public - name: integration-test - description: "" + description: "The repo contains test suits for system integration test" + protected_branches: + - master + type: public +- name: test-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 @@ -201,6 +221,11 @@ repositories: protected_branches: - master type: public +- name: perlporter + description: "perl pacaking automation tool" + protected_branches: + - master + type: public - name: pacemaker-mgmt description: "Management Console for Pacemaker" protected_branches: @@ -272,3 +297,8 @@ repositories: protected_branches: - master type: public +- name: auto_py2to3 + description: "The ultimate purpose of the library is to enable automated and rapid code migration and provide automated testing." + protected_branches: + - master + type: public diff --git a/sig/sigs.yaml b/sig/sigs.yaml index 892d5561597c5f0a4a8e2f4de5dab88443657bb4..413fa88c2917798ac7151c7c022dbdada94f55bf 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -2855,6 +2855,8 @@ sigs: - openeuler/openEuler-bootstrap - openeuler/abichecker - openeuler/pyporter + - openeuler/perlporter + - openeuler/auto_py2to3 - name: sig-mate-desktop repositories: - openeuler/mate-desktop