Skip to content

Change channel passed to ci_setup to track runtime branch - #59071

Merged
Anipik merged 2 commits into
dotnet:release/6.0from
DrewScoggins:ReleaseUpdateCiSetupArgs
Sep 27, 2021
Merged

Change channel passed to ci_setup to track runtime branch#59071
Anipik merged 2 commits into
dotnet:release/6.0from
DrewScoggins:ReleaseUpdateCiSetupArgs

Conversation

@DrewScoggins

Copy link
Copy Markdown
Member

With this change we move to specifing the channel that is passed to ci_setup,
instead of it always being main. The allows us to have the runtime branch
help decide the correct version of the sdk that we should pull down with
dotnet-install. This means that going forward, we will need to have channels
that match the names of all branches that we plan to run from the runtime
side. If we do not, the sdk installation step will fail during ci_setup.

With this change we move to specifing the channel that is passed to ci_setup,
instead of it always being main. The allows us to have the runtime branch
help decide the correct version of the sdk that we should pull down with
dotnet-install. This means that going forward, we will need to have channels
that match the names of all branches that we plan to run from the runtime
side. If we do not, the sdk installation step will fail during ci_setup.
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

Issue Details

With this change we move to specifing the channel that is passed to ci_setup,
instead of it always being main. The allows us to have the runtime branch
help decide the correct version of the sdk that we should pull down with
dotnet-install. This means that going forward, we will need to have channels
that match the names of all branches that we plan to run from the runtime
side. If we do not, the sdk installation step will fail during ci_setup.

Author:DrewScoggins
Assignees:-
Labels:

area-Infrastructure-libraries

Milestone:-

The previous change here broke private runs as it required the channel map
to have an entry matching the name of the runtime branch you were testing.
This fix now defaults the channel to main for private runs.
@DrewScoggins

Copy link
Copy Markdown
MemberAuthor

@jeffschwMSFT PTAL

@jeffschwMSFTjeffschwMSFT left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm. @Anipik when is a good time to merge? (this is tell mode infra work)

@DrewScoggins

DrewScoggins commented Sep 22, 2021

Copy link
Copy Markdown
MemberAuthor

Is this a good time to get merged? This is blocking some people from moving to net7.0.

@DrewScoggins

Copy link
Copy Markdown
MemberAuthor

Neither failure seems related to this change. @Anipik@jeffschwMSFT

@Anipik
Anipik merged commit 5eb9fd5 into dotnet:release/6.0Sep 27, 2021
@ghostghost locked as resolved and limited conversation to collaborators Nov 3, 2021
Sign up for freeto 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.

4 participants

@DrewScoggins@billwert@jeffschwMSFT@Anipik