Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docker-compose-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ services:
- './tools/cron/:/home/kernelci/'
- './logs/:/home/kernelci/logs/'
- './config:/home/kernelci/config'
- '.env:/home/kernelci/.env'
9 changes: 0 additions & 9 deletions tools/cron/.env

This file was deleted.

3 changes: 0 additions & 3 deletions tools/cron/run_maestro_validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ log_file_name="cron-$timestamp.log"
cd /home/kernelci
kci-dev --settings kci-dev.toml maestro validate builds --all-checkouts >> "$log_file_path/$log_file_name"
kci-dev --settings kci-dev.toml maestro validate boots --all-checkouts >> "$log_file_path/$log_file_name"
set -a
source /home/kernelci/.env
set +a
python upload_log.py $log_file_name
python email_sender.py $log_file_name