You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear all,
We're currently using the following to try to run our tests on Ci:
Jenkins version: 2.263.4
Jenkins K8s Agent version: jenkins/inbound-agent:4.3-4
Cypress Image: cypress/included:10.7.0 https://hub.docker.com/layers/cypress/included/10.7.0/images/sha256-713d10c629000fd6829f2a3ec0523a2ee9e5797079fef6f2085fbcac425728c7?context=explore
K8s cluster version EKS 1.19
However, every time we try to run our tests we get an error after initialisation:
The Test Runner unexpectedly exited via a exit event with signal SIGILL
Running Cypress in Debug mode results in the following output:
cypress-log.txt
After consulting both documentation, stackoverflow, open issues, etc. the only item that might be connected to the same issue would be:
#23746
Did anyone else have this issue before? Is there any Reason why Cypress might behave this way?
Thank you very much in advance
Update: Something I forgot to mention is that running the tests in a docker container using that same image but on a local machine works flawlessly
Beta Was this translation helpful? Give feedback.
All reactions