Advance M8-M11 parity workflows
This commit is contained in:
48
tests/golden/M11-05/render-routing.json
Normal file
48
tests/golden/M11-05/render-routing.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"boundedEevee": {
|
||||
"target": "WEB_LOCAL_BOUNDED",
|
||||
"status": "READY",
|
||||
"capability": "WEB_REALTIME_BOUNDED",
|
||||
"reason": "BOUNDED_EEVEE"
|
||||
},
|
||||
"cycles": {
|
||||
"target": "SERVER_JOB",
|
||||
"withoutEndpoint": {
|
||||
"status": "BLOCKED",
|
||||
"code": "SERVER_JOB_UNAVAILABLE",
|
||||
"reason": "CYCLES_REQUIRES_SERVER"
|
||||
},
|
||||
"withEndpoint": {
|
||||
"status": "READY",
|
||||
"capability": "CYCLES_SERVER_RENDER"
|
||||
}
|
||||
},
|
||||
"complexEevee": {
|
||||
"target": "SERVER_JOB",
|
||||
"withoutEndpoint": {
|
||||
"status": "BLOCKED",
|
||||
"code": "SERVER_JOB_UNAVAILABLE",
|
||||
"reason": "COMPLEX_EEVEE_REQUIRES_SERVER"
|
||||
}
|
||||
},
|
||||
"hardware": {
|
||||
"target": "SERVER_JOB",
|
||||
"withoutEndpoint": {
|
||||
"status": "BLOCKED",
|
||||
"code": "SERVER_JOB_UNAVAILABLE",
|
||||
"reason": "HARDWARE_BACKEND_REQUIRES_SERVER"
|
||||
}
|
||||
},
|
||||
"webgpu": {
|
||||
"target": "WEB_LOCAL_BOUNDED",
|
||||
"status": "BLOCKED",
|
||||
"code": "WEBGPU_RENDERER_UNAVAILABLE"
|
||||
},
|
||||
"unknownEngine": {
|
||||
"target": "SERVER_JOB",
|
||||
"status": "BLOCKED",
|
||||
"capability": "UNSUPPORTED_RENDER_ENGINE",
|
||||
"code": "PLATFORM_CAPABILITY_UNAVAILABLE"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user