Skip to content

Commit

Permalink
chore(ci): Validate catalog-info.yaml (#7240)
Browse files Browse the repository at this point in the history
Validate that definitions in catalog-info.yaml are well-formed using EngProd provided tooling.
  • Loading branch information
nuugen authored Mar 7, 2025
1 parent 52a54f9 commit 02b2c87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,8 @@ steps:
build:
commit: "${BUILDKITE_COMMIT}"
branch: "${BUILDKITE_BRANCH}"

- label: "Validate catalog-info.yaml"
command: "/agent/check-catalog-info.sh"
agents:
image: docker.elastic.co/ci-agent-images/pipelib:0.13.0

0 comments on commit 02b2c87

Please sign in to comment.