Skip to content
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

[main] Change OneLocBuild mirror branch to release/8.0 temporarily #90812

Merged
merged 5 commits into from
Aug 21, 2023

Conversation

carlossanlop
Copy link
Member

@carlossanlop carlossanlop commented Aug 18, 2023

Fixes #90755

Following the instructions to ensure we localize all the release/8.0 strings: https://github.com/dotnet/arcade/blob/main/Documentation/OneLocBuild.md#if-youre-releasing-from-a-branch-other-than-main-including-servicing-branches

The first change requires changing the main mirror branch to release/8.0 temporarily.

The second change is to backport this to release/8.0.

@ghost
Copy link

ghost commented Aug 18, 2023

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #90755

Following the instructions to ensure we localize all the release/8.0 strings: https://github.com/dotnet/arcade/blob/main/Documentation/OneLocBuild.md#releasing-with-onelocbuild-using-arcade

The first change requires changing the main mirror branch to release/8.0 temporarily.

The second change is to backport this to release/8.0.

Author: carlossanlop
Assignees: carlossanlop
Labels:

area-Infrastructure-libraries

Milestone: -

@carlossanlop
Copy link
Member Author

/backport to release/8.0

@github-actions
Copy link
Contributor

Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/5905149537

@carlossanlop
Copy link
Member Author

/backport to release/8.0-rc1

@github-actions

This comment was marked as outdated.

@@ -4,7 +4,7 @@ parameters:

# Optional: A defined YAML pool - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool
pool: ''

CeapexPat: $(dn-bot-ceapex-package-r) # PAT for the loc AzDO instance https://dev.azure.com/ceapex
Copy link
Member

@ericstj ericstj Aug 18, 2023

Choose a reason for hiding this comment

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

You cannot change things in the common folder. The contents of this folder are copied verbatim from dotnet/arcade.

eng/pipelines/runtime-official.yml Show resolved Hide resolved
@@ -41,13 +41,12 @@ extends:
# Localization build
#

# disabled due to https://github.com/dotnet/runtime/issues/90466
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if this is still broken or not. Make sure you are able to test this PR before merging. I don't think your PR validation build will test it.

Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe there's an azp run command to run it. Should I re-enable that in a separate PR?

Copy link
Member Author

@carlossanlop carlossanlop Aug 18, 2023

Choose a reason for hiding this comment

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

Ah nevermind, your other comment suggesting adding the parameter is precisely the lines I uncommented. It should be done in this same PR.

Copy link
Member

Choose a reason for hiding this comment

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

This still won't run in PR validation. It only runs for official builds. Also the branch filter might be getting in the way regardless. Might be hard to test this.

@carlossanlop
Copy link
Member Author

/azp help

@azure-pipelines

This comment was marked as outdated.

@carlossanlop
Copy link
Member Author

/azp list

@azure-pipelines
Copy link

CI/CD Pipelines for this repository:

@carlossanlop
Copy link
Member Author

I'll merge this and the backport and will monitor the rolling builds for any loc-related problems.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure localization changes are ported to release/8.0
4 participants