foundriesio/Submit LAVA job

Submit LAVA test job

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 7, 2026
License
BSD

Pinned Snippet

workflow.ymlSHA-pinned
uses: foundriesio/lava-action@3d40f621e0cd5acec50f557783b755f278ca892d # v13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
job_definitionTest job definition to submityes
lava_tokenAuthentication token for job submissionyes
lava_urlURL of LAVA instanceyes
wait_for_jobWait for job completion and stream logsfalse
fail_action_on_failureMarks action failed in any test result is "fail". Requires wait_for_job set to "true"true
fail_action_on_incompleteMarks action failed in case test jobs ends as Incomplete or is Canceledtrue
save_result_as_artifactSave test results as JUNIT XML filefalse
save_job_detailsSave job details as JSON filefalse
result_file_nameFile name in which the test results will be stored. Defaults to test-results-<jobID>. If the file with the same name is already stored as workflow artifact it will be overwritten. This option is useful for keeping clean results in case of re-running test jobs.
test_job_file_name_prefixPrefix for the job details filename. It will prepend the test-job-<job ID>.json

no outputs