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

Mention infra failures and still report results when they occur #107

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

jakebailey
Copy link
Member

Hopefully this demystifies things like: microsoft/TypeScript#53607 (comment)

break;
}
}
}

let summary: string;
if (somethingChanged && (isTopReposRun || !infrastructureFailed)) {
Copy link
Member Author

Choose a reason for hiding this comment

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

It took me way too long to understand the meaning of this logic, so I've simplified things down to make it clear that the intent was to not report infra failures for top-repos runs.

@jakebailey jakebailey merged commit 8567cbe into microsoft:main Apr 3, 2023
@jakebailey jakebailey deleted the install-failure branch April 3, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants