Skip to content

Commit

Permalink
codeowners: add field-engineering team
Browse files Browse the repository at this point in the history
Adding field engineering in preparation of owning the code we are contributing.

Epic: none

Release note: None

Release justification: required for backporting Ceph tests (e.g. #138172)
  • Loading branch information
BramGruneir committed Jan 14, 2025
1 parent 3c00529 commit 3c7d724
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TEAMS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ cockroachdb/release-eng:
cockroachdb/upgrade-prs: other
label: T-release
triage_column_id: 9149730
cockroachdb/field-engineering:
# Field Eng isn't currently using github projects.
label: T-field-eng
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/registry/owners.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const (
OwnerStorage Owner = `storage`
OwnerTestEng Owner = `test-eng`
OwnerDevInf Owner = `dev-inf`
OwnerFieldEng Owner = `field-engineering`
)

// IsValid returns true if the owner is valid, i.e. it has a corresponding team
Expand Down
3 changes: 3 additions & 0 deletions pkg/internal/team/TEAMS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ cockroachdb/release-eng:
cockroachdb/upgrade-prs: other
label: T-release
triage_column_id: 9149730
cockroachdb/field-engineering:
# Field Eng isn't currently using github projects.
label: T-field-eng

0 comments on commit 3c7d724

Please sign in to comment.