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
I am a bit confused about Argo UI when suspend: is utilized in a workflow. My goal is to add a job that I can manually execute, which will trigger the process of deploying new QA env, however, if suspend: is used, the pipeline gets stuck in a running state. It's a bit confusing because you have to look into it to make sure that build/test jobs are finished. Is this by design, or is there a plan to make it more clear?
Example of what I am talking about:
I am mostly comparing this feature to gitlab. It will pass the pipeline if build/test stages finish without issues:
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
-
I am a bit confused about Argo UI when
![Screenshot from 2021-07-27 22-19-28](https://user-images.githubusercontent.com/3340459/127253285-f8f43b72-dce5-421c-8e23-08962fbd79a7.png)
![Screenshot from 2021-07-27 22-20-09](https://user-images.githubusercontent.com/3340459/127253331-817f7b9e-70e9-4a2d-847a-82a0e116c9c6.png)
suspend:
is utilized in a workflow. My goal is to add a job that I can manually execute, which will trigger the process of deploying new QA env, however, ifsuspend:
is used, the pipeline gets stuck in a running state. It's a bit confusing because you have to look into it to make sure that build/test jobs are finished. Is this by design, or is there a plan to make it more clear?Example of what I am talking about:
I am mostly comparing this feature to gitlab. It will pass the pipeline if build/test stages finish without issues:
![manual_job_approve_stage_ui](https://user-images.githubusercontent.com/3340459/127253465-52a5398f-aeea-4b8c-9516-af7cb3bac7fd.png)
Beta Was this translation helpful? Give feedback.
All reactions