Skip to content

Update CI to kill ongoing tests on new commit #2226

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

Closed
OlivierBlanvillain opened this issue Apr 11, 2017 · 5 comments
Closed

Update CI to kill ongoing tests on new commit #2226

OlivierBlanvillain opened this issue Apr 11, 2017 · 5 comments

Comments

@OlivierBlanvillain
Copy link
Contributor

For example in #2224 I just amended and forced pushed a commit with, but because Drone is still running the tests for the previous commit that's 15 min of CI time wasted.

To be a good CI citizen I need to open the web interface and cancel every job of the matrix commit by hand...

@felixmulder
Copy link
Contributor

We should probably have the bot do this, I'm not sure drone supports this.

You can also:

 for i in $(seq 6); do drone build stop lampepfl/dotty <build-nbr> $i done

@smarter
Copy link
Member

smarter commented Apr 11, 2017

Would be even better if we could cancel all jobs at the same time in the web UI. It's pretty dumb that you cannot do that, but when you restart one job it restarts all the jobs for the current PR :/

@felixmulder
Copy link
Contributor

agreed

@OlivierBlanvillain
Copy link
Contributor Author

OlivierBlanvillain commented Apr 11, 2017

Issue for canceling all jobs of a commit: harness/harness#336

@nicolasstucki
Copy link
Contributor

This is currently happening

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants