update(docker/tester): use the new run_regression_tests.sh CLI flags

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato 2020-07-14 16:43:02 +00:00 committed by poiana
parent d8faa95702
commit e618f005b6
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ jobs:
# Execute integration tests based on the build results coming from the "build/centos7" job
"tests/integration":
docker:
- image: falcosecurity/falco-tester:latest
- image: falcosecurity/falco-tester:update-integration-tests-build
environment:
SOURCE_DIR: "/source"
BUILD_DIR: "/build"

View File

@ -69,7 +69,7 @@ case "$CMD" in
# run tests
echo "Running regression tests ..."
cd "$SOURCE_DIR/falco/test"
./run_regression_tests.sh "$BUILD_DIR/$BUILD_TYPE"
./run_regression_tests.sh -d "$BUILD_DIR/$BUILD_TYPE"
# clean docker images
clean_image "deb"