FINERACT-2421: Optimize github actions workflow#5799
Conversation
201d575 to
2d12d94
Compare
a2c1dca to
416b469
Compare
|
Will try to review it by eod.
…On Fri, 24 Apr, 2026, 1:41 pm Adam Saghy, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In .github/workflows/build-mariadb.yml
<#5799?email_source=notifications&email_token=AHV6TA56O5T4V54TXE4U4R34XMOR3A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMJWHA4TKNZVGM42M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJL3QOJPXEZLWNFSXOX3DNRUWG2Y#discussion_r3136341803>
:
>
permissions:
contents: read
jobs:
test:
+ if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
@Aman-Mittal <https://github.com/Aman-Mittal> Let me know if you need
more information.
—
Reply to this email directly, view it on GitHub
<#5799?email_source=notifications&email_token=AHV6TA7WHNEDO2XSXAVPWGD4XMOR3A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMJWHA4TKNZVGM42M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJPLQOJPXEZLWNFSXOX3ON52GSZTJMNQXI2LPNZZV6Y3MNFRWW#discussion_r3136341803>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHV6TA7KKTC4DC2FRRGU7DD4XMOR3AVCNFSM6AAAAACYDZ6B4CVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DCNRYHE2TONJTHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
3c4a544 to
ff11734
Compare
ff11734 to
80db9eb
Compare
|
All failed runs seems to giving cache miss error |
|
@adamsaghy It seems The caches generated by your CI generating is ranging from 400MB to 900MB each which will likely overload cache of this repo at scale. |
c216608 to
96199c9
Compare
96199c9 to
e1644a3
Compare
Reworked and fixed. Thank you! |
|
@adamsaghy Seems ok now. I have also rebased the PRs properly. When those Prs give similar results feel free to resolve my comments and merge |
What is the expected outcome? |
I have raised 2 prs that must pass and 2 that must fail. |
|
@adamsaghy rerun the flaky test case in adamsaghy#4 |
Description
Describe the changes made and why they were made. (Ignore if these details are present on the associated Apache Fineract JIRA ticket.)
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
Your assigned reviewer(s) will follow our guidelines for code reviews.