mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Stop running most unit tests outside of bazel.
This commit is contained in:
		@@ -50,13 +50,12 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
 | 
				
			|||||||
export LOG_LEVEL=4
 | 
					export LOG_LEVEL=4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cd /go/src/k8s.io/kubernetes
 | 
					cd /go/src/k8s.io/kubernetes
 | 
				
			||||||
rm -rf Godeps/_workspace # Temporary until _workspace is fully obliterated
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
make generated_files
 | 
					make generated_files
 | 
				
			||||||
go install ./cmd/...
 | 
					go install ./cmd/...
 | 
				
			||||||
./hack/install-etcd.sh
 | 
					./hack/install-etcd.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
make test
 | 
					make test WHAT="cmd/kubeadm/test cmd/libs/go2idl/openapi-gen/generators"
 | 
				
			||||||
make test-cmd
 | 
					make test-cmd
 | 
				
			||||||
make test-integration
 | 
					make test-integration
 | 
				
			||||||
./hack/test-update-storage-objects.sh
 | 
					./hack/test-update-storage-objects.sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user