Skip to content

Dev update muted v6 #16557

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

Merged
merged 2 commits into from
Apr 1, 2025
Merged

Dev update muted v6 #16557

merged 2 commits into from
Apr 1, 2025

Conversation

naspirato
Copy link
Collaborator

@naspirato naspirato commented Mar 31, 2025

Changelog entry

FOR DEBUG

Changelog category

  • Not for changelog (changelog entry is not required)

Description for reviewers

...

Copy link

github-actions bot commented Mar 31, 2025

🟢 2025-03-31 19:05:21 UTC The validation of the Pull Request description is successful.

Copy link

github-actions bot commented Mar 31, 2025

2025-03-31 19:01:56 UTC Pre-commit check linux-x86_64-release-asan for f6c41ca has started.
2025-03-31 19:02:11 UTC Artifacts will be uploaded here
2025-03-31 19:04:35 UTC ya make is running...
🟢 2025-03-31 19:04:40 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-03-31 19:04:46 UTC Build successful.

Copy link

github-actions bot commented Mar 31, 2025

2025-03-31 19:02:00 UTC Pre-commit check linux-x86_64-relwithdebinfo for f6c41ca has started.
2025-03-31 19:02:15 UTC Artifacts will be uploaded here
2025-03-31 19:04:29 UTC ya make is running...
🟢 2025-03-31 19:04:35 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
0 0 0 0 0 0

🟢 2025-03-31 19:04:40 UTC Build successful.

@naspirato naspirato marked this pull request as ready for review March 31, 2025 19:03
@naspirato naspirato requested a review from maximyurchuk March 31, 2025 19:04
@naspirato naspirato enabled auto-merge (squash) March 31, 2025 19:04
@maximyurchuk maximyurchuk requested a review from Copilot April 1, 2025 09:43
Copy link
Contributor

@Copilot 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 primarily introduces changes for debugging the muted tests functionality. Key changes include:

  • Adding a schedule trigger in the "update_muted_ya.yml" workflow to run every 2nd hour.
  • Updating the variable used to set the PR body from "bodyText" to "completeBody" in "update_muted_ya.yml".
  • Adjusting the job in "create_issues_for_muted_tests.yml" by renaming it, updating conditional triggers, and modifying the script call to create issues.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/update_muted_ya.yml Added scheduled trigger and updated variable reference for PR body.
.github/workflows/create_issues_for_muted_tests.yml Renamed job, adjusted the trigger condition, and changed script invocation for issue creation.
Comments suppressed due to low confidence (2)

.github/workflows/update_muted_ya.yml:169

  • Ensure that 'completeBody' is correctly defined and contains the intended content, as it replaces 'bodyText'.
body: completeBody

.github/workflows/create_issues_for_muted_tests.yml:56

  • [nitpick] Consider using the output from the 'create_issues' step rather than hardcoding 'issues_info.txt' to ensure consistency in PR updates.
python .github/scripts/create_or_update_pr.py append_pr_body --pr_number=${{ github.event.pull_request.number || github.event.inputs.pr_number  }} --body=issues_info.txt

@maximyurchuk maximyurchuk disabled auto-merge April 1, 2025 09:44
@naspirato naspirato merged commit e74fd58 into main Apr 1, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants