Skip to content

Update branding for 3.1.20 #36235

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

Conversation

vseanreesermsft
Copy link
Contributor

No description provided.

@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Sep 7, 2021
@dougbu
Copy link
Contributor

dougbu commented Sep 7, 2021

Lots failing. Assigning @wtgodbe for fixes

@wtgodbe
Copy link
Member

wtgodbe commented Sep 7, 2021

@MattGal installing nginx just stopped working on OSX 10.14, but is working in this PR after upgrading to 10.15 (failing build on 10.14 here: https://dev.azure.com/dnceng/public/_build/results?buildId=1347028&view=logs&j=f43b187f-6c15-531c-a59b-e4fba4e9ed20). This was working as recently as last month, any idea what might have changed? Here's what we run: https://github.com/dotnet/aspnetcore/blob/release/3.1/eng/scripts/install-nginx-mac.sh

@MattGal
Copy link
Member

MattGal commented Sep 7, 2021

@MattGal installing nginx just stopped working on OSX 10.14, but is working in this PR after upgrading to 10.15 (failing build on 10.14 here: https://dev.azure.com/dnceng/public/_build/results?buildId=1347028&view=logs&j=f43b187f-6c15-531c-a59b-e4fba4e9ed20). This was working as recently as last month, any idea what might have changed? Here's what we run: https://github.com/dotnet/aspnetcore/blob/release/3.1/eng/scripts/install-nginx-mac.sh

Tough to answer since that build is gone and 10.14 has been deprecated from Hosted MacOS, but in general when MacOS things change (you may want to retitle that job, it's still named 10.14?) I go to the actions/virtual-environments repo, e.g. https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md

The interesting bit from this readme is that it explicitly lists NGinX as present and stopped, so you could simplify your scripts possibly to just starting it:

image

@wtgodbe
Copy link
Member

wtgodbe commented Sep 7, 2021

I only updated from 10.14 to 10.15 in this PR to see if that would fix the issue, I'm not sure that's the solution we actually want to go with in servicing. Here's the 5.0 branding PR, where the 10.14 job fails to install nginx: #36236. I don't see anything about nginx in the 10.14 doc: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.14-Readme.md

@MattGal
Copy link
Member

MattGal commented Sep 7, 2021

I only updated from 10.14 to 10.15 in this PR to see if that would fix the issue, I'm not sure that's the solution we actually want to go with in servicing. Here's the 5.0 branding PR, where the 10.14 job fails to install nginx: #36236. I don't see anything about nginx in the 10.14 doc: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.14-Readme.md

Ah, I see they have only removed it from the landing page for now. Regardless, the history of that .md file is what's changed, and if you cannot reasonably adapt to it please file an issue on the virtual-environments repo about the problem, then use @dotnet/dnceng for escalation if you are stuck.

@wtgodbe wtgodbe force-pushed the branding-3.1.20-2021-09-07-0948 branch from a6f33f9 to 95e98eb Compare September 8, 2021 16:28
@wtgodbe wtgodbe force-pushed the branding-3.1.20-2021-09-07-0948 branch from 95e98eb to 1f866ed Compare September 8, 2021 16:59
@wtgodbe
Copy link
Member

wtgodbe commented Sep 8, 2021

ContinueOnError for installing nginx looks like the way to go, tests still pass, and that leg doesn't produce anything we publish. Filed actions/runner-images#4049 for them to fix the image issue, but it isn't blocking at the moment.

@wtgodbe wtgodbe merged commit 9549091 into dotnet:release/3.1 Sep 8, 2021
@dougbu dougbu added this to the 3.1.20 milestone Sep 15, 2021
@dougbu dougbu added the tell-mode Indicates a PR which is being merged during tell-mode label Oct 5, 2021
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 tell-mode Indicates a PR which is being merged during tell-mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants