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
We noticed that in some cases the step fails due to a timeout error(10 min in our cases).
When inspecting the logs we noticed that the the set-sha commands seem to "hangs".
Expected behavior:
The set-sha command should alwayes results in FROM and TO commits.
Additional Information:
After some checks and debugging we identify that the error is a result of wrong api call.
The find successful script calls the pipeline api with "page" as a query param, but looking on circleci api here
it expects a "page-token" query param, so the pipeline list always return the same list and if the last successful pipeline is not on the first page the circleci step will hangs.
The text was updated successfully, but these errors were encountered:
Orb version: 1.6.0
What happened:
We noticed that in some cases the step fails due to a timeout error(10 min in our cases).
When inspecting the logs we noticed that the the set-sha commands seem to "hangs".
Expected behavior:
The set-sha command should alwayes results in FROM and TO commits.
Additional Information:
After some checks and debugging we identify that the error is a result of wrong api call.
The find successful script calls the pipeline api with "page" as a query param, but looking on circleci api here
it expects a "page-token" query param, so the pipeline list always return the same list and if the last successful pipeline is not on the first page the circleci step will hangs.
The text was updated successfully, but these errors were encountered: