Closed tuminoid closed 2 months ago
Name | Link |
---|---|
Latest commit | b9597486fedb83f3d4946508c04858762a18b056 |
Latest deploy log | https://app.netlify.com/sites/k8s-prow/deploys/66e90d34164b3c00080621c7 |
Deploy Preview | https://deploy-preview-277--k8s-prow.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/retest
wanna add a unit test?
There are no unit tests for this function to simply expand, so before adding them I'm looking for comments that agree that this is OK, and not breaking some other use-case I'm not expecting.
wanna add a unit test?
There are no unit tests for this function to simply expand, so before adding them I'm looking for comments that agree that this is OK, and not breaking some other use-case I'm not expecting.
Could you run a query and check how many workflow_call are in the kubernetes org? (to make sure it's not going to be a huge load, in case this impacts the GH token limit, cc @cjwagner)
wanna add a unit test?
There are no unit tests for this function to simply expand, so before adding them I'm looking for comments that agree that this is OK, and not breaking some other use-case I'm not expecting.
Could you run a query and check how many workflow_call are in the kubernetes org? (to make sure it's not going to be a huge load, in case this impacts the GH token limit, cc @cjwagner)
0 in sigs: https://github.com/search?q=org%3Akubernetes-sigs+workflow_call%3A&type=code
2 in k8s: https://github.com/search?q=org%3Akubernetes+workflow_call%3A&type=code
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: krzyzacy, tuminoid
The full list of commands accepted by this bot can be found here.
The pull request process is described here
We want to rerun workflows that we're triggered by
workflow_call
with Prow's/retest
keyword, whentrigger_github_workflows: true
is enabled in plugin config.Fixes: #276