Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Switch to runtime.yml model - ALL release branch commits get built
  • Loading branch information
directhex committed Aug 18, 2022
commit 7fae44e2dcce2f82e27fa33f5478f7459b582b85
29 changes: 20 additions & 9 deletions eng/pipelines/runtime-community.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
trigger: none
trigger:
batch: true
branches:
include:
- release/*.*
exclude:
- release/6.0*
paths:
include:
- '*'
- docs/manpages/*
exclude:
- '**.md'
- eng/Version.Details.xml
- .devcontainer/*
- .github/*
- docs/*
- LICENSE.TXT
- PATENTS.TXT
- THIRD-PARTY-NOTICES.TXT

schedules:
- cron: "0 7,19 * * *" # run at 7:00 and 19:00 (UTC) which is 23:00 and 11:00 (PST).
Expand All @@ -7,14 +26,6 @@ schedules:
include:
- main
always: false # run only if there were changes since the last successful scheduled run.
- cron: "0 4,16 * * *" # run at 4:00 and 16:00 (UTC) which is 20:00 and 08:00 (PST).
displayName: Runtime-community release schedule
branches:
include:
- release/*
exclude:
- release/6.0*
always: false # run only if there were changes since the last successful scheduled run.

variables:
- template: /eng/pipelines/common/variables.yml
Expand Down