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

API builds cancel each other #5

Open
kaspar030 opened this issue Sep 29, 2022 · 1 comment
Open

API builds cancel each other #5

kaspar030 opened this issue Sep 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@kaspar030
Copy link
Contributor

e.g.,

  • user A starts an API build A on branch master with extra env "FOO=bar"
  • build starts
  • user B starts an API build B on branch master with extra env "FOO=foobar"
  • build B cancels build A
@kaspar030 kaspar030 added the bug Something isn't working label Sep 29, 2022
@kaspar030
Copy link
Contributor Author

maybe there needs to be some "key", or make this user namespaced (builds only cancel old builds if they share the same key, or were started by the same user, or both).

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