-
Notifications
You must be signed in to change notification settings - Fork 545
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
[WIP] buildkite/port over block production test #5603
[WIP] buildkite/port over block production test #5603
Conversation
4840258
to
bb14f99
Compare
…/port-over-block-production-test
…/port-over-block-production-test
…/port-over-block-production-test
4acbcfd
to
52e359b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not really familiar with buildkite but I would have thought that we should write this paramaterized by the test. we can pass in what test we want as an argument, like block-production
peers
send-payment
etc, and then we don't need different scripts for each test, since the way the integration test framework is built is that each test runs the same way and uses the same infra. at the very least i'm certain that run-test.sh
can be easily paramaterized by the test and should work for every one of them. the file buildkite/src/Jobs/BlockProductionTest.dhall
can probably be paramaterized as well with simply a name change of the file, and un-hardcoding the let name = "BlockProductionTest"
|
||
echo "--- Run test executive" | ||
|
||
./_build/default/src/app/test_executive/test_executive.exe --coda-image "$coda_daemon_image" block-production |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it may be better to add the --coda-automation-location coda-automation-integration-tests
flag here in order to get the right automation directory, instead of setting the default to be ./coda-automation-integration-tests
in coda-automation.ml. what do you guys think?
…ite/port-over-block-production-test
cd0b8d0
to
6727f32
Compare
Thank you for contributing to Coda! Please see
CONTRIBUTING.md
if you haven'tyet. In that doc, there are more details around how to start our CI.
Explain your changes here.
Explain how you tested your changes here.
Checklist:
Closes #0000
Closes #0000