Govern task context and advance execution pointer
This commit is contained in:
31
tests/golden/M15-03C/manifest.json
Normal file
31
tests/golden/M15-03C/manifest.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M15-03C",
|
||||
"parentTask": "M15-03B",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"operation": "BLENDER_TASK_GRAPH_CHECK",
|
||||
"artifacts": {
|
||||
"parentManifest": {
|
||||
"path": "tests/golden/M15-03B/manifest.json",
|
||||
"sha256": "d0130d393233f2fd6573d80522385a3c39a701db9d6fd12cabdb841b81f9419a"
|
||||
},
|
||||
"checker": {
|
||||
"path": "tools/web/check-blender-task-graph.mjs",
|
||||
"sha256": "318bf3575decb41d0fd5a17fceffc7ed72c3224d79bf4a7e6368d5091b34d78d"
|
||||
},
|
||||
"plan": {
|
||||
"path": "tests/golden/M15-03A/next-task-plan.json",
|
||||
"sha256": "a5c46410b419ede40a5adb6a84029e7f303e28e823f33d9d63d5e1815c1b0032"
|
||||
},
|
||||
"report": {
|
||||
"path": "tests/golden/M15-03C/task-graph-check-report.json",
|
||||
"sha256": "dc6d2e5476a93e2e5cda9bd939f424558a7899871a87a8a3db84e7aeecb473cd"
|
||||
},
|
||||
"package": {
|
||||
"path": "web/package.json",
|
||||
"sha256": "540fcf5a711fe65654f5f9dcfccf4dfb4549dcdbef498a4eb37946cc24a76912"
|
||||
}
|
||||
},
|
||||
"nextTask": "M15-03D"
|
||||
}
|
||||
17
tests/golden/M15-03C/task-graph-check-report.json
Normal file
17
tests/golden/M15-03C/task-graph-check-report.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M15-03C",
|
||||
"operation": "BLENDER_TASK_GRAPH_CHECK",
|
||||
"source": {
|
||||
"path": "tests/golden/M15-03A/next-task-plan.json",
|
||||
"sha256": "a5c46410b419ede40a5adb6a84029e7f303e28e823f33d9d63d5e1815c1b0032"
|
||||
},
|
||||
"summary": {
|
||||
"nodes": 6900,
|
||||
"active": 1,
|
||||
"missingDependencies": 0,
|
||||
"cycles": 0
|
||||
},
|
||||
"activeTask": "M16-GAP-00018",
|
||||
"nextTask": "M15-03D"
|
||||
}
|
||||
Reference in New Issue
Block a user