-
Notifications
You must be signed in to change notification settings - Fork 69
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
[CU-1y23865] [CU-1y23865] [CU-1yykqgq] Add a playbook to run polkadot-launch and integration tests #417
Conversation
Task linked: CU-1y23865 Create a playbook to run polkadot-launch |
it may take long time to run. is any cache possible? where to see results of run? what triggers it? is fail of this script blocking? |
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.
assuming that it will not block merges to main, but only alert. better to document that
ca5dc62
to
91fc53e
Compare
91fc53e
to
c3ea4db
Compare
Yes, the first run will long because need to compile composable, polkadot and basilisk, then will faster because will used an incremental compilation of cargo. I added sccache to do the first run faster.
I will add a TLS termination for WebSocket endpoints (https://app.clickup.com/t/1y23865), then we can use wallet (https://polkadot.js.org/apps/) to connect to it. Then can add task in CI to run this playbook after a merge to main. |
.maintain/playbooks/templates/systemd/composable-sandbox.service.j2
Outdated
Show resolved
Hide resolved
Added |
c08c926
to
9bd8bad
Compare
9bd8bad
to
0e3aef0
Compare
541c4e6
to
323a7b3
Compare
1603ece
to
e918331
Compare
…-launch and integration tests (#417) * CU-1y23865 - Add a playbook to run polkadot-launch and integration tests * CU-1y23865 Add TLS termination for WebSocket endpoints * CU-1yykqgq - Use build artifacts to deploy a local cluster of Polkadot Signed-off-by: Dzmitry Lahoda <[email protected]>
…-launch and integration tests (#417) * CU-1y23865 - Add a playbook to run polkadot-launch and integration tests * CU-1y23865 Add TLS termination for WebSocket endpoints * CU-1yykqgq - Use build artifacts to deploy a local cluster of Polkadot Signed-off-by: Dzmitry Lahoda <[email protected]>
No description provided.