Skip to content
Merged
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
15 changes: 12 additions & 3 deletions .pipelines/Modelkit E2E Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,19 @@
# * Manual queue-time runs (with selectable parameters) for ad-hoc
# validation.
# * Daily scheduled run at 00:00 Beijing time (16:00 UTC the prior
# day), staggered 8 h away from the weekly Eval Report cron.
# * No PR/CI trigger. Failures do not block PR merges.
# day) on `main`, staggered 8 h away from the weekly Eval Report cron.
# * CI trigger on `release/*` branches — fires on the initial push
# that creates a new release branch so each new release branch gets
# an automatic E2E run. (Subsequent pushes to a release branch will
# also trigger a run, which is acceptable since release branches
# typically see few commits.)
# * No PR trigger. Failures do not block PR merges.

trigger: none
trigger:
batch: true
branches:
include:
Comment thread
KayMKM marked this conversation as resolved.
- release/*

schedules:
- cron: '0 16 * * *'
Comment thread
KayMKM marked this conversation as resolved.
Expand Down
Loading