Replies: 1 comment
-
Hello Kostyay, 5min is very long.
Depends :-)
Are you using a baur version > 3.3? Since version 3.3 digests of tracked files are read from the git repository instead of calculated. I recommend to run baur (status, run or ls-inputs) with
Yes, that reminds me of https://github.com/mbtproject/mbt. It should be faster and might be sufficient for your scenario. |
Beta Was this translation helpful? Give feedback.
-
Hi
We have a huge amount of tasks in our repo, more than 3000 to be exact.
The initial stage which consists of going over each task and calculating the file digest takes a lot of time (up to 5 minutes in some cases).
We are not currently using
git_tracked_only
but I'm wondering if that will improve performance?Baur is executed in our CI, so everything there is already a part of git.
Ultimately I wonder if comparing to master and building only directories that changed compared to master can speed things up for us as usually developers work only on 1 app at a time.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions