Skip to content

Conversation

@jade-guiton-dd
Copy link
Contributor

@jade-guiton-dd jade-guiton-dd commented Sep 22, 2025

Description

Based on this debug log, we can now tell that the payload passed to the merge freeze job in the merge queue CI for otelbot PRs has author.name = "otelbot[bot]" and author.email = "197425009+otelbot[bot]@users.noreply.github.com".

That email is extremely surprising considering the patch output for otelbot's commits has almost the same email, but without the [bot] suffix...

This PR reverts back to a name-based check for simplicity, and removes the debug log. The result is very similar to #13516, but checking against the correct name.

Link to tracking issue

Fixes #13789

@jade-guiton-dd jade-guiton-dd requested a review from a team as a code owner September 22, 2025 17:05
@jade-guiton-dd jade-guiton-dd added Skip Changelog PRs that do not require a CHANGELOG.md entry Skip Contrib Tests ci-cd CI, CD, testing, build issues labels Sep 22, 2025
@jade-guiton-dd jade-guiton-dd changed the title [chore] Try fixing merge freeze CI again, try 2 [chore] Fix merge freeze CI, attempt 2 Sep 22, 2025
@jade-guiton-dd jade-guiton-dd changed the title [chore] Fix merge freeze CI, attempt 2 [chore] Fix merge freeze CI, attempt 3 Sep 22, 2025
@codecov
Copy link

codecov bot commented Sep 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.33%. Comparing base (f98d8b9) to head (e3eb49c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13880      +/-   ##
==========================================
- Coverage   91.36%   91.33%   -0.03%     
==========================================
  Files         652      652              
  Lines       42665    42665              
==========================================
- Hits        38979    38969      -10     
- Misses       2860     2867       +7     
- Partials      826      829       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bogdandrutu bogdandrutu added this pull request to the merge queue Sep 22, 2025
Merged via the queue into open-telemetry:main with commit 25322ba Sep 22, 2025
71 checks passed
@github-actions github-actions bot added this to the next release milestone Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-cd CI, CD, testing, build issues Skip Changelog PRs that do not require a CHANGELOG.md entry Skip Contrib Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[cicd] check-merge-freeze fails

3 participants