Merge pull request #45441 from cjwagner/test-owners-no-default

Automatic merge from submit-queue (batch tested with PRs 45508, 44258, 44126, 45441, 45320)

Removed 'default' row from test_owners.csv and Updated update_owners.py

**What this PR does / why we need it**:
Removes the 'default' row from test_owners.csv and the validation/update logic associated with it in update_owners.py.  
The 'default' row is being removed because it results in too many issues being assigned to the default test owners when issues are automatically generated.

**Release note**:

```release-note
NONE
```
/assign
This commit is contained in:
Kubernetes Submit Queue
2017-05-08 16:34:46 -07:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
name,owner,auto-assigned,sig
DEFAULT,rmmh/spxtr/ixdy/apelisse/fejta,0,
Addon update should propagate add-on file changes,eparis,1,
AppArmor should enforce an AppArmor profile,derekwaynecarr,0,node
AppArmor when running with AppArmor should enforce a permissive profile,yujuhong,1,node
1 name owner auto-assigned sig
DEFAULT rmmh/spxtr/ixdy/apelisse/fejta 0
2 Addon update should propagate add-on file changes eparis 1
3 AppArmor should enforce an AppArmor profile derekwaynecarr 0 node
4 AppArmor when running with AppArmor should enforce a permissive profile yujuhong 1 node