TraceMachina / nativelink

🔥🔥🔥 Bazel RBE with CAS server implementation in Rust. The free and open source cache and remote execution service, prioritizing stability and speed for the people that need it.
https://docs.nativelink.com
Apache License 2.0
235 stars 46 forks source link

Unbreak LRE Remote workflow #1058

Closed aaronmondal closed 6 days ago

aaronmondal commented 6 days ago

The failures were caused by "ambiguous directory permission" errors from git. Locally this was hard to notice because local permissions might've been different and the infra is set up in a way that it reuses previous images.

Long-term we should implement a proper mechanism to make the git repo available to cluster-internal Tekton steps.

Fixes #986


This change is Reviewable