-
Notifications
You must be signed in to change notification settings - Fork 11
chore(ci-insights): Add MERGIFY_TEST_FLAKY_DETECTION variable when running CI
#818
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
chore(ci-insights): Add MERGIFY_TEST_FLAKY_DETECTION variable when running CI
#818
Conversation
There was a problem hiding this 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_DETECTIONvariable alongside the new one
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 👀 Review RequirementsThis rule is failing.
🔴 🔎 ReviewsThis rule is failing.
🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
🧪 CI InsightsHere'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
143c685 to
779381b
Compare
| shell: bash | ||
| env: | ||
| _MERGIFY_TEST_NEW_FLAKY_DETECTION: "true" | ||
| MERGIFY_TEST_FLAKY_DETECTION: "true" |
There was a problem hiding this comment.
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?
Relates-To: MRGFY-5905