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
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Currently, system-tests are invoked automatically only on open PR's in soroban-tools.
What would you like to see?
Nightly runs system test with a matrix of staggered component versions and latest main/master branch source versions.
Notification via slack channel when the nightly run fails.
Run tests against multiple soroban enabled target networks:
Futurenet?
Local(i.e. standalone with inlined compiled core from source tag version of rc release)
Testnet(configured against the remote sdf hosted rpc instance)
End result would be a series of local system-test docker images built, which can then be run in series or parallel and will execute the test suite within each container, based on a permutation of desired versions, for example:
current_cli_version
last_cli_version
current_rpc_version
last_rpc_version
What alternatives are there?
Manually invoke the system tests on command line with targer package or source code versions:
What problem does your feature solve?
Currently, system-tests are invoked automatically only on open PR's in soroban-tools.
What would you like to see?
End result would be a series of local system-test docker images built, which can then be run in series or parallel and will execute the test suite within each container, based on a permutation of desired versions, for example:
What alternatives are there?
Manually invoke the system tests on command line with targer package or source code versions: