Example passing Job JSON
This Job is an example of a passing simulation. Note that Simscope captures passing jobs for statistical purposes (pass rates, cycles, compute time, etc).
Passing jobs are indicated by the following JSON fields:
-
"result": "pass"
-
"fail_message"
blank (or omitted) -
See Job Field Reference for definitions of each field.
{
"jobdir": "/home/runs/myregr/2/job-3",
"category": "sim",
"config": "sim +rand +tbuf +seed=123",
"build": "mybuild",
"testgroup": "mytestgroup",
"seed": "123",
"start_time": "2019-05-07T02:00:11.123-05:00",
"compute_ms": 12500,
"host": "compute-12",
"result": "pass",
"cycles": 15000
}