You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make this change in a new config.ci.yaml file that's only run during CI. Preserve the existing config.yaml so other consumer do not need to build the chain every time they wish to run starship.
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
Currently, starship is configured to run with
agoric-sdk:dev
(the latest published image) in CI:https://github.com/Agoric/agoric-sdk/blob/master/multichain-testing/config.yaml#L4
This approach works when we need to test example contract changes, but potentially falls short if there are changes in agoric-sdk we need to test.
Description of the Design
Use the
build
directive to reference a commit hash and build the chain image from scratch:https://docs.cosmology.zone/starship/config/chains#build-optional
Make this change in a new
config.ci.yaml
file that's only run during CI. Preserve the existingconfig.yaml
so other consumer do not need to build the chain every time they wish to run starship.Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: