Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipeline status misleads into longer deployment time and does not give proper info of the process #2100

Closed
2 tasks
kartik-579 opened this issue Jul 29, 2022 · 0 comments · Fixed by #2122
Closed
2 tasks
Assignees
Labels
bug Something isn't working

Comments

@kartik-579
Copy link
Member

kartik-579 commented Jul 29, 2022

When a pipeline is triggered, it might take time to complete the deployment process given if another deployment is still in progress. This confuses the user with the application status. To update the timeline for pipeline status for clearer understanding.

Checklist:

  • I've searched in the docs and FAQ for my answer
  • I've included steps to reproduce the bug.

Describe the bug

When deploying with argo cd, 2 threads run for git commit revisions and kubectl apply each. If two deployments are triggered with very little time in between then the user understands that the older trigger of the two will be cancelled but argo does not starts applying new deployment on kubernetes until the older one is done.

Changes done

Created timeline for pipeline status. Updated app status if new deployment is not initiated and older deployment is running.

Screenshots

If applicable, add screenshots to help explain your problem.

Logs

Paste any relevant application logs here.

AB#2

@kartik-579 kartik-579 added the bug Something isn't working label Jul 29, 2022
@kartik-579 kartik-579 self-assigned this Jul 29, 2022
@kartik-579 kartik-579 linked a pull request Aug 2, 2022 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant