Skip to content

Commit

Permalink
[ft-benchmark] add env var for cron job (#11654)
Browse files Browse the repository at this point in the history
Co-authored-by: Viktar Makouski <viktar@neaar.org>
  • Loading branch information
MCJOHN974 and Viktar Makouski authored Jun 24, 2024
1 parent 71d35d9 commit e29453e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ft-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ NEW_COMMIT_HASH=$(git rev-parse origin/master)
LOG_DIR=scripts/ft-benchmark-logs
MAIN_LOG_FILE=$LOG_DIR/${NEW_COMMIT_HASH}.log
exec > >(tee -a $MAIN_LOG_FILE) 2>&1

export DATABASE_URL_CLI=postgres://benchmark_runner@34.90.190.128/benchmarks
python3 scripts/run-ft-benchmark.py --user "scheduled_run_on_crt_ft_benchmark"

0 comments on commit e29453e

Please sign in to comment.