Skip to content

Commit b5bfc37

Browse files
committed
less verbose
1 parent 0d7feed commit b5bfc37

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ci/docker/util.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ for version in $versions; do
4444
case $ACTION in
4545
build)
4646
DOCKER_BUILDKIT=1 docker build \
47+
--progress=plain \
4748
--cache-from="${full_image_name}" \
4849
-f "${project_root}/tests/Dockerfile" \
4950
--build-arg PYTHON_IMAGE="${version/-/:}" \

tests/scripts/docker/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ else
4040
fi
4141
fi
4242

43-
echo "Running tests for ${1}/${2}"
43+
echo "Running tests for ${TEST}"
4444

4545
if [[ -n $DOCKER_DEPS ]]
4646
then
47-
PYTHON_VERSION=${1} REGISTRY=${REGISTRY} IMAGE_NAME=${IMAGE_NAME} docker compose up -d ${DOCKER_DEPS}
47+
PYTHON_VERSION=${1} REGISTRY=${REGISTRY} IMAGE_NAME=${IMAGE_NAME} docker compose up --quiet-pull -d ${DOCKER_DEPS}
4848
fi
4949

5050
# CASS_DRIVER_NO_EXTENSIONS is set so we don't build the Cassandra C-extensions,

0 commit comments

Comments
 (0)