cesium-unreal: Slow testing builds on CI
Our github actions (CI jobs) complete very slowly, but only sometimes.
The build times don’t seem predictable and have too wide a range of outcomes to accept as normal.
Packaging tests example:
TestPackage50 / test
30 mins 38 secs - A ‘reasonable’ time, link
1 hr 53 mins - Excessively long time, link
Units tests example:
TestWindows52 / test
11 mins 19 sec - A ‘reasonable’ time, link
44 mins 28 sec - Excessively long run, link
About this issue
- Original URL
- State: open
- Created 10 months ago
- Comments: 15 (15 by maintainers)
Looking at the Actions log, it seems like the plugin artifact download finished fine, and then GitHub Actions decided to take a break and not do anything more. The machine and the service were seemingly still working, though, because they responded to the “cancel” hours later:
In fact, the VM is still up and working fine now (I removed the
ghr:Application
tag from the EC2 instance so that it wouldn’t be shut down automatically).@csciguy8 I’ll give you the necessary access so you can dig into this yourself if you want.