Skip to content

Fix ORC managed log collection#856

Open
winiciusallan wants to merge 2 commits into
k-orc:mainfrom
winiciusallan:kuttl-skip-delete
Open

Fix ORC managed log collection#856
winiciusallan wants to merge 2 commits into
k-orc:mainfrom
winiciusallan:kuttl-skip-delete

Conversation

@winiciusallan

Copy link
Copy Markdown
Member

When a failure in the CI occurs, the collectlogs script is not properly collecting logs for two reasons:

  1. It is not using the FQDN name for the resources, which causes the script to collect the Kubernetes service resource, instead of the Openstack service managed by ORC
  2. After the completion of kuttl test, it deletes all of the resources, preventing the script which runs afterwards to collect the managed resources.

This PR add the KUTTL_SKIP_DELETE flag to prevent kuttl of deleting the resources and use FQDN resource names.

Closes #855

@github-actions github-actions Bot added the semver:patch No API change label Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver:patch No API change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The CI is not properly collecting logs in failures

1 participant