Skip to content

Conversation

@BorisDog
Copy link
Contributor

Added GitHub checks aliases for unit tests.

Added GitHub checks aliases for unit tests.
@BorisDog BorisDog requested a review from a team as a code owner October 16, 2025 19:10
@BorisDog BorisDog requested review from Copilot and papafe October 16, 2025 19:10
@BorisDog BorisDog added the chore Non–user-facing code changes (tests, build scripts, etc.). label Oct 16, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds GitHub checks aliases to the Evergreen configuration to enable visibility of Evergreen build status directly in GitHub commits.

  • Added github_checks_aliases configuration section
  • Configured aliases for unit test variants to display in GitHub

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

ls -la
df -h
# Allows to see evergreen checks in GitHub commits
Copy link

Copilot AI Oct 16, 2025

Choose a reason for hiding this comment

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

Grammar correction: 'Allows to see' should be 'Allows viewing' or 'Allows you to see'.

Suggested change
# Allows to see evergreen checks in GitHub commits
# Allows you to see evergreen checks in GitHub commits

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

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

I disagree 😁

github_checks_aliases:
- variant: "unit-tests-.*"
task: ".*"

Copy link

Copilot AI Oct 16, 2025

Choose a reason for hiding this comment

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

Remove trailing whitespace on line 31.

Suggested change

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

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

I disagree as well

Copy link
Contributor

@papafe papafe left a comment

Choose a reason for hiding this comment

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

Overall it looks good. I suppose we're going to do the same for all tests once we get rid of our flaky tests?

@BorisDog BorisDog closed this Oct 22, 2025
@BorisDog BorisDog deleted the csharp5768 branch October 22, 2025 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Non–user-facing code changes (tests, build scripts, etc.).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants