resim-ai/ReSim

Interact with ReSim from GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_endpointyeshttps://api.resim.ai/v1
auth0_tenant_urlyeshttps://resim.us.auth0.com/
password_auth_client_idyes0Ip56H1LLAo6Dc6IfePaNzgpUxbJGyVI
resim_usernameProvided by ReSim, used to authenticate. Should be passed in as a secret.no
resim_passwordProvided by ReSim, used to authenticate. Should be passed in as a secret.no
client_idProvided by ReSim, used to authenticate. Should be passed in as a secret.no
client_secretProvided by ReSim, used to authenticate. Should be passed in as a secret.no
projectName of ReSim project in which to run.yes
systemName of ReSim system with which to run.yes
imageURI of image that ReSim will pull and test.yes
test_suiteThe name of a test suite to run (must not be used in conjunction with experiences, experience_tags, or metrics_build_id).no
experience_tagsComma-separated list of tags - the experiences in these tags will be used in the tests. For example - `vision,planning`no
experiencesComma-separated list of experience names to run against.no
comment_on_prIf `true` and `github_token` is also set, the action will comment on PRs with a link to view results in the ReSim app.nofalse
github_tokenIf provided, and `comment_on_pr` is `true`, the action will comment on PRs with a link to view results in the ReSim app.no
metrics_build_idIf set, this metrics build will be run against the batch.no
allowable_failure_percentIf set, this percentage of tests can fail without the batch being marked as failed.no
pool_labelsComma-separated list of [pool labels](https://docs.resim.ai/guides/agent/#configuration) for use with the ReSim Agent. Pool labels are interpreted as a logical AND.no
parametersComma-separated list of parameter name-value pairs to pass to the batch. For example - `speed=0.5, avoidance_enabled=true`no
namedescription
project_idID of the ReSim project selected
batch_idID of the batch spawned by the action