Update boilerplate to fix EC violations#439
Conversation
Run boilerplate-update to pull latest pipeline definitions and UBI base image (ubi-minimal:9.8-1780378819).
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (3)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustman9000 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@dustman9000: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #439 +/- ##
=======================================
Coverage 72.44% 72.44%
=======================================
Files 11 11
Lines 704 704
=======================================
Hits 510 510
Misses 173 173
Partials 21 21 🚀 New features to boost your workflow:
|
Summary
make boilerplate-updateto pull latest boilerplate (1cb129a)ubi-minimal:9.8-1779809423toubi-minimal:9.8-1780378819Context
Team Rocket (ROSA SRE) owns splunk-forwarder-operator. The
.tekton/pipeline files useresolver: gitpointing atopenshift/boilerplate master, so they resolve task bundles dynamically. The boilerplate-update ensures Dockerfiles use the latest base images and the commit hash is current.Test plan