mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #29944 from a-robinson/auto
Automatic merge from submit-queue Give away my e2e tests.
This commit is contained in:
		@@ -30,7 +30,7 @@ OWNERS_PATH = os.path.abspath(
 | 
				
			|||||||
    os.path.join(BASE_DIR, '..', 'test', 'test_owners.csv'))
 | 
					    os.path.join(BASE_DIR, '..', 'test', 'test_owners.csv'))
 | 
				
			||||||
GCS_URL_BASE = 'https://storage.googleapis.com/kubernetes-test-history/'
 | 
					GCS_URL_BASE = 'https://storage.googleapis.com/kubernetes-test-history/'
 | 
				
			||||||
SKIP_MAINTAINERS = {
 | 
					SKIP_MAINTAINERS = {
 | 
				
			||||||
    'aronchick', 'bgrant0607-nocc', 'goltermann', 'sarahnovotny'}
 | 
					    'a-robinson', 'aronchick', 'bgrant0607-nocc', 'goltermann', 'sarahnovotny'}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def get_test_history():
 | 
					def get_test_history():
 | 
				
			||||||
    url = time.strftime(GCS_URL_BASE + 'logs/%Y-%m-%d.json')
 | 
					    url = time.strftime(GCS_URL_BASE + 'logs/%Y-%m-%d.json')
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,7 @@
 | 
				
			|||||||
name,owner,auto-assigned
 | 
					name,owner,auto-assigned
 | 
				
			||||||
DEFAULT,rmmh/spxtr/ixdy/apelisse/fejta,0
 | 
					DEFAULT,rmmh/spxtr/ixdy/apelisse/fejta,0
 | 
				
			||||||
Addon update should propagate add-on file changes,eparis,1
 | 
					Addon update should propagate add-on file changes,eparis,1
 | 
				
			||||||
 | 
					AfterSuite,rmmh,1
 | 
				
			||||||
Autoscaling should scale cluster size based on cpu reservation,davidopp,1
 | 
					Autoscaling should scale cluster size based on cpu reservation,davidopp,1
 | 
				
			||||||
Autoscaling should scale cluster size based on cpu utilization,thockin,1
 | 
					Autoscaling should scale cluster size based on cpu utilization,thockin,1
 | 
				
			||||||
Autoscaling should scale cluster size based on memory reservation,hurf,1
 | 
					Autoscaling should scale cluster size based on memory reservation,hurf,1
 | 
				
			||||||
@@ -12,14 +13,14 @@ Celery-RabbitMQ should create and stop celery+rabbitmq servers,luxas,1
 | 
				
			|||||||
Clean up pods on node kubelet should be able to delete 10 pods per node in 1m0s.,lavalamp,1
 | 
					Clean up pods on node kubelet should be able to delete 10 pods per node in 1m0s.,lavalamp,1
 | 
				
			||||||
Cluster level logging using Elasticsearch should check that logs from pods on all nodes are ingested into Elasticsearch,david-mcmahon,1
 | 
					Cluster level logging using Elasticsearch should check that logs from pods on all nodes are ingested into Elasticsearch,david-mcmahon,1
 | 
				
			||||||
Cluster size autoscaling Should scale cluster size based on cpu reservation,dchen1107,1
 | 
					Cluster size autoscaling Should scale cluster size based on cpu reservation,dchen1107,1
 | 
				
			||||||
Cluster size autoscaling Should scale cluster size based on cpu utilization,a-robinson,1
 | 
					Cluster size autoscaling Should scale cluster size based on cpu utilization,ixdy,1
 | 
				
			||||||
Cluster size autoscaling Should scale cluster size based on memory reservation,ghodss,1
 | 
					Cluster size autoscaling Should scale cluster size based on memory reservation,ghodss,1
 | 
				
			||||||
Cluster size autoscaling Should scale cluster size based on memory utilization,childsb,1
 | 
					Cluster size autoscaling Should scale cluster size based on memory utilization,childsb,1
 | 
				
			||||||
Cluster size autoscaling should add node to the particular mig,spxtr,1
 | 
					Cluster size autoscaling should add node to the particular mig,spxtr,1
 | 
				
			||||||
Cluster size autoscaling should correctly scale down after a node is not needed,pmorie,1
 | 
					Cluster size autoscaling should correctly scale down after a node is not needed,pmorie,1
 | 
				
			||||||
