mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #23207 from ixdy/gotest-pin-godep
Pin to godep v58 in Jenkins unit/integration
This commit is contained in:
		@@ -29,6 +29,15 @@ export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
 | 
				
			|||||||
go get github.com/tools/godep
 | 
					go get github.com/tools/godep
 | 
				
			||||||
go get github.com/jstemmer/go-junit-report
 | 
					go get github.com/jstemmer/go-junit-report
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# godep v59+ has issues with our GOPATH munging, so pin to v58 for now.
 | 
				
			||||||
 | 
					# https://github.com/kubernetes/kubernetes/issues/23200
 | 
				
			||||||
 | 
					(
 | 
				
			||||||
 | 
					  cd ${GOPATH}/src/github.com/tools/godep
 | 
				
			||||||
 | 
					  git checkout v58
 | 
				
			||||||
 | 
					  godep go install
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
 | 
					godep version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Enable the Go race detector.
 | 
					# Enable the Go race detector.
 | 
				
			||||||
export KUBE_RACE=-race
 | 
					export KUBE_RACE=-race
 | 
				
			||||||
# Disable coverage report
 | 
					# Disable coverage report
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user