-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Milestone
Description
- databases installations instructions @pavledragisic
- restart failed CI jobs several times automatically, potential solutions
- https://github.com/orgs/community/discussions/27121#discussioncomment-3254698
- https://github.com/orgs/community/discussions/27121#discussioncomment-3254700
- https://github.com/marketplace/actions/retry-step#Ownership
- https://stackoverflow.com/a/69000953/205386
- https://github.com/marketplace/actions/retry-action
- add CI jobs
- prevent duplicate CI runs on
pushto a PR branch
run on initialpullrequest, but subsequent pushes to that branch should not runpullCI again, onlypushCI should run for those -
PollSetTest::testPollClosedServer()intermittently fails @aleks-f
General notes:
- to save CI running time, only needed library dependencies should be built
- some dependencies files may be out of date, if you find such files, update them
CppUnitmust be built before building testsuites (it is not in specified independenciesfiles)
Reactions are currently unavailable