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
14 changes: 12 additions & 2 deletions .azure-pipelines/official-build-vs-with-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

name: $(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)

# trigger this pipeline automatically by schedule.
schedules:
- cron: "0 */8 * * *" # At 0 minutes past the hour, every 8 hours, every day UTC
- cron: "0 8 * * *" # At 08:00, every day UTC
displayName: "Daily Build and Test SONiC virtual images"
branches:
include:
Expand All @@ -13,7 +14,16 @@ schedules:
- 202405
- 202411

trigger: none
# trigger this pipeline automatically on any branch push.
trigger:
branches:
include:
- master
- 202305
- 202311
- 202405
- 202411

pr: none

resources:
Expand Down