Nightly Jobs
Read about nightly jobs in Aviator and get configuration instructions in our guide. These are scheduled job runs that can be triggered with Pilot framework.
scenarios:
- name: "nightly build"
trigger:
schedule:
cron_utc: "0 12 * * *" # Every day at 12pm UTC
actions:
- test_suite:
rerun:
name: "buildkite/pytest"
count: 5
use_latest_green_commit: true
branch: "master"Last updated
Was this helpful?
