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

Cancel bitrise tasks on taskcluster cancellation #1105

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Eijebong
Copy link

@Eijebong Eijebong commented Dec 18, 2024

Fixes #971
Fixes #924

An example run:

image
image

Note that while it would look better to have an early return in the
`finally`, we can't do that as returning from `finally` eats the
exception and it doesn't get raised to the parent (which in this case
would be in charge of actually cancelling the build).

Skipping the log retrieval here is necessary because it would just wait
for the build to finish again, defeating the point of cancelling the
job.
@Eijebong Eijebong force-pushed the cancel-bitrise-on-taskcluster-cancellation branch from 94091df to 1812856 Compare December 18, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants