Pipelines: Removes master from CI trigger filters#5813
Open
NaluTripician wants to merge 3 commits intomainfrom
Open
Pipelines: Removes master from CI trigger filters#5813NaluTripician wants to merge 3 commits intomainfrom
NaluTripician wants to merge 3 commits intomainfrom
Conversation
Adds 'main' to the trigger/schedule branch filters of every actively- triggered Azure Pipelines YAML, alongside the existing 'master' entry. Pipeline branch filters do not follow GitHub's branch-rename redirects, so this transitional change ensures CI keeps firing on both names across the cutover from master to main. Files: - azure-pipelines.yml (PR trigger) - azure-pipelines-functional.yml (PR trigger) - azure-pipelines-cron.yml (schedule) - azure-pipelines-nightly.yml (schedule) - azure-pipelines-rolling.yml (two schedules) Pipelines using 'trigger: none' (official, encryption-official, encryption-custom-official, faultinjection, msdata-direct, msdata-aot, ctl-publishing) configure their branches in the Azure DevOps UI and are updated separately as part of the cutover. A follow-up PR drops 'master' from these filters once 'main' is verified. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Drops 'master' from trigger/schedule branch filters now that 'main' is verified to be triggering CI correctly. This is the cleanup PR following the GitHub default-branch rename. Files: - azure-pipelines.yml - azure-pipelines-functional.yml - azure-pipelines-cron.yml - azure-pipelines-nightly.yml - azure-pipelines-rolling.yml Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: 1 pipeline(s) were filtered out due to trigger conditions. |
Base automatically changed from
users/ntripician/rename-default-branch-ci-add-main
to
master
April 30, 2026 17:57
…me-default-branch-ci-cleanup # Conflicts: # azure-pipelines-cron.yml # azure-pipelines-functional.yml # azure-pipelines-nightly.yml # azure-pipelines-rolling.yml # azure-pipelines.yml
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
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.
Removes
masterfromtrigger:/schedules:branch filters in every actively-triggered Azure Pipelines YAML now thatmainis verified to be firing CI correctly. Final cleanup of the master→main rename.See Software Freedom Conservancy: Renaming the default git branch.
This is PR C of 3:
mainalongsidemasterin CI trigger filters (transitional)masterfrom CI trigger filtersmain. Branched off PR B (users/ntripician/rename-default-branch-ci-add-main) so the diff cleanly shows only themasterremoval — when PR B merges first, this branch will rebase cleanly ontomain.Files changed
azure-pipelines.yml- masterazure-pipelines-functional.yml- masterazure-pipelines-cron.yml- masterazure-pipelines-nightly.yml- masterazure-pipelines-rolling.yml- master(×2)5 files, -6 lines.
Pre-merge checklist
master→mainin repo Settingstrigger: noneupdated in the ADO UI to point atmain(default/manual/scheduled branch + release branch filters)mastertomainmain(push test commit / draft PR triggers all five pipelines; manual queue of eachtrigger: nonepipeline succeeds)