Add nightly_run.sh
Change-Id: Ib4c23edafdb444087ae98ae6b1d6e357a0ecd21d
This commit is contained in:
16
scripts/nightly_run.sh
Executable file
16
scripts/nightly_run.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
script_path=~/Dev/sandbox/libvpx/scripts
|
||||
codebase=~/Dev/av1d
|
||||
log_path=~/Dev/log
|
||||
date_str=`date +%H:%M_%b_%d_%Y`
|
||||
log_file=rep_$date_str.txt
|
||||
|
||||
$script_path/nightly_speed.sh $codebase > $log_path/$log_file 2>&1
|
||||
|
||||
#users="luoyi,yunqingwang"
|
||||
users=luoyi
|
||||
host_name=`hostname`
|
||||
sender=luoyi
|
||||
|
||||
sendgmr --to=$users --subject="AV1 Build/Running Report" --from=$sender --reply_to=$sender < $log_path/$log_file
|
||||
Reference in New Issue
Block a user