Cluster size autoscaling should correctly scale down after a node is not needed when there is non autoscaled pool,krousey,1
 | 
					Cluster size autoscaling should correctly scale down after a node is not needed when there is non autoscaled pool,krousey,1
 | 
				
			||||||
Cluster size autoscaling should disable node pool autoscaling,Q-Lee,1
 | 
					Cluster size autoscaling should disable node pool autoscaling,Q-Lee,1
 | 
				
			||||||
Cluster size autoscaling should increase cluster size if pending pods are small,a-robinson,1
 | 
					Cluster size autoscaling should increase cluster size if pending pods are small,childsb,1
 | 
				
			||||||
Cluster size autoscaling should increase cluster size if pending pods are small and there is another node pool that is not autoscaled,apelisse,1
 | 
					Cluster size autoscaling should increase cluster size if pending pods are small and there is another node pool that is not autoscaled,apelisse,1
 | 
				
			||||||
Cluster size autoscaling should increase cluster size if pods are pending due to host port conflict,brendandburns,1
 | 
					Cluster size autoscaling should increase cluster size if pods are pending due to host port conflict,brendandburns,1
 | 
				
			||||||
Cluster size autoscaling should scale up correct target pool,mikedanese,1
 | 
					Cluster size autoscaling should scale up correct target pool,mikedanese,1
 | 
				
			||||||
@@ -32,7 +33,7 @@ ConfigMap should be consumable from pods in volume with mappings,karlkfi,1
 | 
				
			|||||||
ConfigMap should be consumable from pods in volume with mappings as non-root,apelisse,1
 | 
					ConfigMap should be consumable from pods in volume with mappings as non-root,apelisse,1
 | 
				
			||||||
ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup,zmerlynn,1
 | 
					ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup,zmerlynn,1
 | 
				
			||||||
ConfigMap should be consumable in multiple volumes in the same pod,caesarxuchao,1
 | 
					ConfigMap should be consumable in multiple volumes in the same pod,caesarxuchao,1
 | 
				
			||||||
ConfigMap should be consumable via environment variable,a-robinson,1
 | 
					ConfigMap should be consumable via environment variable,swagiaal,1
 | 
				
			||||||
ConfigMap updates should be reflected in volume,kevin-wangzefeng,1
 | 
					ConfigMap updates should be reflected in volume,kevin-wangzefeng,1
 | 
				
			||||||
Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image should be able to pull from private registry with secret,mikedanese,1
 | 
					Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image should be able to pull from private registry with secret,mikedanese,1
 | 
				
			||||||
Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image should be able to pull image from docker hub,girishkalele,1
 | 
					Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image should be able to pull image from docker hub,girishkalele,1
 | 
				
			||||||
@@ -119,7 +120,7 @@ Examples e2e Cassandra should create and scale cassandra,bgrant0607,1
 | 
				
			|||||||
Examples e2e Celery-RabbitMQ should create and stop celery+rabbitmq servers,apelisse,1
 | 
					Examples e2e Celery-RabbitMQ should create and stop celery+rabbitmq servers,apelisse,1
 | 
				
			||||||
Examples e2e ClusterDns should create pod that uses dns,kargakis,1
 | 
					Examples e2e ClusterDns should create pod that uses dns,kargakis,1
 | 
				
			||||||
Examples e2e Downward API should create a pod that prints his name and namespace,roberthbailey,1
 | 
					Examples e2e Downward API should create a pod that prints his name and namespace,roberthbailey,1
 | 
				
			||||||
Examples e2e Hazelcast should create and scale hazelcast,a-robinson,1
 | 
					Examples e2e Hazelcast should create and scale hazelcast,eparis,1
 | 
				
			||||||
Examples e2e Liveness liveness pods should be automatically restarted,lavalamp,1
 | 
					Examples e2e Liveness liveness pods should be automatically restarted,lavalamp,1
 | 
				
			||||||
Examples e2e Redis should create and stop redis servers,spxtr,1
 | 
					Examples e2e Redis should create and stop redis servers,spxtr,1
 | 
				
			||||||
Examples e2e RethinkDB should create and stop rethinkdb servers,andyzheng0831,1
 | 
					Examples e2e RethinkDB should create and stop rethinkdb servers,andyzheng0831,1
 | 
				
			||||||
