Skip to content

Commit

Permalink
Add sig-buildsystem owners and aliases
Browse files Browse the repository at this point in the history
Adds some more reviewers to the sig-buildsystem, also places some OWNERS
files and extends the group of reviewers.

Furthermore modifies bump-kubevirtci to restore the OWNERS file after
actual update of kubevirtci.

Signed-off-by: Daniel Hiller <[email protected]>
  • Loading branch information
dhiller committed Feb 19, 2024
1 parent 1e75a49 commit 5b60624
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 8 deletions.
4 changes: 3 additions & 1 deletion OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ filters:
emeritus_approvers:
- emeritus_approvers

"BUILD.bazel|WORKSPACE":
"BUILD.bazel|WORKSPACE|.bazel.*|.fossa.yml|cluster-up-sha.txt":
reviewers:
- sig-buildsystem-reviewers
approvers:
- sig-buildsystem-approvers
labels:
- sig/buildsystem
2 changes: 2 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ aliases:
- dhiller
sig-buildsystem-reviewers:
- brianmcarey
- enp0s3
- xpivarc

#
# SIG Architecture
Expand Down
6 changes: 6 additions & 0 deletions automation/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
reviewers:
- sig-buildsystem-reviewers
approvers:
- sig-buildsystem-approvers
labels:
- sig/buildsystem
2 changes: 1 addition & 1 deletion cluster-up-sha.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9287bdefdaef132ca6f2b6266e27e33c5361da82
f97dbf947456a59f8cd4e1c3b2dc7444bbe9a920
6 changes: 6 additions & 0 deletions cluster-up/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
reviewers:
- sig-buildsystem-reviewers
approvers:
- sig-buildsystem-approvers
labels:
- sig/buildsystem
23 changes: 17 additions & 6 deletions hack/OWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
reviewers:
- sig-scale-reviewers
approvers:
- sig-scale-approvers
labels:
- sig/scale
filters:

".*":
reviewers:
- sig-buildsystem-reviewers
approvers:
- sig-buildsystem-approvers
labels:
- sig/buildsystem

".*perf.*":
reviewers:
- sig-scale-reviewers
approvers:
- sig-scale-approvers
labels:
- sig/scale
6 changes: 6 additions & 0 deletions hack/builder/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
reviewers:
- sig-buildsystem-reviewers
approvers:
- sig-buildsystem-approvers
labels:
- sig/buildsystem
1 change: 1 addition & 0 deletions hack/sync-kubevirtci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if [[ "$download_cluster_up" == true ]]; then
echo "downloading cluster-up"
rm -rf cluster-up
curl --fail -L https://github.com/kubevirt/kubevirtci/archive/refs/tags/${kubevirtci_git_hash}.tar.gz | tar xz kubevirtci-${kubevirtci_git_hash}/cluster-up --strip-component 1
git restore cluster-up/OWNERS

echo ${kubevirtci_git_hash} >${version_file}
new_sha=$(getClusterUpShasum)
Expand Down

0 comments on commit 5b60624

Please sign in to comment.