Improve Agent Readiness Score#1504
Open
sapoluri wants to merge 8 commits into
Open
Conversation
dmytroye
requested changes
Jun 23, 2026
dmytroye
left a comment
Member
There was a problem hiding this comment.
Please add PR description and make PR name consistent with the content (agents.md validation and flaky tests support). Should it be a 2 separate PRs?
Please run All Tests workflow to check how it will affect tests duration to adjust tests workflows timeouts if needed.
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| name: "[Code Analysis] Validate AGENTS.md" | ||
| run-name: "[Code Analysis] Validate AGENTS.md" |
Member
There was a problem hiding this comment.
Workflow validates Makefiles as well, it should be reflected in workflow's name and make target name.
| pytest tests/functional --junitxml=reports/functional_results.xml --log-level=ERROR | ||
| # Retry only transient infra failures so flaky runs do not fail the | ||
| # pipeline; -r aR records each RERUN so flaky tests are still surfaced. | ||
| pytest tests/functional --junitxml=reports/functional_results.xml \ |
Member
There was a problem hiding this comment.
How it will affect tests duration? Timeout should be adjusted. This applies for all tests below.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
Provide a clear summary of the changes and the context behind them. Describe what was changed, why it was needed, and how the changes address the issue or add value.
✨ Type of Change
Select the type of change your PR introduces:
🧪 Testing Scenarios
Describe how the changes were tested and how reviewers can test them too:
✅ Checklist
Before submitting the PR, ensure the following: