Ben Oukhanov

Results 115 comments of Ben Oukhanov

I took these images from the "bannedstory" site. We need these files to create the animation (.anim files, etc.) in Unity. Do you have any reader for these files that...

/remove-lifecycle stale

I think this code will resolve this issue: ``` import ( "github.com/go-logr/logr" "sigs.k8s.io/controller-runtime/pkg/log" ) log.SetLogger(logr.New(logr.Discard().GetSink())) ```

When that script (I believe CI job) will be executed? by a manual trigger, e.g. clicking on a button to execute CI job that will execute that script?

/cc @EdDev @enp0s3 @xpivarc @RamLavi @dankenigsberg

This PR replaces https://github.com/kubevirt/kubevirt/pull/11542 as it had some merge conflicts issue because I by mistake pushed changes during rebasing which broke CI.

> > tests: set annotations on VM creation > > Currently, there are tests that create VM, and > > then use tests.RetryWithMetadataIfModified() to > > update VM with annotations....

@EdDev Can you please review it again?