Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Remember that you can run `/merge` to enable auto-merge in the PR --> <!-- Remember to modify the changelog. If you don't need to modify it, you can check the following box. Instead, if you have already modified it, simply delete the following line. --> - [x] Does not require a CHANGELOG entry Hi 👋 , this pr add a very small smoke test as PoC of using [zombienet-sdk](https://github.com/paritytech/zombienet-sdk) with the _runtimes_ repo. The idea is to explore the integration and add more assertions (metrics, logs, etc) and complex scenarios in the future (e.g: test upgrades, mix node's versions, etc). This test use a set of _env vars_ that allow you to specify the images and the provider to use: `POLKADOT_IMAGE` (_default_: docker.io/parity/polkadot:latest) `CUMULUS_IMAGE` (_default_: docker.io/parity/polkadot-parachain:latest) `ZOMBIE_PROVIDER`(_default_: Docker) And needs to have the `chain-spec-generator` binary as part of your `PATH`, any feedback is welcome :) --- Also worth notice that the `chain-spec-generator` tool is compiling all the runtimes, and would be good to only compile the needed ones (polkadot in this case), we can add some feature-gate logic or we can also move _ presets_ to runtimes (ping @michalkucharczyk ). Thanks! --------- Co-authored-by: Bastian Köcher <git@kchr.de>
- Loading branch information