Danilo Gemoli
Danilo Gemoli
This PR tries to solve #27193 /sig testing /cc @chaodaiG @alvaroaleman
Since the scheduler has been introduced ([issue](https://github.com/kubernetes/test-infra/issues/32039) and [PRs](https://github.com/kubernetes/test-infra/pulls?q=is%3Apr+is%3Aclosed+scheduler+in%3Atitle+author%3Adanilo-gemoli)) a ProwJob may be created in `scheduling` state. The component that should handle PJs in `scheduling`, and that should make them...
### GitHub Username danilo-gemoli ### Organization you are requesting membership in kubernetes-sigs ### Requirements - [X] I have reviewed the [community membership guidelines](https://git.k8s.io/community/community-membership.md) - [X] I have [enabled 2FA on...
This PR is an attempt to fix https://github.com/kubernetes/test-infra/issues/31313. As far as I was able to understand the test pulled out the value from the generator ([here](https://github.com/kubernetes/test-infra/blob/c76de018691234a5bfa8bb2c0e5586149c32db0a/prow/config/secret/agent_test.go#L159-L161)) before the agent had...
We haven't been updating Prow modules for a long time, and the more we wait the harder it becomes. I want to propose an update plan to bump the `sigs.k8s.io/controller-runtime`...
Like https://github.com/openshift/ci-tools/pull/4342 but with a stronger assertion `errors.Is(err, &meta.NoKindMatchError{})`
These are the available `needs-*` categories that can be applied to an issue (see [here](https://github.com/kubernetes-sigs/prow/blob/aae1f05957ef15eb73500e0d1d3c7f01db6bdabd/pkg/plugins/label/label.go#L40)): ``` needs-kind, needs-priority, needs-sig, needs-triage ``` When an issue has one of those, as `needs-triage`,...
Instruct the `generic-autobumper` to handle the Prow images in `config/prow/config.yaml`. Most likely, what follows is the list of images that will periodically bumped: ```sh $ grep -nF 'docker.pkg.dev' config/prow/config.yaml 19:...
As of today, when the boskos' client tries to acquire a lease, it doesn't distinguish between these two error cases: 1. There are no leases available anymore. 1. The lease...
This is the preparatory work that `ci-operator` requires in order to run a small lease proxy server. We are working on the intra-step leasing capability that will allow a step...