Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
ci
Describe the bug
Aurora migration tests on ec2 were not executed due this error:
TASK [mvn_ec2_runner : Cleanup Previous Runs] **********************************
fatal: [35.173.226.123]: FAILED! => {"changed": true, "cmd": "killall java\n", "delta": "0:00:00.013806", "end": "2025-05-19 00:39:11.261928", "msg": "non-zero return code", "rc": 1, "start": "2025-05-19 00:39:11.248122", "stderr": "java: no process found", "stderr_lines": ["java: no process found"], "stdout": "", "stdout_lines": []}
...ignoring
https://github.com/keycloak/keycloak/actions/runs/15101572241/job/42443211948#step:6:2193
Version
latest
Regression
- The issue is a regression
Expected behavior
Actual behavior
How to Reproduce?
Anything else?
No response