Skip to content

Remove continueOnBuildError for components E2E tests. Fixes #35565#36839

Merged
SteveSandersonMS merged 1 commit intomainfrom
stevesa/restore-components-e2etests
Sep 22, 2021
Merged

Remove continueOnBuildError for components E2E tests. Fixes #35565#36839
SteveSandersonMS merged 1 commit intomainfrom
stevesa/restore-components-e2etests

Conversation

@SteveSandersonMS
Copy link
Copy Markdown
Member

@SteveSandersonMS SteveSandersonMS commented Sep 22, 2021

The components E2E tests have been very stable since I did a bunch of work to change how they run in CI (e.g., on Linux and without parallelism, and with retries). See the run history: https://dev.azure.com/dnceng/public/_build?definitionId=1026.

Since those changes, I haven't seen any cases where tests failed incorrectly. I haven't personally inspected every build, but all the failures I've seen have all been legit build issues, not test issues.

So it's now time to remove the "ignore failures" flag, and fix #35565

@SteveSandersonMS SteveSandersonMS added the area-blazor Includes: Blazor, Razor Components label Sep 22, 2021
@SteveSandersonMS SteveSandersonMS requested a review from a team as a code owner September 22, 2021 15:00
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Sep 22, 2021
@SteveSandersonMS SteveSandersonMS requested a review from a team September 22, 2021 15:00
@SteveSandersonMS
Copy link
Copy Markdown
Member Author

/backport to release/6.0

@github-actions
Copy link
Copy Markdown
Contributor

Started backporting to release/6.0: https://github.com/dotnet/aspnetcore/actions/runs/1262341496

@SteveSandersonMS
Copy link
Copy Markdown
Member Author

/azp run all

@azure-pipelines
Copy link
Copy Markdown

No pipelines are associated with this pull request.

@SteveSandersonMS SteveSandersonMS enabled auto-merge (squash) September 22, 2021 16:39
@SteveSandersonMS SteveSandersonMS merged commit 8b03a50 into main Sep 22, 2021
@SteveSandersonMS SteveSandersonMS deleted the stevesa/restore-components-e2etests branch September 22, 2021 17:14
@ghost ghost modified the milestones: 6.0.0, 7.0-preview1 Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-blazor Includes: Blazor, Razor Components 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.

Remove continueOnBuildError for components e2e

3 participants