-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add prow OWNERS file * chore: add default approvers for other folders * ci: fix build.rs * ci: fix check.sh
- Loading branch information
Showing
5 changed files
with
124 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
approvers: | ||
- sig-approvers |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Sort the member alphabetically. | ||
aliases: | ||
sig-approvers: # default approvers for the repo on rest folders. | ||
- cfzjywxk | ||
- lance6716 | ||
- overvenus | ||
- you06 | ||
- YuJuncen | ||
sig-approvers-pb: # default approvers for `proto` folder | ||
- kevin-xialiu | ||
- yudongusa | ||
- zhangjinpeng1987 | ||
sig-approvers-pb-autoid: [bb7133, tiancaiamao] | ||
sig-approvers-pb-br: [BornChanger, overvenus] | ||
sig-approvers-pb-import: [BornChanger, D3Hunter, lance6716] | ||
sig-approvers-pb-cdc: [flowbehappy, overvenus] | ||
sig-approvers-pb-config: [overvenus] | ||
sig-approvers-pb-coprocessor: [cfzjywxk] | ||
sig-approvers-pb-deadlock: [MyonKeminta, cfzjywxk] | ||
sig-approvers-pb-debug: [cfzjywxk] | ||
sig-approvers-pb-pd: [niubell, rleungx] | ||
sig-approvers-pb-raftstore: [tonyxuqqi, overvenus] | ||
sig-approvers-pb-tikv: [tonyxuqqi] | ||
sig-approvers-pb-error: [cfzjywxk] | ||
sig-approvers-pb-kvrpc: [cfzjywxk] | ||
sig-approvers-pb-trace: [you06] |
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 |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
options: | ||
no_parent_owners: true | ||
filters: | ||
"^autoid\\.proto$": | ||
approvers: [sig-approvers-pb-autoid] | ||
"^brpb\\.proto$": | ||
approvers: [sig-approvers-pb-br] | ||
"^cdcpb\\.proto$": | ||
approvers: [sig-approvers-pb-cdc] | ||
"^configpb\\.proto$": | ||
approvers: [sig-approvers-pb-config] | ||
"^coprocessor\\.proto$": | ||
approvers: [sig-approvers-pb-coprocessor] | ||
"^deadlock\\.proto$": | ||
approvers: [sig-approvers-pb-deadlock] | ||
"^debugpb\\.proto$": | ||
approvers: [sig-approvers-pb-debug] | ||
"^disk_usage\\.proto$": | ||
approvers: [sig-approvers-pb-raftstore] | ||
"^errorpb\\.proto$": | ||
approvers: [sig-approvers-pb-error] | ||
"^encryptionpb\\.proto$": | ||
approvers: [sig-approvers-pb-raftstore] | ||
"^enginepb\\.proto$": | ||
approvers: [sig-approvers-pb-raftstore] | ||
"^import_kvpb\\.proto$": | ||
approvers: [sig-approvers-pb-import] | ||
"^import_sstpb\\.proto$": | ||
approvers: [sig-approvers-pb-import] | ||
"^kvrpcpb\\.proto$": | ||
approvers: [sig-approvers-kvrpc] | ||
"^logbackuppb\\.proto$": | ||
approvers: [sig-approvers-pb-br] | ||
"^metapb\\.proto$": | ||
approvers: [sig-approvers-pb-raftstore] | ||
"^raft_cmdpb\\.proto$": | ||
approvers: [sig-approvers-pb-raftstore] | ||
"^raft_serverpb\\.proto$": | ||
approvers: [sig-approvers-pb-raftstore] | ||
"^recoverdatapb\\.proto$": | ||
approvers: [sig-approvers-pb-br] | ||
"^resource_manager\\.proto$": | ||
approvers: [sig-approvers-pb-raftstore] | ||
"^tikvpb\\.proto$": | ||
approvers: [sig-approvers-pb-tikv, sig-approvers-pb-kvprc] | ||
"^tracepb\\.proto$": | ||
approvers: [sig-approvers-pb-trace] | ||
"^pdpb\\.proto$": | ||
approvers: [sig-approvers-pb-pd] | ||
"^keyspacepb\\.proto$": | ||
approvers: [sig-approvers-pb-pd] | ||
"^schedulingpb\\.proto$": | ||
approvers: [sig-approvers-pb-pd] | ||
"^tsopb\\.proto$": | ||
approvers: [sig-approvers-pb-pd] | ||
"^meta_storagepb\\.proto$": | ||
approvers: [sig-approvers-pb-pd] | ||
|
||
### If the special file need to be controlled by a SIG, please uncomment it and fill the approvers. | ||
# "^diagnosticspb\\.proto$": | ||
# approvers: [] | ||
# "^disaggregated\\.proto$": | ||
# approvers: [] | ||
# "^gcpb\\.proto$": | ||
# approvers: [] | ||
# "^mpp\\.proto$": | ||
# approvers: [] | ||
# "^replication_modepb\\.proto$": | ||
# approvers: [] | ||
# "^resource_usage_agent\\.proto$": | ||
# approvers: [] | ||
|
||
# For rest files. | ||
".*": | ||
approvers: [sig-approvers-pb] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ check-protos-compatible() { | |
export PATH=$GOPATH/bin:$PATH | ||
|
||
if [ ! -f "$GOPATH/bin/protolock" ]; then | ||
GO111MODULE=off go install github.com/nilslice/protolock/cmd/[email protected] | ||
go install github.com/nilslice/protolock/cmd/[email protected] || exit 1 | ||
fi | ||
|
||
if protolock status -lockdir=scripts -protoroot=proto; then | ||
|