Skip to content

Conversation

@remyduthu
Copy link
Contributor

Relates-To: MRGFY-5905

Copilot AI review requested due to automatic review settings October 14, 2025 08:24
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 14, 2025 08:24 Failure
@remyduthu remyduthu self-assigned this Oct 14, 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 the MERGIFY_TEST_FLAKY_DETECTION environment variable to the CI workflow to enable flaky test detection functionality.

  • Adds a new environment variable for flaky test detection in CI
  • Maintains the existing _MERGIFY_TEST_NEW_FLAKY_DETECTION variable alongside the new one

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

@mergify
Copy link
Contributor

mergify bot commented Oct 14, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🔴 👀 Review Requirements

This rule is failing.
  • any of:
    • #approved-reviews-by>=2
    • author = dependabot[bot]
    • author = renovate[bot]

🔴 🔎 Reviews

This rule is failing.
  • #changes-requested-reviews-by = 0
  • #review-threads-unresolved = 0
  • #review-requested = 0

🟢 🤖 Continuous Integration

Wonderful, this rule succeeded.
  • all of:
    • check-success=test (macos-15)
    • check-success=test (ubuntu-24.04)
    • check-success=test (windows-2025)

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

@mergify
Copy link
Contributor

mergify bot commented Oct 14, 2025

🧪 CI Insights

Here's what we observed from your CI run for 779381b.

🟢 All jobs passed!

But CI Insights is watching 👀

…running CI

Relates-To: MRGFY-5905
Change-Id: Id77e3e4f9631f8242a2b8292dce84932c1497e7d
@remyduthu remyduthu force-pushed the devs/remyduthu/flaky-detection-flag/Id77e3e4f9631f8242a2b8292dce84932c1497e7d branch from 143c685 to 779381b Compare October 14, 2025 08:28
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 14, 2025 08:28 Failure
@mergify mergify bot requested a review from a team October 14, 2025 08:29
@remyduthu remyduthu requested a review from a team October 14, 2025 08:33
shell: bash
env:
_MERGIFY_TEST_NEW_FLAKY_DETECTION: "true"
MERGIFY_TEST_FLAKY_DETECTION: "true"
Copy link
Member

Choose a reason for hiding this comment

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

This does not seem to be the job doing flaky detection?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants