Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ steps:
- label: "Verify Renovate configuration"
command: "renovate-config-validator"
agents:
image: "docker.elastic.co/ci-agent-images/pipelib:0.25.1@sha256:6cc0befe2507b5f9c54f073a1bfddfcae8b6f2a9471f65e9a5f1a1b2da714838"
image: "docker.elastic.co/ci-agent-images/pipelib:0.27.0@sha256:d1713778d27e0b6208f59ba8761f04ef033af4c4237cb2614a09d38584c5ff88"
if_changed:
- "renovate.json"

# if our catalog-info.yaml is changed, make sure it's well-formed according to our internal standards as well as Backstage's validation
- label: Validate TokenPolicy RREs
command: "/agent/check-catalog-info.sh"
agents:
image: "docker.elastic.co/ci-agent-images/pipelib:0.25.1@sha256:6cc0befe2507b5f9c54f073a1bfddfcae8b6f2a9471f65e9a5f1a1b2da714838"
image: "docker.elastic.co/ci-agent-images/pipelib:0.27.0@sha256:d1713778d27e0b6208f59ba8761f04ef033af4c4237cb2614a09d38584c5ff88"
if_changed:
- "catalog-info.yaml"

Expand Down
Loading