Jesse Stutler

Results 341 comments of Jesse Stutler

I'm from volcano community, we also wish to have this feature. Currently, the first PR from outside contributors must be approved by our owner and then trigger the github workflows,...

Hi, @tuminoid , how do you solve this problem? Are there any best practices so far? Thanks.

OK, thanks, I think currently this action is enough to help our community, hope that prow will implement this feature one day. Seems that there are multiple communities hoping to...

@MondayCha Hi, what's the progress of this issue? Did you finish the PR?

> I have an idea: If a job **does not specify a HyperNode policy**, it suggests that the job is **not sensitive to communication performance**. Such job could then be...

> > [@MondayCha](https://github.com/MondayCha) Hi, what's the progress of this issue? Did you finish the PR? > > I'm sorry, but it's not finished yet; if someone else is working on...

> Is there something I'm missing? Where is the logic for deleting the update queue status Sorry I don't get the point, you mean that when the queue is deleted,...

Oh yes now the pending/running/unknown/inqueue/completed pg statistics won't be persisted into etcd, see here: ``` queueStatusApply := v1beta1apply.QueueStatus().WithState(queueStatus.State).WithAllocated(queueStatus.Allocated) queueApply := v1beta1apply.Queue(queue.Name).WithStatus(queueStatusApply) if _, err := c.vcClient.SchedulingV1beta1().Queues().ApplyStatus(context.TODO(), queueApply, metav1.ApplyOptions{FieldManager: controllerName}); err...

/assign @hwdef @Monokaix @lowang-bh Please take a look~