wmedvede commented on PR #1901: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/1901#issuecomment-1776682577
@ricardozanini @jstastny-cz Regarding the GHA these are the results:  So, at least for this run, we have 3 GHA that worked fine, which means they are working. Then, for the failing one **Kogito Apps / ubuntu-latest / Java-11 / Maven-3.8.7 (pull_request)** we have that: - It says, **"Failing after 210m",** and in fact it has configured timeout: **timeout-minutes: 210** - However by downloading the execution logs, I can see that drools, kogito-runtines and kogio-apps has a build success, see below. Finally by looking at the build times for each repository, I can see: - drools -> Total time: **05:21** min - kogito-runtimes -> Total time: **39:54** min - kogito-apps -> Total time: **02:34** h So it looks like the execution was marked as "failure" because the build time of drools exceeded the action timeout of 210 min. I conclude that the GHA has worked fine, however, we might probably need o increase that timeout. ¿? I'll move this timeout to 6 hs and let this run again. 2023-10-23T14:22:10.4285564Z [INFO] Drools :: DRL on YAML :: CLI ....................... SUCCESS [ 1.764 s] 2023-10-23T14:22:10.4286634Z [INFO] Drools :: DRL on YAML :: CLI tests ................. SUCCESS [ 2.642 s] 2023-10-23T14:22:10.4287816Z [INFO] ------------------------------------------------------------------------ 2023-10-23T14:22:10.4288505Z [INFO] **BUILD SUCCESS** 2023-10-23T14:22:10.4289194Z [INFO] ------------------------------------------------------------------------ 2023-10-23T14:22:10.4289908Z [INFO] Total time: 05:21 min 2023-10-23T14:22:10.4290504Z [INFO] Finished at: 2023-10-23T14:22:10Z 2023-10-23T14:22:10.4291326Z [INFO] ------------------------------------------------------------------------ 2023-10-23T14:22:10.5078547Z [INFO] **Execution summary for apache/incubator-kie-drools** 2023-10-23T15:02:06.1696852Z [INFO] Kogito :: Spring Boot :: Maven Archetype ........... SUCCESS [ 5.893 s] 2023-10-23T15:02:06.1774944Z [INFO] Kogito :: Test Utilities :: Spring Boot ............ SUCCESS [ 0.855 s] 2023-10-23T15:02:06.1776124Z [INFO] Kogito :: Integration Tests :: Spring Boot ......... SUCCESS [ 3.322 s] 2023-10-23T15:02:06.1777319Z [INFO] ------------------------------------------------------------------------ 2023-10-23T15:02:06.1778188Z [INFO] **BUILD SUCCESS** 2023-10-23T15:02:06.1778881Z [INFO] ------------------------------------------------------------------------ 2023-10-23T15:02:06.1779604Z [INFO] Total time: 39:54 min 2023-10-23T15:02:06.1780199Z [INFO] Finished at: 2023-10-23T15:02:06Z 2023-10-23T15:02:06.1781011Z [INFO] ------------------------------------------------------------------------ 2023-10-23T15:02:06.9247605Z [INFO] **Execution summary for apache/incubator-kie-kogito-runtimes** 2023-10-23T17:36:13.0317133Z [INFO] Runtime Tools Quarkus Extension - Runtime .......... SUCCESS [ 9.227 s] 2023-10-23T17:36:13.0318366Z [INFO] Runtime Tools Quarkus Extension - Deployment ....... SUCCESS [ 10.448 s] 2023-10-23T17:36:13.0319546Z [INFO] ------------------------------------------------------------------------ 2023-10-23T17:36:13.0320242Z [INFO] **BUILD SUCCESS** 2023-10-23T17:36:13.0320992Z [INFO] ------------------------------------------------------------------------ 2023-10-23T17:36:13.0321693Z [INFO] Total time: 02:34 h 2023-10-23T17:36:13.0322289Z [INFO] Finished at: 2023-10-23T17:36:13Z 2023-10-23T17:36:13.0323092Z [INFO] ------------------------------------------------------------------------ 2023-10-23T17:36:14.4659223Z [INFO] **Execution summary for apache/incubator-kie-kogito-apps** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
