Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .yamato/all-postprocessing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ PR_PostProcessing_trunk:
rerun: always
- path: .yamato/postprocessing-osx-metal.yml#PostProcessing_OSX_Metal_playmode_mono_Linear_trunk
rerun: always
- path: .yamato/postprocessing-osx-metal.yml#PostProcessing_OSX_Metal_Standalone_mono_Linear_trunk
rerun: always
- path: .yamato/postprocessing-linux-vulkan.yml#PostProcessing_Linux_Vulkan_Standalone_mono_Linear_trunk
rerun: always
- path: .yamato/postprocessing-linux-vulkan.yml#PostProcessing_Linux_Vulkan_playmode_mono_Linear_trunk
Expand Down
8 changes: 4 additions & 4 deletions .yamato/postprocessing-linux-vulkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PostProcessing_Linux_Vulkan_playmode_mono_Linear_trunk:
name: PostProcessing on Linux_Vulkan_playmode_mono_Linear on version trunk
agent:
type: Unity::VM::GPU
image: desktop/ubuntu-20.04-desktop:v2.1348791
image: desktop/ubuntu-22.04-desktop:v2.3440504
flavor: b1.large
variables:
CUSTOM_REVISION: 'trunk'
Expand Down Expand Up @@ -37,8 +37,8 @@ PostProcessing_Linux_Vulkan_Standalone_mono_Linear_trunk:
name: PostProcessing on Linux_Vulkan_Standalone_mono_Linear on version trunk
agent:
type: Unity::VM::GPU
image: desktop/ubuntu-20.04-desktop:v2.1348791
flavor: b1.large
image: desktop/ubuntu-22.04-desktop:v2.3440504
flavor: b1.xlarge
variables:
CUSTOM_REVISION: 'trunk'
TEST_FILTER: .*
Expand Down Expand Up @@ -66,7 +66,7 @@ Build_PostProcessing_Linux_Vulkan_Standalone_mono_Linear_trunk:
name: Build PostProcessing on Linux_Vulkan_mono_Linear_Standalone_build_Player on version trunk
agent:
type: Unity::VM
image: desktop/ubuntu-20.04-desktop:v2.1348791
image: desktop/ubuntu-22.04-desktop:v2.3440504
flavor: b1.xlarge
variables:
CUSTOM_REVISION: 'trunk'
Expand Down
18 changes: 10 additions & 8 deletions .yamato/postprocessing-osx-metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ PostProcessing_OSX_Metal_playmode_mono_Linear_trunk:
name: PostProcessing on OSX_Metal_playmode_mono_Linear on version trunk
agent:
type: Unity::metal::macmini
image: automation-tooling/macos-11:v2.1987114
image: automation-tooling/macos-13:v2.4694476
flavor: m1.mac
model: 2018-i3-macos11
model: 2018-i7-macos14
variables:
CUSTOM_REVISION: 'trunk'
TEST_FILTER: .*
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
UTR_VERSION: "current"
commands:
- pip3 install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- brew tap Unity-Technologies/homebrew-unity [email protected]:unity/homebrew-unity.git
- brew install Unity-Technologies/homebrew-unity/unity-downloader-cli
- unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
retries: 2
Expand All @@ -21,7 +22,7 @@ PostProcessing_OSX_Metal_playmode_mono_Linear_trunk:
- command: scp -i ~/.ssh/id_rsa_macmini ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
retries: 2
- command: |2-
ssh -i ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP "export UPM_REGISTRY=https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates; GIT_BRANCH='$GIT_BRANCH' GIT_COMMIT_TIME='$GIT_COMMIT_TIME' GIT_REPOSITORY_URL='$GIT_REPOSITORY_URL' GIT_REVISION='$GIT_REVISION' YAMATO_JOBDEFINITION_FRIENDLY_NAME='$YAMATO_JOBDEFINITION_FRIENDLY_NAME' YAMATO_JOBDEFINITION_NAME='$YAMATO_JOBDEFINITION_NAME' YAMATO_JOB_ID='$YAMATO_JOB_ID' YAMATO_PROJECT_ID='$YAMATO_PROJECT_ID' YAMATO_PROJECT_NAME='$YAMATO_PROJECT_NAME' ~/Graphics/utr --artifacts_path=/Users/bokken/Graphics/TestProjects/PostProcessing_Tests/test-results --editor-location=/Users/bokken/Graphics/.Editor --extra-editor-arg="-colorspace=Linear" --scripting-backend=Mono2x --suite=playmode --testfilter=$TEST_FILTER --testproject=/Users/bokken/Graphics/TestProjects/PostProcessing_Tests "
ssh -i ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP "export UPM_REGISTRY=https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates; GIT_BRANCH='$GIT_BRANCH' GIT_COMMIT_TIME='$GIT_COMMIT_TIME' GIT_REPOSITORY_URL='$GIT_REPOSITORY_URL' GIT_REVISION='$GIT_REVISION' YAMATO_JOBDEFINITION_FRIENDLY_NAME='$YAMATO_JOBDEFINITION_FRIENDLY_NAME' YAMATO_JOBDEFINITION_NAME='$YAMATO_JOBDEFINITION_NAME' YAMATO_JOB_ID='$YAMATO_JOB_ID' YAMATO_PROJECT_ID='$YAMATO_PROJECT_ID' YAMATO_PROJECT_NAME='$YAMATO_PROJECT_NAME' ~/Graphics/utr --artifacts_path=/Users/bokken/Graphics/TestProjects/PostProcessing_Tests/test-results --editor-location=/Users/bokken/Graphics/.Editor --extra-editor-arg="-colorspace=Linear" --scripting-backend=Mono2x --suite=playmode --testfilter=$TEST_FILTER --testproject=/Users/bokken/Graphics/TestProjects/PostProcessing_Tests"
UTR_RESULT=$?
scp -i ~/.ssh/id_rsa_macmini -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/PostProcessing_Tests/test-results/ TestProjects/PostProcessing_Tests
exit $UTR_RESULT
Expand All @@ -40,16 +41,17 @@ PostProcessing_OSX_Metal_Standalone_mono_Linear_trunk:
name: PostProcessing on OSX_Metal_Standalone_mono_Linear on version trunk
agent:
type: Unity::metal::macmini
image: automation-tooling/macos-11:v2.1987114
image: automation-tooling/macos-13:v2.4694476
flavor: m1.mac
model: 2018-i3-macos11
model: 2018-i7-macos14
variables:
CUSTOM_REVISION: 'trunk'
TEST_FILTER: .*
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
UTR_VERSION: "current"
commands:
- pip3 install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- brew tap Unity-Technologies/homebrew-unity [email protected]:unity/homebrew-unity.git
- brew install Unity-Technologies/homebrew-unity/unity-downloader-cli
- unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
retries: 2
Expand All @@ -59,7 +61,7 @@ PostProcessing_OSX_Metal_Standalone_mono_Linear_trunk:
- command: scp -i ~/.ssh/id_rsa_macmini ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
retries: 2
- command: |2-
ssh -i ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP "export UPM_REGISTRY=https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates; GIT_BRANCH='$GIT_BRANCH' GIT_COMMIT_TIME='$GIT_COMMIT_TIME' GIT_REPOSITORY_URL='$GIT_REPOSITORY_URL' GIT_REVISION='$GIT_REVISION' YAMATO_JOBDEFINITION_FRIENDLY_NAME='$YAMATO_JOBDEFINITION_FRIENDLY_NAME' YAMATO_JOBDEFINITION_NAME='$YAMATO_JOBDEFINITION_NAME' YAMATO_JOB_ID='$YAMATO_JOB_ID' YAMATO_PROJECT_ID='$YAMATO_PROJECT_ID' YAMATO_PROJECT_NAME='$YAMATO_PROJECT_NAME' ~/Graphics/utr --artifacts_path=/Users/bokken/Graphics/TestProjects/PostProcessing_Tests/test-results --editor-location=.Editor --platform=StandaloneOSX --scripting-backend=Mono2x --suite=playmode --testfilter=$TEST_FILTER --testproject=/Users/bokken/Graphics/TestProjects/PostProcessing_Tests --timeout=2400 "
ssh -i ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP "export UPM_REGISTRY=https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates; GIT_BRANCH='$GIT_BRANCH' GIT_COMMIT_TIME='$GIT_COMMIT_TIME' GIT_REPOSITORY_URL='$GIT_REPOSITORY_URL' GIT_REVISION='$GIT_REVISION' YAMATO_JOBDEFINITION_FRIENDLY_NAME='$YAMATO_JOBDEFINITION_FRIENDLY_NAME' YAMATO_JOBDEFINITION_NAME='$YAMATO_JOBDEFINITION_NAME' YAMATO_JOB_ID='$YAMATO_JOB_ID' YAMATO_PROJECT_ID='$YAMATO_PROJECT_ID' YAMATO_PROJECT_NAME='$YAMATO_PROJECT_NAME' ~/Graphics/utr --artifacts_path=/Users/bokken/Graphics/TestProjects/PostProcessing_Tests/test-results --editor-location=/Users/bokken/Graphics/.Editor --platform=StandaloneOSX --scripting-backend=Mono2x --suite=playmode --testfilter=$TEST_FILTER --testproject=/Users/bokken/Graphics/TestProjects/PostProcessing_Tests --timeout=2400"
UTR_RESULT=$?
scp -i ~/.ssh/id_rsa_macmini -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/PostProcessing_Tests/test-results/ TestProjects/PostProcessing_Tests
exit $UTR_RESULT
Expand Down
4 changes: 2 additions & 2 deletions .yamato/postprocessing-win-dx11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PostProcessing_Win_DX11_Standalone_mono_Linear_trunk:
agent:
type: Unity::VM::GPU
image: automation-tooling/win10-21H1:v2.2309361
flavor: b1.large
flavor: b1.xlarge
variables:
CUSTOM_REVISION: 'trunk'
TEST_FILTER: .*
Expand Down Expand Up @@ -68,7 +68,7 @@ Build_PostProcessing_Win_DX11_Standalone_mono_Linear_trunk:
retries: 2
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
retries: 2
- 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
- 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
artifacts:
logs:
paths:
Expand Down
4 changes: 2 additions & 2 deletions .yamato/postprocessing-win-dx12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PostProcessing_Win_DX12_Standalone_mono_Linear_trunk:
agent:
type: Unity::VM::GPU
image: automation-tooling/win10-21H1:v2.2309361
flavor: b1.large
flavor: b1.xlarge
variables:
CUSTOM_REVISION: 'trunk'
TEST_FILTER: .*
Expand Down Expand Up @@ -68,7 +68,7 @@ Build_PostProcessing_Win_DX12_Standalone_mono_Linear_trunk:
retries: 2
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
retries: 2
- 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
- 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
artifacts:
logs:
paths:
Expand Down
4 changes: 2 additions & 2 deletions .yamato/postprocessing-win-vulkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PostProcessing_Win_Vulkan_Standalone_mono_Linear_trunk:
agent:
type: Unity::VM::GPU
image: automation-tooling/win10-21H1:v2.2309361
flavor: b1.large
flavor: b1.xlarge
variables:
CUSTOM_REVISION: 'trunk'
TEST_FILTER: .*
Expand Down Expand Up @@ -68,7 +68,7 @@ Build_PostProcessing_Win_Vulkan_Standalone_mono_Linear_trunk:
retries: 2
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
retries: 2
- 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
- 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
artifacts:
logs:
paths:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading