aiidalab / aiidalab-qe

AiiDAlab App for Quantum ESPRESSO
https://aiidalab-qe.readthedocs.io/
MIT License
9 stars 14 forks source link

Speedup CI and Docker build #764

Open danielhollas opened 1 week ago

danielhollas commented 1 week ago

Bunch of changes and suggestions to speed up CI and Docker build (including local Docker build). Together these changes drop the Docker build/test time to 8 minutes.

Built on top of #761.

@unkcpz @superstar54 given your work on the QE image, please take a look, hopefully this should improve your iteration speed.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.28%. Comparing base (2c201f0) to head (4651f4d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #764 +/- ## ======================================= Coverage 68.28% 68.28% ======================================= Files 45 45 Lines 4143 4143 ======================================= Hits 2829 2829 Misses 1314 1314 ``` | [Flag](https://app.codecov.io/gh/aiidalab/aiidalab-qe/pull/764/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidalab) | Coverage Δ | | |---|---|---| | [python-3.10](https://app.codecov.io/gh/aiidalab/aiidalab-qe/pull/764/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidalab) | `?` | | | [python-3.11](https://app.codecov.io/gh/aiidalab/aiidalab-qe/pull/764/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidalab) | `68.28% <ø> (?)` | | | [python-3.9](https://app.codecov.io/gh/aiidalab/aiidalab-qe/pull/764/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidalab) | `68.31% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidalab#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

unkcpz commented 3 days ago

Thanks! @superstar54 said he will check it, I remove myself from reviewer list at the moment.