Skip to content

Commit

Permalink
chore(release): remove DockerHub-related blackbox tests (unreliable)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Apr 2, 2022
1 parent 670071a commit aee6741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
environment:
DOCKERHUB_USERNAME: ivanilves
DOCKERHUB_PRIVATE_REPO: ivanilves/private-dummy
CONCURRENT_REQUESTS: "4"
steps:
- setup_remote_docker
- run:
Expand Down
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@ coverage:
@overalls -project=${PWD} -covermode=count \
&& if [[ -n "${COVERALLS_REPO_TOKEN}" ]]; then goveralls -coverprofile=overalls.coverprofile -repotoken ${COVERALLS_REPO_TOKEN} -service=${SERVICE}; fi

blackbox-integration-test: shell-test-alpine shell-test-wrong-image \
shell-test-docker-socket shell-test-docker-tcp shell-test-pullpush

shell-test-alpine:
./lstags alpine | egrep "\salpine:latest"

shell-test-wrong-image:
./lstags nobody/nothing &>/dev/null && exit 1 || true
blackbox-integration-test: shell-test-docker-socket shell-test-docker-tcp shell-test-pullpush

shell-test-docker-socket:
unset DOCKER_HOST && ./lstags alpine~/latest/
Expand Down

0 comments on commit aee6741

Please sign in to comment.