Lior Paz
Lior Paz
in my GCP artifact registry, I now have /cache folder. Due to memory charges, I don't want it to hold up cache layers forever (I build a new image every...
I have a GitHub repo with Dockerfile mirrored to google source repositories. I also have a trigger such that for every new commit, my repo is built in cloud build...
in the SSD guide https://cloud.google.com/compute/docs/disks/add-local-ssd#gcloud I need to perform some operations in the host to format the SSD. how can I do it if I immediately lunch a container?
## What Add a multithreaded option to perf test ## Why ? Add option to check mt performance ## How ? Change infrastructure of perf tests
Currently, the default mt tasks progress queue is locked pq. For 2 threaded cases they perform almost the same, but for a bigger number of threads, we need the Lock-free...
currently we simply return ucc_status_t. do we want to return some int to represent how much progressed was made? or boolean for progress or non-progress?
regarding comment in PR #221, i tried https://docs.iterative.ai/PyDrive2/oauth/#authentication-with-a-service-account i couldn't find where this function is implemented. i tried to implement it by myself (copy pate), but the GCP environment couldn't...
https://github.com/openucx/ucc/pull/949
https://github.com/openucx/ucc/pull/944