We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to be able to run our smoke tests on mainnet in order to assure ourselves everything runs smoothly.
We would use the same mechanism as currently for preview and preprod but be executable on mainnet. Noticeable differences:
Implement descent protection of our Hydra faucet funds. We plan to always keep the funds under 100Ada so that it's not a big deal.
Some process let us move funds from somewhere to the faucet so that these smoke tests could run.
We can run the smoke tests on mainnet the same way as we run them on preview and preprod today, manually with GitHub C.I.
Out of scope: Not directly related but we should probably run the smoke tests on preview and preprod nightly.
Play with runners #775 Use a dedicated instance as a github runner
/data/smoke-test-mainnet/
--state-directory /data/smoke-test-mainnet
Discussed options:
How to actually manage Cardano-node synchronization requirements?
How can we connect the CI hydra-node with the persistent Cardano-node? No unix socket possibility.
The text was updated successfully, but these errors were encountered:
We might want to tweak the scripts to consume less ADAs, in the spirit of limiting the amount of exposed ADAs.
Sorry, something went wrong.
pgrange
v0d1ch
No branches or pull requests
Why
We want to be able to run our smoke tests on mainnet in order to assure ourselves everything runs smoothly.
What
We would use the same mechanism as currently for preview and preprod but be executable on mainnet. Noticeable differences:
How
Manage funds
Implement descent protection of our Hydra faucet funds. We plan to always keep the funds under 100Ada so that it's not a big deal.
Some process let us move funds from somewhere to the faucet so that these smoke tests could run.
We can run the smoke tests on mainnet the same way as we run them on preview and preprod today, manually with GitHub C.I.
Out of scope:
Not directly related but we should probablyrun the smoke tests on preview and preprod nightly.Manage cardano node
Play with runners #775 Use a dedicated instance as a github runner
/data/smoke-test-mainnet/
--state-directory /data/smoke-test-mainnet
and mainnet configDiscussed options:
How to actually manage Cardano-node synchronization requirements?
use mithril(not yet mainnet ready)How can we connect the CI hydra-node with the persistent Cardano-node? No unix socket possibility.
The text was updated successfully, but these errors were encountered: