Peter Rúček
Peter Rúček
Resolves https://github.com/kubernetes/test-infra/issues/30108 Add new `BulkJobStatusChange` endpoint to change the status of multiple PJs.
Resolves: https://github.com/kubernetes-sigs/prow/issues/115 Add new `BulkJobStatusChange` endpoint to change the status of multiple PJs.
Original issue: https://github.com/kubernetes/test-infra/issues/30108 **What would you like to be added:** A simple API to mass update statuses of jobs based on filtering criteria: - cluster - state - started_after -...
Reverts kubernetes-sigs/prow#156
This PR resolves issues: `{ could not create RPM repo server deployment: Deployment.apps "rpm-repo" is invalid: [spec.selector.matchLabels: Invalid value: "[images]": a valid label must be an empty string or consist...
**What type of PR is this?** /kind feature /kind api-change **What this PR does / why we need it**: This feature is adding `WaitingTimeout` for `SpotMarketOptions` that is optional. The...
Fixes #269 When a PR has "changes requested", Tide was attempting to merge it even though GitHub blocks it when branch protection requires reviews. Changes: - Added branch protection check...
Fixes: https://github.com/kubernetes-sigs/prow/issues/474 This PR adds a fallback to merging an individual PR, when a batch fails to merge. Before, when a Batch failed to merge, it didn't take into account...
**Added `pkg/dockerfile/inputs.go`** - Core detection logic: - Automatically detects `registry.ci.openshift.org` and `quay-proxy.ci.openshift.org` references in Dockerfiles - Parses references into `org/repo/tag` components - Generates `base_images` and `inputs.as[]` configuration on-the-fly - Using...
Add --ignore-repos flag to registry-replacer Changes: - Add --ignore-repos flag that accepts org/repo notation (can be passed multiple times) - Skip processing for repos in the ignore list - Add...