Skip to content

[DNM] Debug KUTTL tests (0.7.0) migration - #61

Draft
lpiwowar wants to merge 8 commits into
openstack-k8s-operators:mainfrom
lpiwowar:lpiwowar/get-logs-0.7.0
Draft

[DNM] Debug KUTTL tests (0.7.0) migration#61
lpiwowar wants to merge 8 commits into
openstack-k8s-operators:mainfrom
lpiwowar:lpiwowar/get-logs-0.7.0

Conversation

@lpiwowar

Copy link
Copy Markdown
Collaborator

No description provided.

Akrog and others added 8 commits August 18, 2026 12:20
Lightspeed-stack version 0.7.0 updates it's llama-stack dependency
version to ogx version 1.0.2 [1] in commit
6e5a4e6aed30cc6fa430679746ea17659468ff7e, which breaks us because there
have been many changes in the llama-stack/OGX configuration file.

Changes that breaks us, that this commit fixes, and the commit hash
where they were introduced in the OGX project:

- Changed `llama stack run` with `ogx run`
  [2162e860568132cfe13f4d1e7d5466d9882ba3cf]

- Replaced `rag-runtime` with `file-search`
  [f979c4b00219de2f93e3f60f655f7e5e2cf51d9f]

- Replaced `builtin::rag` to `builtin::file_search`
  [f979c4b00219de2f93e3f60f655f7e5e2cf51d9f]

- Replaced `agents` with `responses`
  [f30e4863096b94eed89f08c5438f1ad9a9068a48]

- Replaced `meta-reference` with `builtin`
  [236a23076ded819004c59f3a7fc67ae5a83cf195]

- Removed `safety` api
  [5ad4753869a145bb0b618a1d3cf6969808cb4435]

- Update the DB name from `llamastack` to `ogx`

[1]: lightspeed-core/lightspeed-stack#2293
We have references to llama stack in directory names, resources,
containers, etc., but it's no longer llama stack, it's ogx now.

Change most of these references to ogx.
Lightspeed-stack v0.7.0 introduced OTEL anonymization, since they called
the anonymize_value() function unconditionally we get a ValueError
exception.

To avoid getting that exception we need to set either
OTEL_ANONYMIZATION_SECRET or set OTEL_SDK_DISABLED to "true".

Since our operator is already disabling telemetry in the OGX config
(`telemetry: enabled: false`), we'll set `OTEL_SDK_DISABLED=true` on the
lightspeed-stack container.
The go-install-tool macro was letting Go auto-switch to a lower
toolchain when installing tools (e.g. govulncheck built with Go 1.25
instead of 1.26), causing failures when analyzing packages that require
the newer version. Pin GOTOOLCHAIN and encode the Go version in cached
binary names so toolchain upgrades trigger automatic rebuilds.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This allows us to gather the logs using must-gather from the exact point
when the tests fail.
@openshift-ci

openshift-ci Bot commented Aug 21, 2026

Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci

openshift-ci Bot commented Aug 21, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lpiwowar

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

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: 69acffba-c699-4de5-93e4-be41ce026884

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

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

@lpiwowar lpiwowar changed the title Lpiwowar/get logs 0.7.0 [DNM] Debug KUTTL tests (0.7.0) migration Aug 21, 2026
@lpiwowar

Copy link
Copy Markdown
Collaborator Author

/test all

@openshift-ci

openshift-ci Bot commented Aug 21, 2026

Copy link
Copy Markdown

@lpiwowar: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/openstack-lightspeed-kuttl-4-20 78887ef link true /test openstack-lightspeed-kuttl-4-20

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

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