-
Notifications
You must be signed in to change notification settings - Fork 5
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
System Test: Nightly invocation for soroban test cases #10
Comments
need to identify the release version of components that need to be invoked for release, could be hard code to start/fallback, but automated retrieval design would be ideal. |
include nightly cron job of tests with main/master latest builds of all components. |
after further triage in sprint poker, we narrowed the scope of this to just be a new nightly scheduled run of system tests. |
for consideration, move this up to the |
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?
Nightly runs system test with latest main/master branch source versions.
Notification via slack channel when the nightly run fails.
Run tests against multiple soroban enabled target networks:
What alternatives are there?
Manually invoke the system tests on command line with targer package or source code versions:
The text was updated successfully, but these errors were encountered: