Skip to content

test: catalog-info failure#19018

Closed
v1v wants to merge 1 commit into
mainfrom
v1v-patch-2
Closed

test: catalog-info failure#19018
v1v wants to merge 1 commit into
mainfrom
v1v-patch-2

Conversation

@v1v

@v1v v1v commented May 14, 2026

Copy link
Copy Markdown
Member

No description provided.

@github-actions

Copy link
Copy Markdown
Contributor

TL;DR

The catalog-info workflow failed in validate because catalog-info.yaml contains a misspelled key: povider_settings instead of provider_settings. Rename it back to provider_settings and re-run checks.

Remediation

  • In catalog-info.yaml, change povider_settings: back to provider_settings: under the buildkite-pipeline-integrations-test-stack resource.
  • Push the fix and re-run the catalog-info workflow (or re-run failed jobs) to confirm schema validation passes.
Investigation details

Root Cause

elastic/oblt-actions/elastic/validate-catalog@v1 runs rre validate --backstage-entity-aware --verbose catalog-info.yaml. The validator rejects an unexpected field path under the Buildkite pipeline spec due to a typo in the key name introduced by this PR.

Evidence

Error encountered while validating Resource buildkite-pipeline-integrations-test-stack ✗
1 validation error for RRE
spec.implementation.`buildkite.elastic.dev/v1`.Pipeline.spec.povider_settings
  Extra inputs are not permitted [type=extra_forbidden, ...]
##[error]Process completed with exit code 1.

Validation

  • Not run locally in this workflow context (read-only diagnosis from workflow logs and PR diff).

Follow-up

  • After correcting the key typo, the same validator step should proceed past this resource without the extra_forbidden schema error.

What is this? | From workflow: PR Actions Detective

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

@v1v v1v closed this May 14, 2026
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.

1 participant