Skip to content

Commit

Permalink
[2023.3][URP] Moving a RenderGraph job to QV and fixing a GPU Driven job
Browse files Browse the repository at this point in the history
This PR does three things:
1. Moves one CI job from QV Candidate to QV 
2. Temporarily disables GPU Driven compatibility in one scene as it's failing (049 deferred)
3. Adds the same test filter for a decal scene in Foundation project.

See more details in **Comments to reviewers**
  • Loading branch information
ellioman authored and Evergreen committed Oct 11, 2023
1 parent ce6dbc5 commit 68191c7
Showing 1 changed file with 16 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OcclusionCullingSettings:
--- !u!104 &2
RenderSettings:
m_ObjectHideFlags: 0
serializedVersion: 9
serializedVersion: 10
m_Fog: 0
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
m_FogMode: 3
Expand Down Expand Up @@ -44,7 +44,6 @@ RenderSettings:
LightmapSettings:
m_ObjectHideFlags: 0
serializedVersion: 12
m_GIWorkflowMode: 1
m_GISettings:
serializedVersion: 2
m_BounceScale: 1
Expand Down Expand Up @@ -152,20 +151,21 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
qualityLevelIndex: 0
callbacks: []
--- !u!4 &1671013833
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1671013831}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0.38117677, y: 6.107272, z: 0.46914768}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1865670496
GameObject:
Expand Down Expand Up @@ -219,6 +219,7 @@ MonoBehaviour:
ImageComparisonSettings:
TargetWidth: 512
TargetHeight: 512
TargetMSAASamples: 1
PerPixelCorrectnessThreshold: 0.005
PerPixelGammaThreshold: 0.003921569
PerPixelAlphaThreshold: 0.003921569
Expand All @@ -229,10 +230,12 @@ MonoBehaviour:
UseBackBuffer: 0
ImageResolution: 0
ActiveImageTests: 1
ActivePixelTests: 7
ActivePixelTests: -1
WaitFrames: 0
XRCompatible: 1
gpuDrivenCompatible: 0
CheckMemoryAllocation: 1
SetBackBufferResolution: 0
--- !u!20 &1865670500
Camera:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -291,13 +294,13 @@ Transform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1865670496}
serializedVersion: 2
m_LocalRotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
m_LocalPosition: {x: 0, y: 20, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0}
--- !u!114 &1865670502
MonoBehaviour:
Expand Down Expand Up @@ -329,6 +332,7 @@ MonoBehaviour:
m_Dithering: 0
m_ClearDepth: 1
m_AllowXRRendering: 1
m_AllowHDROutput: 1
m_UseScreenCoordOverride: 0
m_ScreenSizeOverride: {x: 0, y: 0, z: 0, w: 0}
m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0}
Expand Down Expand Up @@ -619,3 +623,10 @@ MonoBehaviour:
m_LightCookieSize: {x: 1, y: 1}
m_LightCookieOffset: {x: 0, y: 0}
m_SoftShadowQuality: 0
--- !u!1660057539 &9223372036854775807
SceneRoots:
m_ObjectHideFlags: 0
m_Roots:
- {fileID: 1671013833}
- {fileID: 1865670501}
- {fileID: 6005341721284599455}

0 comments on commit 68191c7

Please sign in to comment.