@@ -322,7 +323,7 @@ Redis should create and stop redis servers,timstclair,1
 | 
				
			|||||||
ReplicaSet should serve a basic image on each replica with a private image,pmorie,1
 | 
					ReplicaSet should serve a basic image on each replica with a private image,pmorie,1
 | 
				
			||||||
ReplicaSet should serve a basic image on each replica with a public image,krousey,0
 | 
					ReplicaSet should serve a basic image on each replica with a public image,krousey,0
 | 
				
			||||||
ReplicationController should serve a basic image on each replica with a private image,jbeda,1
 | 
					ReplicationController should serve a basic image on each replica with a private image,jbeda,1
 | 
				
			||||||
ReplicationController should serve a basic image on each replica with a public image,a-robinson,1
 | 
					ReplicationController should serve a basic image on each replica with a public image,krousey,1
 | 
				
			||||||
Resource usage of system containers should not exceed expected amount.,ncdc,1
 | 
					Resource usage of system containers should not exceed expected amount.,ncdc,1
 | 
				
			||||||
ResourceQuota should create a ResourceQuota and capture the life of a configMap.,david-mcmahon,1
 | 
					ResourceQuota should create a ResourceQuota and capture the life of a configMap.,david-mcmahon,1
 | 
				
			||||||
ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim.,bgrant0607,1
 | 
					ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim.,bgrant0607,1
 | 
				
			||||||
@@ -393,7 +394,7 @@ Services should serve multiport endpoints from pods,bprashanth,0
 | 
				
			|||||||
Services should work after restarting apiserver,bprashanth,0
 | 
					Services should work after restarting apiserver,bprashanth,0
 | 
				
			||||||
Services should work after restarting kube-proxy,bprashanth,0
 | 
					Services should work after restarting kube-proxy,bprashanth,0
 | 
				
			||||||
Shell should pass tests for services.sh,mtaufen,1
 | 
					Shell should pass tests for services.sh,mtaufen,1
 | 
				
			||||||
Skipped Cluster upgrade kube-push of master should maintain responsive services,a-robinson,1
 | 
					Skipped Cluster upgrade kube-push of master should maintain responsive services,yifan-gu,1
 | 
				
			||||||
Skipped Cluster upgrade upgrade-cluster should maintain a functioning cluster,smarterclayton,1
 | 
					Skipped Cluster upgrade upgrade-cluster should maintain a functioning cluster,smarterclayton,1
 | 
				
			||||||
Skipped Cluster upgrade upgrade-master should maintain responsive services,vulpecula,1
 | 
					Skipped Cluster upgrade upgrade-master should maintain responsive services,vulpecula,1
 | 
				
			||||||
"Spark should start spark master, driver and workers",girishkalele,1
 | 
					"Spark should start spark master, driver and workers",girishkalele,1
 | 
				
			||||||
@@ -523,7 +524,7 @@ k8s.io/kubernetes/pkg/auth/authorizer/abac,liggitt,0
 | 
				
			|||||||
k8s.io/kubernetes/pkg/auth/authorizer/union,liggitt,0
 | 
					k8s.io/kubernetes/pkg/auth/authorizer/union,liggitt,0
 | 
				
			||||||
k8s.io/kubernetes/pkg/auth/handlers,liggitt,0
 | 
					k8s.io/kubernetes/pkg/auth/handlers,liggitt,0
 | 
				
			||||||
k8s.io/kubernetes/pkg/client/cache,xiang90,1
 | 
					k8s.io/kubernetes/pkg/client/cache,xiang90,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/client/chaosclient,a-robinson,1
 | 
					k8s.io/kubernetes/pkg/client/chaosclient,deads2k,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/client/leaderelection,xiang90,1
 | 
					k8s.io/kubernetes/pkg/client/leaderelection,xiang90,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/client/record,karlkfi,1
 | 
					k8s.io/kubernetes/pkg/client/record,karlkfi,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/client/restclient,kargakis,1
 | 
					k8s.io/kubernetes/pkg/client/restclient,kargakis,1
 | 
				
			||||||
@@ -619,7 +620,7 @@ k8s.io/kubernetes/pkg/kubelet/server/stats,timstclair,0
 | 
				
			|||||||
