Skip to content

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

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 1 commit into from
Sep 22, 2021

Conversation

SteveSandersonMS
Copy link
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
Member Author

/backport to release/6.0

@github-actions
Copy link
Contributor

@SteveSandersonMS
Copy link
Member Author

/azp run all

@azure-pipelines
Copy link

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