Hidehito Yabuuchi

Results 14 comments of Hidehito Yabuuchi

JFYI: I forked this project into https://github.com/ordovicia/controlgroup-rs and redesigned the whole project. The interface is incompatible.

FWIW, `cargo test` passes on Ubuntu 16.04. https://travis-ci.com/ordovicia/cgroups-rs/jobs/221277371#L16 (my fork for enabling `cargo test` on CI)

Hi @garethr, could you please take a look at this issue? Thank you.

In the design of the `CompositeSubmitter` (or you can call it by another name), I put emphasis on separating the responsibility of doing complex handling of submitters from `KubeSim`. We...

> > when it becomes necessary to handle more complex situations such as dynamic registration > > Aren't we dropping this feature? Yes, with this PR we will drop this...

Changed to use YAML. ```yaml metadata: name: nginx-sim annotations: simSpec: | - seconds: 5 resourceUsage: cpu: 1 memory: 2Gi nvidia.com/gpu: 0 - seconds: 10 resourceUsage: cpu: 2 memory: 4Gi nvidia.com/gpu:...

Hi! I made a successor PR #253 which adds description for the new field. Please take a look.

Yes, EphemeralRunner resources already have `actions.github.com/scale-set-name` label. But its value is the name of the parent AutoscalingRunnerSet resource's name, not a GitHub runner scale set's name. https://github.com/actions/actions-runner-controller/blob/7793e1974a0fc6c4dd346b2492ab82a1531593c3/controllers/actions.github.com/resourcebuilder.go#L494 Runner scale set...

Hi @nikola-jokic could you please take a look at my comment above? Thank you!

Thank you @nikola-jokic for the reply! I agree that using labels is better for this purpose. I look forward to hearing the team’s opinion.