Skip to content

1es-ify Localization pipeline #60720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 3, 2025
Merged

1es-ify Localization pipeline #60720

merged 3 commits into from
Mar 3, 2025

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Mar 3, 2025

The loc pipeline has been broken for a long time because it was trying to run on a Linux agent. We should get it fully modernized by 1es-ifying it.

Test job here - we're currently at 99% localization coverage, so we can expect a small set of incoming changes, which we should consider backporting to 9.0: https://dev.azure.com/dnceng/internal/_build/results?buildId=2654452&view=results

@Copilot Copilot AI review requested due to automatic review settings March 3, 2025 17:56
@wtgodbe wtgodbe requested a review from a team as a code owner March 3, 2025 17:56
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Mar 3, 2025
Copy link
Contributor

@Copilot 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.

PR Overview

This PR modernizes the localization pipeline by updating the YAML configuration to use official 1ES pipeline templates and a dedicated repository for pipeline assets. Key changes include:

  • Updating template references from the legacy paths to the official ones.
  • Adding a resources section to reference the 1ES pipeline repository.
  • Extending the pipeline with a new official pipeline template that specifies Windows pool settings.

Reviewed Changes

File Description
.azure/pipelines/localization.yml Updates to point to official 1ES templates and adds pipeline repository reference

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

.azure/pipelines/localization.yml:28

  • Verify that the '@self' repository reference is intended for the pool-providers template. Consider using the 1ES pipeline repository reference if consistency with the extended pipeline template is desired.
+- template: /eng/common/templates-official/variables/pool-providers.yml@self

.azure/pipelines/localization.yml:61

  • Ensure that the use of '@self' for the onelocbuild job template is correct, as it may lead to inconsistent behavior if the intention was to pull from the 1ES pipeline repository.
+        - template: /eng/common/templates-official/job/onelocbuild.yml@self

@wtgodbe wtgodbe merged commit aa5687c into main Mar 3, 2025
27 checks passed
@wtgodbe wtgodbe deleted the wtgodbe/Loc1es branch March 3, 2025 20:32
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview3 milestone Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant