Closed 196Ikuchil closed 2 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: 196Ikuchil
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
Instead of creating dammy PC, can we make it simpler by like this?
@sanposhiho Thanks! Splitting is a good idea for me ✋
applyUnprioritizedPods() → applyPcs() → errgrp.Wait() → applyPrioritizedPods()
But, this idea↑ doesn't solve this problem↓.
It is possible that a PriorityClass with the same name but different value existed previously. (maybe edge case) https://github.com/kubernetes-sigs/kube-scheduler-simulator/issues/303#issuecomment-1666452855
In this case, all pods with the same priorityClass are overwritten with the newer priority value.
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
PR needs rebase.
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close
@k8s-triage-robot: Closed this PR.
/reopen
@sanposhiho: Reopened this PR.
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close
@k8s-triage-robot: Closed this PR.
/reopen
@sanposhiho: Reopened this PR.
/remove-lifecycle rotten
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
/remove-lifecycle rotten
@196Ikuchil: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
pull-kube-scheduler-simulator-frontend-lint | fbfc81ced8f1a84b74ad4ef5b16ca566f6e0b63b | link | true | /test pull-kube-scheduler-simulator-frontend-lint |
pull-kube-scheduler-simulator-backend-unit-test | fbfc81ced8f1a84b74ad4ef5b16ca566f6e0b63b | link | true | /test pull-kube-scheduler-simulator-backend-unit-test |
pull-kube-scheduler-simulator-backend-lint | fbfc81ced8f1a84b74ad4ef5b16ca566f6e0b63b | link | true | /test pull-kube-scheduler-simulator-backend-lint |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close
@k8s-triage-robot: Closed this PR.
What type of PR is this?
/area simulator /kind bug
What this PR does / why we need it:
The Snapshot feature was not able to take PriorityClass into account when importing pods. This meant that it was not working properly.
Which issue(s) this PR fixes:
Fixes #303
Special notes for your reviewer:
/label tide/merge-method-squash