Skip to content

build: pool with larger mem sku#3122

Merged
MIchaelMainer merged 1 commit into
mainfrom
mmainer/add-bigger-pool
May 14, 2026
Merged

build: pool with larger mem sku#3122
MIchaelMainer merged 1 commit into
mainfrom
mmainer/add-bigger-pool

Conversation

@MIchaelMainer
Copy link
Copy Markdown
Collaborator

@MIchaelMainer MIchaelMainer commented May 14, 2026

Release-As: 6.0.3

Discontinue running on commit to main

Microsoft Reviewers: Open in CodeFlow

@MIchaelMainer MIchaelMainer requested a review from a team as a code owner May 14, 2026 21:40
Copilot AI review requested due to automatic review settings May 14, 2026 21:40
@MIchaelMainer MIchaelMainer merged commit 806ee0e into main May 14, 2026
7 checks passed
@MIchaelMainer MIchaelMainer deleted the mmainer/add-bigger-pool branch May 14, 2026 21:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Azure DevOps CI pipeline configuration to use a higher-memory Windows pool and modifies CI trigger behavior.

Changes:

  • Switches the 1ES pipeline pool configuration to 1es-windows-ps-compute-m.
  • Removes the trigger.branches filter (previously limited to main), leaving only path and tag filters.
Comments suppressed due to low confidence (1)

.azure-pipelines/ci-build.yml:11

  • The PR description says “Discontinue running on commit to main”, but this change removes the trigger.branches filter entirely. In Azure Pipelines YAML, omitting trigger.branches defaults to triggering on all branches, which would still include main (and may expand CI to other branches). If the goal is to stop CI runs on main, consider setting trigger: none or explicitly excluding main under trigger.branches.
trigger:
  paths:
    include:
      - src/*
  tags:
    include:
      - '*'
pr: none

MIchaelMainer added a commit that referenced this pull request May 14, 2026
@MIchaelMainer MIchaelMainer restored the mmainer/add-bigger-pool branch May 14, 2026 21:45
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