Migrate CircleCI to Buildkite#707
Merged
sevanspowell merged 1 commit intodevelopfrom Sep 30, 2020
Merged
Conversation
0e86807 to
f92a7d8
Compare
Contributor
Author
|
Note that the CircleCI build check will fail because I've removed all the CircleCI config. I'll disable that check when everyone is happy with this PR. |
mirkoAlic
reviewed
Sep 29, 2020
| @@ -0,0 +1,68 @@ | |||
| # steps: | |||
Contributor
There was a problem hiding this comment.
comments can be remove now? or the idea is to keep them for some reason? (minor)
Contributor
Author
There was a problem hiding this comment.
Sorry @mirkoAlic, they should be removed, I'll do that now :)
mirkoAlic
reviewed
Sep 29, 2020
|
|
||
| - run: | ||
| name: FULL ETS | ||
| command: RUN_FULL_ETS=yes ./test-ets.sh |
Contributor
There was a problem hiding this comment.
Not for the scope of this task, but we should think how we could add this into our CI flow. Current main issue is that it take to much time.
fc27c9c to
7f94164
Compare
- Use Nixkite to define a Buildkite pipeline in Nix. - Modify the "test-ets.sh" script to reflect the new Buildkite environment. - Remove old CircleCI config. - Update the solidity compiler to version 0.5.1 because that's the version currently available in the Nix environment.
7f94164 to
2a41345
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
environment.
version currently available in the Nix environment.