AZP/RELEASE: Consolidate release pipelines#11355
Draft
Alexey-Rivkin wants to merge 1 commit intoopenucx:masterfrom
Draft
AZP/RELEASE: Consolidate release pipelines#11355Alexey-Rivkin wants to merge 1 commit intoopenucx:masterfrom
Alexey-Rivkin wants to merge 1 commit intoopenucx:masterfrom
Conversation
Merge azure-pipelines-release.yml and azure-pipelines-release-drp.yml into a single file. Build.DefinitionName detects DRP mode and sets conditional variables for registry mirror, agent demands, and PR title mask. Reduce GitHubDraft stage from two jobs (x86_64 + aarch64) to one - both produced identical source packages (tarball + srcrpm) that were uploaded to the same draft. Add Saturday cron schedule to the production pipeline (already present on DRP). On Schedule for non-DRP the launch gate returns False, so the pipeline exits after Prepare. Note: The "UCX release DRP" pipeline definition in Azure DevOps must be re-pointed from buildlib/azure-pipelines-release-drp.yml to buildlib/azure-pipelines-release.yml after merge. Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
afd4968 to
30c7566
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #11349
What?
Merge production and DRP release YAMLs into a single file.
Build.DefinitionNameselects the mode at compile time.Why?
Separate files produced inconsistencies (e.g. DRP missing
ubuntu22_cuda12_x86_64) and double maintenance. Supersedes #10609.How?
GitHubDraftreduced from 2 jobs to 1 (both produced identical source packages)az-github-draft.ymldrops redundantarchparameterLaunch=False)Post-merge manual step: Re-point "UCX release DRP" pipeline in Azure DevOps to
buildlib/azure-pipelines-release.yml.