-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Open
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.sig/schedulingCategorizes an issue or PR as relevant to SIG Scheduling.Categorizes an issue or PR as relevant to SIG Scheduling.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.wg/device-managementCategorizes an issue or PR as relevant to WG Device Management.Categorizes an issue or PR as relevant to WG Device Management.
Milestone
Description
Which jobs are flaking?
Triage board didn't catch this because it was down for a while, here's an example:
[FAILED] schedule pod: Timed out after 80.001s.
expected pod to be pod is scheduled, got instead:
<*v1.Pod | 0xc0014d2908>:
Which tests are flaking?
The "supports reusing resources" turned into a stress test at some point when we removed the limit of concurrent users of a claim. Now it depends on scheduling a lot of pods, which is obviously problematic due to unpredictable performance on larger jobs. It might have to be disabled or modified to not use that many pods - not a big loss in terms of coverage.
Since when has it been flaking?
Probably since graduation to GA caused it to run in jobs like pull-kubernetes-e2e-gce.
Testgrid link
No response
Reason for failure (if possible)
No response
Anything else we need to know?
No response
Relevant SIG(s)
/sig scheduling
/wg device-management
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.sig/schedulingCategorizes an issue or PR as relevant to SIG Scheduling.Categorizes an issue or PR as relevant to SIG Scheduling.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.wg/device-managementCategorizes an issue or PR as relevant to WG Device Management.Categorizes an issue or PR as relevant to WG Device Management.
Type
Projects
Status
Tracked
Status
🏗 In progress
Status
Backlog