mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-28 02:41:31 +00:00
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:
parent
d8faa95702
commit
e618f005b6
@ -126,7 +126,7 @@ jobs:
|
|||||||
# Execute integration tests based on the build results coming from the "build/centos7" job
|
# Execute integration tests based on the build results coming from the "build/centos7" job
|
||||||
"tests/integration":
|
"tests/integration":
|
||||||
docker:
|
docker:
|
||||||
- image: falcosecurity/falco-tester:latest
|
- image: falcosecurity/falco-tester:update-integration-tests-build
|
||||||
environment:
|
environment:
|
||||||
SOURCE_DIR: "/source"
|
SOURCE_DIR: "/source"
|
||||||
BUILD_DIR: "/build"
|
BUILD_DIR: "/build"
|
||||||
|
@ -69,7 +69,7 @@ case "$CMD" in
|
|||||||
# run tests
|
# run tests
|
||||||
echo "Running regression tests ..."
|
echo "Running regression tests ..."
|
||||||
cd "$SOURCE_DIR/falco/test"
|
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 docker images
|
||||||
clean_image "deb"
|
clean_image "deb"
|
||||||
|
Loading…
Reference in New Issue
Block a user