Automated bazel and owner changes

This commit is contained in:
nikhiljindal 2016-11-09 17:52:51 -08:00
parent 14246a9494
commit 90645ce2b7

View File

@ -142,27 +142,43 @@ Federated Services Service creation should create matching services in underlyin
Federated Services Service creation should succeed,rmmh,1
Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to connect to a federated ingress via its load balancer,rmmh,1
Federated ingresses Federated Ingresses should be created and deleted successfully,dchen1107,1
Federated ingresses Federated Ingresses should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0
Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters,ghodss,1
Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0
Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0
Federation API server authentication should accept cluster resources when the client has right authentication credentials,davidopp,1
Federation API server authentication should not accept cluster resources when the client has invalid authentication credentials,yujuhong,1
Federation API server authentication should not accept cluster resources when the client has no authentication credentials,nikhiljindal,1
Federation apiserver Admission control should not be able to create resources if namespace does not exist,alex-mohr,1
Federation apiserver Cluster objects should be created and deleted successfully,ghodss,1
Federation daemonsets DaemonSet objects should be created and deleted successfully,nikhiljindal,0
Federation daemonsets DaemonSet objects should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0
Federation daemonsets DaemonSet objects should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0
Federation daemonsets DaemonSet objects should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0
Federation deployments Deployment objects should be created and deleted successfully,soltysh,1
Federation deployments Federated Deployment should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0
Federation deployments Federated Deployment should create and update matching deployments in underling clusters,soltysh,1
Federation deployments Federated Deployment should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0
Federation deployments Federated Deployment should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0
Federation events Event objects should be created and deleted successfully,karlkfi,1
Federation namespace Namespace objects all resources in the namespace should be deleted when namespace is deleted,nikhiljindal,0
Federation namespace Namespace objects should be created and deleted successfully,xiang90,1
Federation namespace Namespace objects should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0
Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0
Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0
Federation replicasets Federated ReplicaSet should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0
Federation replicasets Federated ReplicaSet should create and update matching replicasets in underling clusters,childsb,1
Federation replicasets Federated ReplicaSet should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0
Federation replicasets Federated ReplicaSet should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0
Federation replicasets ReplicaSet objects should be created and deleted successfully,apelisse,1
Federation secrets Secret objects should be created and deleted successfully,pmorie,1
Federation secrets Secret objects should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0
Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0
Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0
GCP Volumes GlusterFS should be mountable,rkouj,0
GCP Volumes NFSv4 should be mountable for NFSv4,rkouj,0
GCP Volumes GlusterFS should be mountable,nikhiljindal,0
GCP Volumes NFSv4 should be mountable for NFSv4,nikhiljindal,0
GKE local SSD should write and read from node local SSD,fabioy,0
GKE node pools should create a cluster with multiple node pools,fabioy,1
Garbage collector should delete pods created by rc when not orphaning,justinsb,1
@ -172,6 +188,8 @@ Garbage collector should orphan pods created by rc if deleteOptions.OrphanDepend
"Generated release_1_5 clientset should create v2alpha1 cronJobs, delete cronJobs, watch cronJobs",soltysh,1
HA-master pods survive addition/removal different zones,rkouj,0
HA-master pods survive addition/removal same zone,rkouj,0
HA-master pods survive addition/removal different zones,nikhiljindal,0
HA-master pods survive addition/removal same zone,nikhiljindal,0
Hazelcast should create and scale hazelcast,mikedanese,1
Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5,jszczepkowski,0
Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 5 pods to 3 pods and from 3 to 1,jszczepkowski,0

1 name owner auto-assigned
142 Federated Services Service creation should succeed rmmh 1
143 Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to connect to a federated ingress via its load balancer rmmh 1
144 Federated ingresses Federated Ingresses should be created and deleted successfully dchen1107 1
145 Federated ingresses Federated Ingresses should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0
146 Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters ghodss 1
147 Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0
148 Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0
149 Federation API server authentication should accept cluster resources when the client has right authentication credentials davidopp 1
150 Federation API server authentication should not accept cluster resources when the client has invalid authentication credentials yujuhong 1
151 Federation API server authentication should not accept cluster resources when the client has no authentication credentials nikhiljindal 1
152 Federation apiserver Admission control should not be able to create resources if namespace does not exist alex-mohr 1
153 Federation apiserver Cluster objects should be created and deleted successfully ghodss 1
154 Federation daemonsets DaemonSet objects should be created and deleted successfully nikhiljindal 0
155 Federation daemonsets DaemonSet objects should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0
156 Federation daemonsets DaemonSet objects should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0
157 Federation daemonsets DaemonSet objects should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0
158 Federation deployments Deployment objects should be created and deleted successfully soltysh 1
159 Federation deployments Federated Deployment should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0
160 Federation deployments Federated Deployment should create and update matching deployments in underling clusters soltysh 1
161 Federation deployments Federated Deployment should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0
162 Federation deployments Federated Deployment should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0
163 Federation events Event objects should be created and deleted successfully karlkfi 1
164 Federation namespace Namespace objects all resources in the namespace should be deleted when namespace is deleted nikhiljindal 0
165 Federation namespace Namespace objects should be created and deleted successfully xiang90 1
166 Federation namespace Namespace objects should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0
167 Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0
168 Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0
169 Federation replicasets Federated ReplicaSet should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0
170 Federation replicasets Federated ReplicaSet should create and update matching replicasets in underling clusters childsb 1
171 Federation replicasets Federated ReplicaSet should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0
172 Federation replicasets Federated ReplicaSet should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0
173 Federation replicasets ReplicaSet objects should be created and deleted successfully apelisse 1
174 Federation secrets Secret objects should be created and deleted successfully pmorie 1
175 Federation secrets Secret objects should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0
176 Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0
177 Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0
178 GCP Volumes GlusterFS should be mountable rkouj 0
179 GCP Volumes NFSv4 should be mountable for NFSv4 rkouj 0
180 GCP Volumes GlusterFS should be mountable nikhiljindal 0
181 GCP Volumes NFSv4 should be mountable for NFSv4 nikhiljindal 0
182 GKE local SSD should write and read from node local SSD fabioy 0
183 GKE node pools should create a cluster with multiple node pools fabioy 1
184 Garbage collector should delete pods created by rc when not orphaning justinsb 1
188 Generated release_1_5 clientset should create v2alpha1 cronJobs, delete cronJobs, watch cronJobs soltysh 1
189 HA-master pods survive addition/removal different zones rkouj 0
190 HA-master pods survive addition/removal same zone rkouj 0
191 HA-master pods survive addition/removal different zones nikhiljindal 0
192 HA-master pods survive addition/removal same zone nikhiljindal 0
193 Hazelcast should create and scale hazelcast mikedanese 1
194 Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5 jszczepkowski 0
195 Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 5 pods to 3 pods and from 3 to 1 jszczepkowski 0