Skip to content

Commit 91249df

Browse files
committed
less verbose
1 parent 661b57c commit 91249df

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
@@ -46,6 +46,7 @@ for version in $versions; do
4646
case $ACTION in
4747
build)
4848
DOCKER_BUILDKIT=1 docker build \
49+
--progress=plain \
4950
--cache-from="${full_image_name}" \
5051
-f "${project_root}/tests/Dockerfile" \
5152
--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)