easybuilders / easybuild

EasyBuild - building software with ease
http://easybuild.io
GNU General Public License v2.0
464 stars 143 forks source link

document dynamic progress bars shown by EasyBuild #750

Closed boegel closed 2 years ago

boegel commented 2 years ago

preview available at https://boegel-eb.readthedocs.io/en/progress_bars/Progress_bars.html

migueldiascosta commented 2 years ago

may be worth noting that while for downloads the progress bar is really a time estimate based on average download speed, for everything else it's purely based on the number of steps. it will very often be misleading, since the build step can take a lot longer than the others...

also, regarding listing failed installations in the status bar, eb usually exits when one of the easyconfigs fails... not for uploading test reports, so it is relevant there, any other cases?

boegel commented 2 years ago

@migueldiascosta Thanks for the suggestions, should be good to go now!