forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OWNER_ALIASES: Converge on sig-compute again
Without much thinking sig-node got introduced before. But in order to change incremenetally, we only use sig-compute by now, and the discussion about a potential split (into node and cluster) is deferred. Keeping sig-compute also helps to keep ownership of mainy tests clear. Signed-off-by: Fabian Deutsch <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
reviewers: | ||
- sig-node-reviewers | ||
- sig-compute-reviewers | ||
approvers: | ||
- sig-node-approvers | ||
- sig-compute-approvers | ||
labels: | ||
- area/virt-handler | ||
- area/virt-launcher | ||
- sig/node | ||
- sig/compute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
reviewers: | ||
- sig-node-reviewers | ||
- sig-compute-reviewers | ||
approvers: | ||
- sig-node-approvers | ||
- sig-compute-approvers | ||
labels: | ||
- area/virt-handler | ||
- sig/node | ||
- sig/compute |