Skip to content

tests: PR for testing CI changes - #361

Closed
Artemon-line wants to merge 9 commits into
mainfrom
test-vertext-run
Closed

tests: PR for testing CI changes#361
Artemon-line wants to merge 9 commits into
mainfrom
test-vertext-run

Conversation

@Artemon-line

@Artemon-line Artemon-line commented May 12, 2026

Copy link
Copy Markdown
Collaborator

This update introduces a new "TESTING" section in the README.md to provide information on testing procedures for the Open Data Hub Llama Stack Distribution.

What does this PR do?

Test Plan

Summary by CodeRabbit

  • Documentation
    • Updated README with a new top-level section header for improved organization.

This update introduces a new "TESTING" section in the README.md to provide information on testing procedures for the Open Data Hub Llama Stack Distribution.

Signed-off-by: Artemy <ahladenk@redhat.com>
@Artemon-line Artemon-line added do-not-merge Apply to PRs that should not be merged (yet) testing labels May 12, 2026
@coderabbitai

coderabbitai Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: a2ad5316-1740-41d4-bfad-3350bea68323

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

A new top-level header # TESTING was inserted at the beginning of README.md, preceding the existing # Open Data Hub Llama Stack Distribution header. No other content, instructions, or links were modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

🚥 Pre-merge checks | ✅ 3 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning PR title claims 'tests: PR for testing CI changes' but changeset only adds a '# TESTING' header to README.md documentation. Align title with actual change: use 'docs: add TESTING section to README' or similar to accurately reflect the documentation-only modification.
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Artemon-line
Artemon-line marked this pull request as ready for review May 12, 2026 15:40
@Artemon-line
Artemon-line requested a review from kelbrown20 as a code owner May 12, 2026 15:40
@Artemon-line
Artemon-line marked this pull request as draft May 12, 2026 15:40

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
README.md (1)

1-3: ⚡ Quick win

Demote TESTING to ## TESTING under the project title.

README contains two H1 headers at lines 1–3, breaking document hierarchy and standard TOC expectations. Consolidate to a single H1 for the project title with subsections below.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` around lines 1 - 3, Change the top-level heading structure so
there is only one H1: keep "Open Data Hub Llama Stack Distribution" as the
single H1 and demote the separate "TESTING" heading to an H2 ("## TESTING");
update the README by replacing "# TESTING" with "## TESTING" and keeping the
project title as the single "# Open Data Hub Llama Stack Distribution".
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@README.md`:
- Around line 1-2: Update the README's TESTING section to include concrete,
executable test steps: list prerequisites (e.g., required Node/Python version,
environment variables, services to run), provide exact commands to run unit,
integration, and E2E tests (e.g., npm test, pytest, or ./run-tests.sh), show
expected success indicators (exit code 0, passing test counts, or specific log
lines) and failure signals (non-zero exit codes or failed test counts), and
include any teardown or common troubleshooting tips; ensure these instructions
are placed under the "TESTING" header so contributors can follow them
end-to-end.

---

Nitpick comments:
In `@README.md`:
- Around line 1-3: Change the top-level heading structure so there is only one
H1: keep "Open Data Hub Llama Stack Distribution" as the single H1 and demote
the separate "TESTING" heading to an H2 ("## TESTING"); update the README by
replacing "# TESTING" with "## TESTING" and keeping the project title as the
single "# Open Data Hub Llama Stack Distribution".
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 96d86eb0-f45b-456d-93cb-2852b9effdc4

📥 Commits

Reviewing files that changed from the base of the PR and between 9bbfc46 and 66890fe.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
Comment on lines +1 to +2
# TESTING

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

TESTING section is empty and does not provide executable test guidance.

Add concrete test steps (commands, prerequisites, and expected pass/fail signals). As-is, contributors get no actionable testing procedure from this section.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` around lines 1 - 2, Update the README's TESTING section to include
concrete, executable test steps: list prerequisites (e.g., required Node/Python
version, environment variables, services to run), provide exact commands to run
unit, integration, and E2E tests (e.g., npm test, pytest, or ./run-tests.sh),
show expected success indicators (exit code 0, passing test counts, or specific
log lines) and failure signals (non-zero exit codes or failed test counts), and
include any teardown or common troubleshooting tips; ensure these instructions
are placed under the "TESTING" header so contributors can follow them
end-to-end.

Artemon-line and others added 5 commits May 12, 2026 16:43
Signed-off-by: Artemy <ahladenk@redhat.com>

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Artemy <ahladenk@redhat.com>
@Artemon-line Artemon-line changed the title docs: add testing section to README tests: PR for testing CI changes Jun 22, 2026
Artemon-line and others added 3 commits June 29, 2026 15:21
…s action

This change eliminates the logic for enabling the pgvector extension during the PostgreSQL setup process, streamlining the action. The previous retry mechanism for creating the extension has been removed, simplifying the overall workflow.

Signed-off-by: Artemy <ahladenk@redhat.com>
@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

12 similar comments
@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@Artemon-line

Copy link
Copy Markdown
Collaborator Author

/retest

@rhods-ci-bot

Copy link
Copy Markdown

@Artemon-line: The following test has Succeeded:

OCI Artifact Browser URL

View in Artifact Browser

Inspecting Test Artifacts Manually

To inspect your test artifacts manually, follow these steps:

  1. Install ORAS (see the ORAS installation guide).
  2. Download artifacts with the following commands:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/opendatahub/odh-ci-artifacts:ogx-core-functional-its-9tgl6

@mergify

mergify Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

This pull request has merge conflicts that must be resolved before it can be merged. @Artemon-line please rebase it. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify Bot added the needs-rebase label Jul 16, 2026
@Artemon-line
Artemon-line deleted the test-vertext-run branch July 21, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge Apply to PRs that should not be merged (yet) needs-rebase testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants