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

coqbot can show light pipeline as cancelled when full pipeline is running. #287

Open
Zimmi48 opened this issue Jun 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Zimmi48
Copy link
Member

Zimmi48 commented Jun 9, 2023

Calling the @coqbot run full CI now command may lead to the GitLab pipeline appearing like this while the full pipeline is running:

image

This is due to GitLab having sent the "pending" and "running" webhooks before the "cancelled" event for the previous pipeline. coqbot treats each of these events independently and doesn't check that the "cancelled" event corresponds to what is currently displayed as the running pipeline (and even if it did, the two events could be treated asynchronously, resulting in a race condition leading to the same result).

@ticket-tagger ticket-tagger bot added the enhancement New feature or request label Jun 9, 2023
@Zimmi48 Zimmi48 added bug Something isn't working and removed enhancement New feature or request labels Jun 9, 2023
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

No branches or pull requests

1 participant