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

Fix for canceled integrations during Checkout #47

Merged
merged 1 commit into from
May 14, 2015

Conversation

czechboy0
Copy link
Member

A fix for the case when an integration was canceled during the checkout phase (wouldn't yet have its SHA available in the blueprint) and Builda kept trying to integrate again. Because it didn't yet have an integration with the latest commit's SHA. Now if there's such an integration (no commit SHA in the blueprint and result 'canceled'), we assume it was on the latest commit, thus stopping builda from reintegrating again (until the user doesn't force an integration in the Xcode UI, because they must have already used it to cancel the previous integration).

Fixes #46.

…ut phase (wouldn't yet have its SHA available in the blueprint) and Builda kept trying to integrate again.
@buildasaur
Copy link
Collaborator

Result of integration 1
Integration took 2 seconds.
Build was manually canceled.

@buildasaur
Copy link
Collaborator

Result of integration 3
Integration took 44 seconds.
Perfect build! All 10 tests passed. 👍

czechboy0 pushed a commit that referenced this pull request May 14, 2015
…ing_checkout

Fix for canceled integrations during Checkout
@czechboy0 czechboy0 merged commit a910dd8 into master May 14, 2015
@czechboy0 czechboy0 deleted the hd/fix/canceled_integration_during_checkout branch May 14, 2015 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test cancelling an integration during checkout, doesn't it integrate again? Fix
2 participants