Skip to content

Simplify pool.yml template chain#2243

Draft
dagood wants to merge 2 commits into
microsoft/mainfrom
dev/dagood/simple-poolchain
Draft

Simplify pool.yml template chain#2243
dagood wants to merge 2 commits into
microsoft/mainfrom
dev/dagood/simple-poolchain

Conversation

@dagood
Copy link
Copy Markdown
Member

@dagood dagood commented Apr 20, 2026

Replace the 3-file pool chain (pool.yml → pool-1.yml → pool-2.yml) with a single pool.gen.yml that generates pool.yml. The chain existed because AzDO template expressions can't compute a value and reuse it. pipelineymlgen data variables define the repeated expressions once and expand them in the generated output.

Copilot AI and others added 2 commits April 20, 2026 10:06
Create pr.gen.yml to generate both pr-pipeline.yml and pr-outerloop-pipeline.yml
from a single source, using inlineif for the outerloop vs innerloop differences.

Create rolling.gen.yml to generate both rolling-innerloop-pipeline.yml and
rolling-pipeline.yml from a single source, using inlineif for the innerloop-
specific parameters section and builder flags.

Also fix a duplicate entry in variables/codeql.yml.
Replace the 3-file pool chain (pool.yml → pool-1.yml → pool-2.yml) with
a single pool.gen.yml that generates pool.yml. The chain existed because
AzDO template expressions can't compute a value and reuse it.
pipelineymlgen data variables define the repeated expressions once and
expand them in the generated output.
Base automatically changed from dev/dagood/simple-ymlgen to microsoft/main April 23, 2026 21:25
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.

2 participants