Rahul Mehta
08/09/2022, 9:16 PMKetan (kumare3)
varsha Parthasarathy
08/10/2022, 4:00 AMmonorepo
and each sub-folder (each of our autonomy teams) are grouped into a flyte project with their iam/s3/ml permissions.. . Let me know how I can help 🙏Rahul Mehta
08/10/2022, 1:13 PMKetan (kumare3)
varsha Parthasarathy
08/10/2022, 3:48 PMbazel
command - while doing that, we generate an exec id
and share the link to users.
Something like this:Rahul Mehta
08/10/2022, 4:29 PMbazel
as well so that approach makes a lot of sense. Do you have users commit the workflows before running typically, & if so do you segment the monorepo between research workflows vs core development?varsha Parthasarathy
08/10/2022, 4:52 PMhave users commit the workflows before running typically,Yes, we made it a pre-req in bazel builds.. If someone wants to “push” their wf code to artifactory, they have to commit it.
the monorepo between research workflows vs core developmentAbsolutely.. We achieved this using K8s namespace separation:
Dev vs prod.
. A lot of poc/research stuff would be in dev and when someone wants to make this image a stable one, we have setup a few pipelines where they can move them to prod.