Skip to content

Improve Agent Readiness Score#1504

Open
sapoluri wants to merge 8 commits into
open-edge-platform:mainfrom
sapoluri:main
Open

Improve Agent Readiness Score#1504
sapoluri wants to merge 8 commits into
open-edge-platform:mainfrom
sapoluri:main

Conversation

@sapoluri

@sapoluri sapoluri commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

📝 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:

  • 🐞 Bug fix – Non-breaking change which fixes an issue
  • 🚀 New feature – Non-breaking change which adds functionality
  • 🔨 Refactor – Non-breaking change which refactors the code base
  • 💥 Breaking change – Changes that break existing functionality
  • 📚 Documentation update
  • 🔒 Security update
  • 🧪 Tests
  • 🚂 CI

🧪 Testing Scenarios

Describe how the changes were tested and how reviewers can test them too:

  • ✅ Tested manually
  • 🤖 Ran automated end-to-end tests

✅ Checklist

Before submitting the PR, ensure the following:

  • 🔍 PR title is clear and descriptive
  • 📝 For internal contributors: If applicable, include the JIRA ticket number (e.g., ITEP-123456) in the PR title. Do not include full URLs
  • 💬 I have commented my code, especially in hard-to-understand areas
  • 📄 I have made corresponding changes to the documentation
  • ✅ I have added tests that prove my fix is effective or my feature works

@saratpoluri saratpoluri changed the title Improve Agent Readiness Score [Merge after 2026.1] Improve Agent Readiness Score Jun 5, 2026
@saratpoluri saratpoluri changed the title [Merge after 2026.1] Improve Agent Readiness Score Improve Agent Readiness Score Jun 22, 2026

@dmytroye dmytroye left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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 \

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

How it will affect tests duration? Timeout should be adjusted. This applies for all tests below.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants