Skip to content

Commit 65bf683

Browse files
committed
Avoid DX12 job defaulting to testing DX11 (avoid API filtering)
1 parent 93e7675 commit 65bf683

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.yamato/postprocessing-win-dx11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PostProcessing_Win_DX11_Standalone_mono_Linear_trunk:
3030
agent:
3131
type: Unity::VM::GPU
3232
image: automation-tooling/win10-21H1:v2.2309361
33-
flavor: b1.large
33+
flavor: b1.xlarge
3434
variables:
3535
CUSTOM_REVISION: 'trunk'
3636
TEST_FILTER: .*
@@ -68,7 +68,7 @@ Build_PostProcessing_Win_DX11_Standalone_mono_Linear_trunk:
6868
retries: 2
6969
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
7070
retries: 2
71-
- command: utr --artifacts_path=TestProjects/PostProcessing_Tests/test-results --build-only --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --extra-editor-arg="-executemethod" --extra-editor-arg="SetupProject.ApplySettings" --extra-editor-arg="d3d11" --extra-editor-arg="Linear" --extra-editor-arg="-playergraphicsapi=Direct3D11" --platform=StandaloneWindows64 --player-save-path=players --scripting-backend=Mono2x --suite=playmode --testfilter=%TEST_FILTER% --testproject=./TestProjects/PostProcessing_Tests --timeout=1200
71+
- command: utr --artifacts_path=TestProjects/PostProcessing_Tests/test-results --build-only --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --extra-editor-arg="-executemethod" --extra-editor-arg="SetupProject.ApplySettings" --extra-editor-arg="d3d11" --extra-editor-arg="Linear" --playerGraphicsAPI=Direct3D11 --platform=StandaloneWindows64 --player-save-path=players --scripting-backend=Mono2x --suite=playmode --testfilter=%TEST_FILTER% --testproject=./TestProjects/PostProcessing_Tests --timeout=1200
7272
artifacts:
7373
logs:
7474
paths:

.yamato/postprocessing-win-dx12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PostProcessing_Win_DX12_Standalone_mono_Linear_trunk:
3030
agent:
3131
type: Unity::VM::GPU
3232
image: automation-tooling/win10-21H1:v2.2309361
33-
flavor: b1.large
33+
flavor: b1.xlarge
3434
variables:
3535
CUSTOM_REVISION: 'trunk'
3636
TEST_FILTER: .*
@@ -68,7 +68,7 @@ Build_PostProcessing_Win_DX12_Standalone_mono_Linear_trunk:
6868
retries: 2
6969
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
7070
retries: 2
71-
- command: utr --artifacts_path=TestProjects/PostProcessing_Tests/test-results --build-only --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --extra-editor-arg="-executemethod" --extra-editor-arg="SetupProject.ApplySettings" --extra-editor-arg="d3d12" --extra-editor-arg="Linear" --extra-editor-arg="-playergraphicsapi=Direct3D12" --platform=StandaloneWindows64 --player-save-path=players --scripting-backend=Mono2x --suite=playmode --testfilter=%TEST_FILTER% --testproject=./TestProjects/PostProcessing_Tests --timeout=1200
71+
- command: utr --artifacts_path=TestProjects/PostProcessing_Tests/test-results --build-only --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --extra-editor-arg="-executemethod" --extra-editor-arg="SetupProject.ApplySettings" --extra-editor-arg="d3d12" --extra-editor-arg="Linear" --playerGraphicsAPI=Direct3D12 --platform=StandaloneWindows64 --player-save-path=players --scripting-backend=Mono2x --suite=playmode --testfilter=%TEST_FILTER% --testproject=./TestProjects/PostProcessing_Tests --timeout=1200
7272
artifacts:
7373
logs:
7474
paths:

.yamato/postprocessing-win-vulkan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PostProcessing_Win_Vulkan_Standalone_mono_Linear_trunk:
3030
agent:
3131
type: Unity::VM::GPU
3232
image: automation-tooling/win10-21H1:v2.2309361
33-
flavor: b1.large
33+
flavor: b1.xlarge
3434
variables:
3535
CUSTOM_REVISION: 'trunk'
3636
TEST_FILTER: .*
@@ -68,7 +68,7 @@ Build_PostProcessing_Win_Vulkan_Standalone_mono_Linear_trunk:
6868
retries: 2
6969
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
7070
retries: 2
71-
- command: utr --artifacts_path=TestProjects/PostProcessing_Tests/test-results --build-only --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --extra-editor-arg="-executemethod" --extra-editor-arg="SetupProject.ApplySettings" --extra-editor-arg="vulkan" --extra-editor-arg="Linear" --extra-editor-arg="-playergraphicsapi=Vulkan" --platform=StandaloneWindows64 --player-save-path=players --scripting-backend=Mono2x --suite=playmode --testfilter=%TEST_FILTER% --testproject=./TestProjects/PostProcessing_Tests --timeout=1200
71+
- command: utr --artifacts_path=TestProjects/PostProcessing_Tests/test-results --build-only --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --extra-editor-arg="-executemethod" --extra-editor-arg="SetupProject.ApplySettings" --extra-editor-arg="vulkan" --extra-editor-arg="Linear" --playerGraphicsAPI=Vulkan --platform=StandaloneWindows64 --player-save-path=players --scripting-backend=Mono2x --suite=playmode --testfilter=%TEST_FILTER% --testproject=./TestProjects/PostProcessing_Tests --timeout=1200
7272
artifacts:
7373
logs:
7474
paths:

0 commit comments

Comments
 (0)