renderdiff: add initial code for updating goldens (#8349)

- Code for parsing tag in commit message
- Add placeholder for pulling and updating goldens in the script.
This commit is contained in:
Powei Feng
2025-01-15 23:08:48 -08:00
committed by GitHub
parent eac99e5796
commit c435fc74c4
9 changed files with 169 additions and 66 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "PresubmitPixelTests",
"name": "presubmit",
"backends": ["opengl"],
"model_search_paths": ["third_party/models"],
"presets": [
{
"name": "Standard",
"name": "base",
"models": ["lucy", "DamagedHelmet"],
"rendering": {
"viewer.cameraFocusDistance": 0,
@@ -16,7 +16,7 @@
{
"name": "BloomFlare",
"description": "Testing bloom and flare",
"apply_presets": ["Standard"],
"apply_presets": ["base"],
"rendering": {
"view.bloom.enabled": true,
"view.bloom.lensFlare": true
@@ -24,8 +24,8 @@
},
{
"name": "MSAA",
"description": "Testing Multi-sample Anti-aliasing",
"apply_presets": ["Standard"],
"description": "Testing multisampling anti-aliasing",
"apply_presets": ["base"],
"rendering": {
"view.msaa.enabled": true
}