k8s.io/kubernetes/pkg/kubelet/status,mwielgus,1
 | 
					k8s.io/kubernetes/pkg/kubelet/status,mwielgus,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/kubelet/types,jlowdermilk,1
 | 
					k8s.io/kubernetes/pkg/kubelet/types,jlowdermilk,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/kubelet/util/cache,timothysc,1
 | 
					k8s.io/kubernetes/pkg/kubelet/util/cache,timothysc,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/kubelet/util/format,a-robinson,1
 | 
					k8s.io/kubernetes/pkg/kubelet/util/format,ncdc,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/kubelet/util/queue,yujuhong,0
 | 
					k8s.io/kubernetes/pkg/kubelet/util/queue,yujuhong,0
 | 
				
			||||||
k8s.io/kubernetes/pkg/kubelet/volumemanager,jdef,1
 | 
					k8s.io/kubernetes/pkg/kubelet/volumemanager,jdef,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/kubelet/volumemanager/cache,swagiaal,1
 | 
					k8s.io/kubernetes/pkg/kubelet/volumemanager/cache,swagiaal,1
 | 
				
			||||||
@@ -639,12 +640,12 @@ k8s.io/kubernetes/pkg/registry/configmap,timothysc,1
 | 
				
			|||||||
k8s.io/kubernetes/pkg/registry/configmap/etcd,janetkuo,1
 | 
					k8s.io/kubernetes/pkg/registry/configmap/etcd,janetkuo,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/controller,jdef,1
 | 
					k8s.io/kubernetes/pkg/registry/controller,jdef,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/controller/etcd,spxtr,1
 | 
					k8s.io/kubernetes/pkg/registry/controller/etcd,spxtr,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/daemonset,a-robinson,1
 | 
					k8s.io/kubernetes/pkg/registry/daemonset,ghodss,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/daemonset/etcd,pmorie,1
 | 
					k8s.io/kubernetes/pkg/registry/daemonset/etcd,pmorie,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/deployment,timothysc,1
 | 
					k8s.io/kubernetes/pkg/registry/deployment,timothysc,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/deployment/etcd,swagiaal,1
 | 
					k8s.io/kubernetes/pkg/registry/deployment/etcd,swagiaal,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/endpoint,smarterclayton,1
 | 
					k8s.io/kubernetes/pkg/registry/endpoint,smarterclayton,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/endpoint/etcd,a-robinson,1
 | 
					k8s.io/kubernetes/pkg/registry/endpoint/etcd,timstclair,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/event,girishkalele,1
 | 
					k8s.io/kubernetes/pkg/registry/event,girishkalele,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/event/etcd,karlkfi,1
 | 
					k8s.io/kubernetes/pkg/registry/event/etcd,karlkfi,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/registry/experimental/controller/etcd,smarterclayton,1
 | 
					k8s.io/kubernetes/pkg/registry/experimental/controller/etcd,smarterclayton,1
 | 
				
			||||||
@@ -735,7 +736,7 @@ k8s.io/kubernetes/pkg/util/dbus,roberthbailey,1
 | 
				
			|||||||
k8s.io/kubernetes/pkg/util/deployment,asalkeld,0
 | 
					k8s.io/kubernetes/pkg/util/deployment,asalkeld,0
 | 
				
			||||||
k8s.io/kubernetes/pkg/util/diff,piosz,1
 | 
					k8s.io/kubernetes/pkg/util/diff,piosz,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/util/env,asalkeld,0
 | 
					k8s.io/kubernetes/pkg/util/env,asalkeld,0
 | 
				
			||||||
k8s.io/kubernetes/pkg/util/errors,a-robinson,1
 | 
					k8s.io/kubernetes/pkg/util/errors,jlowdermilk,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/util/exec,krousey,1
 | 
					k8s.io/kubernetes/pkg/util/exec,krousey,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/util/flowcontrol,ixdy,1
 | 
					k8s.io/kubernetes/pkg/util/flowcontrol,ixdy,1
 | 
				
			||||||
k8s.io/kubernetes/pkg/util/flushwriter,vulpecula,1
 | 
					k8s.io/kubernetes/pkg/util/flushwriter,vulpecula,1
 | 
				
			||||||
 
 | 
				
			|||||||
		
		
			
  | 
		Reference in New Issue
	
	Block a user