diff --git a/test/run_performance_tests.sh b/test/run_performance_tests.sh index 8f48df5a..a1e1d6c4 100755 --- a/test/run_performance_tests.sh +++ b/test/run_performance_tests.sh @@ -20,7 +20,7 @@ trap "cleanup; exit" SIGHUP SIGINT SIGTERM -TRACE_FILES_BASE_URL=${TRACE_FILES_BASE_URL:-"https://falco-distribution.s3.amazonaws.com/fixtures/trace-files/"} +TRACE_FILES_BASE_URL=${TRACE_FILES_BASE_URL:-"https://download.falco.org/fixtures/trace-files/"} function download_trace_files() { diff --git a/test/run_regression_tests.sh b/test/run_regression_tests.sh index 746dd1b8..3c855736 100755 --- a/test/run_regression_tests.sh +++ b/test/run_regression_tests.sh @@ -20,7 +20,7 @@ set -euo pipefail SCRIPT=$(readlink -f $0) SCRIPTDIR=$(dirname "$SCRIPT") SKIP_PACKAGES_TESTS=${SKIP_PACKAGES_TESTS:-false} -TRACE_FILES_BASE_URL=${TRACE_FILES_BASE_URL:-"https://falco-distribution.s3.amazonaws.com/fixtures/trace-files/"} +TRACE_FILES_BASE_URL=${TRACE_FILES_BASE_URL:-"https://download.falco.org/fixtures/trace-files/"} # Trace file tarballs are now versioned. Any time a substantial change # is made that affects the interaction of rules+engine and the trace