We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a48e3 commit 86d5d6dCopy full SHA for 86d5d6d
docker-compose-cron.yaml
@@ -16,4 +16,3 @@ services:
16
- './tools/cron/:/home/kernelci/'
17
- './logs/:/home/kernelci/logs/'
18
- './config:/home/kernelci/config'
19
- - '.env:/home/kernelci/.env'
tools/cron/.env
tools/cron/run_maestro_validate.sh
@@ -6,8 +6,5 @@ log_file_name="cron-$timestamp.log"
6
cd /home/kernelci
7
kci-dev --settings kci-dev.toml maestro validate builds --all-checkouts >> "$log_file_path/$log_file_name"
8
kci-dev --settings kci-dev.toml maestro validate boots --all-checkouts >> "$log_file_path/$log_file_name"
9
-set -a
10
-source /home/kernelci/.env
11
-set +a
12
python upload_log.py $log_file_name
13
python email_sender.py $log_file_name
0 commit comments