From f4ff2ed0722f0f0b301664d054ed066991e3b5c5 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Thu, 8 Apr 2021 14:43:58 +0200 Subject: [PATCH] chore(test): replace bucket url with official distribution url Signed-off-by: Lorenzo Fontana --- test/run_performance_tests.sh | 2 +- test/run_regression_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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