mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #4000 from smarterclayton/travis_test
Terminate Travis Troubles with Problematic Parallelism Protection
This commit is contained in:
		@@ -14,7 +14,7 @@ install:
 | 
				
			|||||||
  - ./hack/build-go.sh
 | 
					  - ./hack/build-go.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - KUBE_RACE="-race" KUBE_COVER="-cover -covermode=atomic" KUBE_TIMEOUT='-timeout 60s' ./hack/test-go.sh
 | 
					  - KUBE_RACE="-race" KUBE_COVER="-cover -covermode=atomic" KUBE_TIMEOUT='-timeout 60s' ./hack/test-go.sh "" -p=4
 | 
				
			||||||
  - PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-cmd.sh
 | 
					  - PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-cmd.sh
 | 
				
			||||||
  - PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/verify-gendocs.sh
 | 
					  - PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/verify-gendocs.sh
 | 
				
			||||||
  - PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-integration.sh
 | 
					  - PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-integration.sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user