Fix tests for replacing s3cmd and libcloud

This commit is contained in:
paul mayero 2025-09-25 14:21:02 +00:00 committed by Hans-Christoph Steiner
parent bf33fc5d9b
commit ffc0a6cec0
2 changed files with 26 additions and 8 deletions

View file

@ -190,6 +190,8 @@ ubuntu_lts_ppa:
test_deploy_to_s3_with_rclone:
image: debian:bookworm-slim
<<: *apt-template
tags:
- saas-linux-small-amd64 # the shared runners are known to support Docker.
services:
- name: docker:dind
command: ["--tls=false"]
@ -208,6 +210,8 @@ test_deploy_to_s3_with_rclone:
git
python3-venv
rclone
# This job requires working docker but will silently fail if docker is not available
- docker info
- python3 -m venv --system-site-packages test-venv
- . test-venv/bin/activate
- pip install testcontainers[minio]