Skip to content

Commit

Permalink
removed all of the old allocator
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Erny <drew.erny@docker.com>
  • Loading branch information
dperny committed Aug 3, 2018
1 parent 0d7aa66 commit 4b32032
Show file tree
Hide file tree
Showing 31 changed files with 1,541 additions and 8,162 deletions.
8 changes: 0 additions & 8 deletions Makefile
Expand Up @@ -110,10 +110,6 @@ integration: ## run integration tests
@echo "🐳 $@"
@go test -parallel 8 ${RACE} -tags "${DOCKER_BUILDTAGS}" ${INTEGRATION_PACKAGE}

integration-newallocator:
@echo "🐳 $@"
@env SWARMKIT_USE_NEW_ALLOCATOR="iknowtherisk" go test -parallel 8 ${RACE} -tags "${DOCKER_BUILDTAGS}" ${INTEGRATION_PACKAGE}

FORCE:

# Build a binary from a cmd.
Expand Down Expand Up @@ -151,10 +147,6 @@ coverage-integration: ## generate coverprofiles from the integration tests
@echo "🐳 $@"
go test ${RACE} -tags "${DOCKER_BUILDTAGS}" -test.short -coverprofile="../../../${INTEGRATION_PACKAGE}/coverage.txt" -covermode=atomic ${INTEGRATION_PACKAGE}

coverage-integration-newallocator: ## generate coverprofiles from the integration tests run with the new allocator
@echo "🐳 $@"
env SWARMKIT_USE_NEW_ALLOCATOR="iknowtherisk" go test ${RACE} -tags "${DOCKER_BUILDTAGS}" -test.short -coverprofile="../../../${INTEGRATION_PACKAGE}/coverage.txt" -covermode=atomic ${INTEGRATION_PACKAGE}

help: ## this help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort

Expand Down

0 comments on commit 4b32032

Please sign in to comment.