diff --git a/.circleci/config.continue.yml.j2 b/.circleci/config.continue.yml.j2 index ab0aa317e79..d1cd01385ba 100644 --- a/.circleci/config.continue.yml.j2 +++ b/.circleci/config.continue.yml.j2 @@ -127,10 +127,10 @@ commands: name: Prepare testcontainers environment command: .circleci/prepare_docker_env.sh - - run: - name: Testcontainers tunnels - background: true - command: .circleci/start_docker_autoforward.sh + # - run: + # name: Testcontainers tunnels + # background: true + # command: .circleci/start_docker_autoforward.sh - run: name: Prefetch Docker images diff --git a/.circleci/prepare_docker_env.sh b/.circleci/prepare_docker_env.sh index 909643b463b..4fca3ca67b7 100755 --- a/.circleci/prepare_docker_env.sh +++ b/.circleci/prepare_docker_env.sh @@ -2,9 +2,9 @@ set -eux { - echo "export FORWARDED_DOCKER_HOST=${DOCKER_HOST}" - echo "export DOCKER_HOST=tcp://localhost:60906" - echo "export TESTCONTAINERS_HOST_OVERRIDE=localhost" + # echo "export FORWARDED_DOCKER_HOST=${DOCKER_HOST}" + # echo "export DOCKER_HOST=tcp://localhost:60906" + # echo "export TESTCONTAINERS_HOST_OVERRIDE=localhost" echo "export TESTCONTAINERS_RYUK_DISABLED=true" # DOCKER_CERT_PATH is provided only if DLC is enabled.