Skip to content

Split ado release pipeline into two gated stages#165

Merged
berndverst merged 2 commits into
microsoft:mainfrom
andystaples:andystaples/split-release-gate
Jun 29, 2026
Merged

Split ado release pipeline into two gated stages#165
berndverst merged 2 commits into
microsoft:mainfrom
andystaples:andystaples/split-release-gate

Conversation

@andystaples

Copy link
Copy Markdown
Contributor

Also drops back the frequency of durabletask.official build to weekly

Copilot AI review requested due to automatic review settings June 29, 2026 21:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Azure DevOps (ADO) pipeline configuration to better separate release responsibilities between the core durabletask package and the dependent durabletask-azuremanaged provider, and reduces the durabletask.official scheduled build frequency to weekly.

Changes:

  • Split the eng/ci/release.yml release pipeline into two stages: one for durabletask and one for durabletask-azuremanaged, with an explicit dependency ordering.
  • Change eng/ci/official-build.yml scheduled run from nightly to weekly (Sunday at 05:00 UTC), updating schedule metadata accordingly.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
eng/ci/release.yml Splits the release pipeline into two stages to separately publish durabletask and durabletask-azuremanaged, adding stage dependency wiring.
eng/ci/official-build.yml Changes the schedule from nightly to weekly to reduce run frequency while still meeting regular SDL/CodeQL expectations.

Comment thread eng/ci/release.yml
Comment on lines +65 to +68
# Wait for the core durabletask stage to finish before publishing the
# dependent provider package. If the durabletask stage is de-selected
# at queue time, ADO skips it and this stage runs on its own.
dependsOn: release_durabletask
@berndverst berndverst merged commit 6f56f6f into microsoft:main Jun 29, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants