Improved piler environment setup

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2023-06-14 11:44:41 +02:00
parent b38f9be102
commit 54eddcad04
2 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@ services:
volumes:
- /home/jenkins/data:/data:ro
- /home/jenkins/config/11-aaaa.conf:/etc/rsyslog.d/11-aaaa.conf:ro
- ./setup.sql:/tmp/setup.sql:ro
healthcheck:
test: ["CMD", "curl", "-s", "smtp://localhost"]
interval: 10s

View File

@ -44,7 +44,6 @@ setup_piler() {
pushd "${WORKSPACE}/${PROJECT_ID}/tests"
docker cp setup.sql "${container}:/tmp"
docker exec "$container" /usr/local/bin/setup-piler.sh
popd