Skip to content

Conversation

@dagood
Copy link
Member

@dagood dagood commented Nov 4, 2025

Incorporates https://github.com/microsoft/go-infra/tree/main/cmd/pipelineymlgen. Not the cleanest incorporation because we can't put our tooling Go module at the root of this repository. Execution happens through pwsh eng/run.ps1 pipelineymlgen to make it work the same as other generators we currently use in this repository.

Adds reproducibility evaluation to the existing eng/_util self-test suite. Since it relies on external files, re-runs aren't reliable, so added -count 1 support to the self-test runner. This isn't a problem in CI because the runs are always fresh.

This only uses the tool to address a very specific problem with the behavior of ${{ if variables['Go1ESOfficial'] }}: in the shared template by breaking up that template while avoiding duplication. I think there's still a significant amount of low-hanging fruit in this repo's pipelines for simplification later.

Test official pipeline: https://dev.azure.com/dnceng/internal/_build/results?buildId=2831266&view=results
Test unofficial pipeline: https://dev.azure.com/dnceng/internal/_build/results?buildId=2831265&view=results

@dagood dagood requested a review from a team as a code owner November 4, 2025 19:04
Copy link
Member

@karianna karianna left a comment

Choose a reason for hiding this comment

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

Pipeline seems to fail

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