How to run patrol with GitLab CI/CD? #1795
Closed
haomun0731
started this conversation in
General
Replies: 2 comments 2 replies
-
I fixed the issue by building the APK before the patrol build command: https://stackoverflow.com/a/76572343 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@haomun0731 Have you ever had issues with patrol not releasing the pipeline? It happens to me quite often that the pipeline is hanging despite clearly visible on VNC the tests are complete. I'm using waydroid to run the tests since adb is way to resource hungry for VPS with no GPU. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can run the patrol test locally and successfully pass all tests without any problems, but encounter errors when it comes to GitLab.
My gitlab-ci.yml:
The logs from GitLab:
Any ideas on how to solve this issue would be greatly appreciated. 🙏
Beta Was this translation helpful? Give feedback.
All reactions