Skip to content

Commit

Permalink
community, wg-arch, arm: subprojects, wg and charter
Browse files Browse the repository at this point in the history
ARM architecture subprojects and working group:
* an entry to sigs.yaml that contains details about the ARM WG,
* the charter document, which needs to get updated by the wg members,
* subprojects for sig-buildsystem and sig-ci with basic OWNERS
  references

Signed-off-by: Daniel Hiller <[email protected]>
  • Loading branch information
dhiller committed Sep 30, 2024
1 parent d98bb0d commit c581788
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
30 changes: 30 additions & 0 deletions sigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ sigs:
- https://raw.githubusercontent.com/kubevirt/kubevirt/main/OWNERS
- https://raw.githubusercontent.com/kubevirt/kubevirtci/main/OWNERS
- https://raw.githubusercontent.com/kubevirt/containerized-data-importer/main/OWNERS
- name: arch-arm
description: |
The arch-arm subproject takes care of all matters related to building and compiling for arm architecture.
leads:
- github: zhlhahaha
name: "Howard Zhang"
company: ARM
owners:
- https://raw.githubusercontent.com/kubevirt/kubevirt/main/OWNERS
- https://raw.githubusercontent.com/kubevirt/kubevirtci/main/OWNERS
mission_statement: |
SIG buildsystem takes care of all things building and automating for the KubeVirt project - they ensure new and existing contributors have a smooth contribution experience, i.o.w. contributors shouldn't have the feeling that they are wasting their time.
This includes bazel, test automation and updates, also support of failing builds or test lanes in case of infrastructural or configuration problems.
Expand Down Expand Up @@ -237,6 +247,15 @@ sigs:
company: IBM
owners:
- https://raw.githubusercontent.com/kubevirt/project-infra/main/OWNERS
- name: ci-arm
description: |
The ciarch-arm subproject takes care of all matters related to CI for arm architecture.
leads:
- github: zhlhahaha
name: "Howard Zhang"
company: ARM
owners:
- https://raw.githubusercontent.com/kubevirt/project-infra/main/OWNERS
workinggroups:
- dir: wg-arch-s390x
name: S390x architecture working group
Expand All @@ -255,6 +274,17 @@ workinggroups:
- github: vamsikrishna-siddu
name: "vamsikrishna-siddu"
company: IBM
- dir: wg-arch-arm
name: ARM architecture working group
mission_statement: |
WG ARCH ARM takes care of all things related to supporting ARM architecture on KubeVirt clusters.
This includes all build processes, also support of failing builds or test lanes.
label: wg-arch-arm
leadership:
chairs:
- github: zhlhahaha
name: "Howard Zhang"
company: ARM
usergroups:
- dir: kubevirt-community
name: KubeVirt Community
Expand Down
33 changes: 33 additions & 0 deletions wg-arch-arm/charter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# WG ARM architecture Charter

## Scope

The ARM architecture working group takes care of all things related to supporting ARM architecture on KubeVirt clusters.
This includes all build processes, also support of failing builds or test lanes.

## Governance

### Stakeholder SIGs

#### sig-buildsystem

subprojects:
* arch-arm

#### sig-ci

subprojects:
* arch-arm

### Roles and responsibilities

#### Chairs
- @zhlhahaha

#### Subproject leads

##### sig-buildsystem
- @zhlhahaha

##### sig-ci
- @zhlhahaha

0 comments on commit c581788

Please sign in to comment.