Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Migration Resiliency: Try to fix migration non-timeout timeouts #568

Merged
merged 3 commits into from
Apr 8, 2020

Conversation

Shadowfiend
Copy link
Contributor

Also dropped a couple of doc updates in. The main fix here is an explicit exit 0
at the end of the utility script that runs contract migrations. The hope is that this
will let the build finish normally in some edge cases we're seeing where migrations
complete but the actual build job doesn't, leading to a Circle timeout and build
failure.

The README was still referencing the outdated GitHub Package Registry
deployment.
Be specific about which version of Solidity our contracts expect.
There are situations where the utility box script does not seem to
finish, leading to a build timeout in Circle; explicitly exiting will
hopefully end that once and for all.
Copy link
Contributor

@sthompson22 sthompson22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's give it a go, thanks for tackling this.

@sthompson22 sthompson22 merged commit 3e56430 into master Apr 8, 2020
@sthompson22 sthompson22 deleted the migration-resiliency branch April 8, 2020 20:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants