Disable registry handlers race tests
Registry handlers tests currently takes up too many resources for the race test to handle on circle ci. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)master
							parent
							
								
									b3e276ff93
								
							
						
					
					
						commit
						6cd63c8bc0
					
				|  | @ -78,7 +78,7 @@ test: | |||
|          pwd: $BASE_STABLE | ||||
| 
 | ||||
|   # Test stable with race | ||||
|      - gvm use stable; export ROOT_PACKAGE=$(go list .); go list -tags "$DOCKER_BUILDTAGS" ./... | grep -v "/vendor/" | grep -v "registry/storage/driver" | xargs -L 1 -I{} bash -c 'export PACKAGE={}; godep go test -race -tags "$DOCKER_BUILDTAGS" -test.short $PACKAGE': | ||||
|      - gvm use stable; export ROOT_PACKAGE=$(go list .); go list -tags "$DOCKER_BUILDTAGS" ./... | grep -v "/vendor/" | grep -v "registry/handlers" | grep -v "registry/storage/driver" | xargs -L 1 -I{} bash -c 'export PACKAGE={}; godep go test -race -tags "$DOCKER_BUILDTAGS" -test.short $PACKAGE': | ||||
|          timeout: 1000 | ||||
|          pwd: $BASE_STABLE | ||||
|   post: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue