Skip to content

Commit

Permalink
Rename LightMapper to Lightmapping (#5973)
Browse files Browse the repository at this point in the history
* Rename LightMapper to Lightmapping

* Update yamato config

Co-authored-by: Théo Penavaire <theo.penavaire@unity3d.com>
  • Loading branch information
pigselated and theopnv authored Oct 12, 2021
1 parent e01dd8d commit df0e66e
Show file tree
Hide file tree
Showing 181 changed files with 126 additions and 126 deletions.
52 changes: 26 additions & 26 deletions .yamato/all-lightmapper.yml → .yamato/all-lightmapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,79 +7,79 @@

---

PR_LightMapper_trunk:
name: PR LightMapper on trunk
PR_Lightmapping_trunk:
name: PR Lightmapping on trunk
variables:
CUSTOM_REVISION: '{{trunk.changeset.id}}'
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
dependencies:
- path: .yamato/lightmapper-win-dx11.yml#LightMapper_Win_DX11_editmode_mono_Linear_trunk
- path: .yamato/lightmapping-win-dx11.yml#Lightmapping_Win_DX11_editmode_mono_Linear_trunk
rerun: on_new_revision
- path: .yamato/lightmapper-win-dx11.yml#LightMapper_Win_DX11_Standalone_mono_Linear_trunk
- path: .yamato/lightmapping-win-dx11.yml#Lightmapping_Win_DX11_Standalone_mono_Linear_trunk
rerun: on_new_revision
- path: .yamato/lightmapper-linux-vulkan.yml#LightMapper_Linux_Vulkan_editmode_mono_Linear_trunk
- path: .yamato/lightmapping-linux-vulkan.yml#Lightmapping_Linux_Vulkan_editmode_mono_Linear_trunk
rerun: on_new_revision
- path: .yamato/lightmapper-linux-vulkan.yml#LightMapper_Linux_Vulkan_Standalone_mono_Linear_trunk
- path: .yamato/lightmapping-linux-vulkan.yml#Lightmapping_Linux_Vulkan_Standalone_mono_Linear_trunk
rerun: on_new_revision
- path: .yamato/lightmapper-linux-openglcore.yml#LightMapper_Linux_OpenGlCore_editmode_mono_Linear_trunk
- path: .yamato/lightmapping-linux-openglcore.yml#Lightmapping_Linux_OpenGlCore_editmode_mono_Linear_trunk
rerun: on_new_revision
Extra_LightMapper_trunk:
name: Extra LightMapper on trunk
Extra_Lightmapping_trunk:
name: Extra Lightmapping on trunk
variables:
CUSTOM_REVISION: '{{trunk.changeset.id}}'
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
dependencies: []
LightMapper_trunk:
name: LightMapper on trunk
Lightmapping_trunk:
name: Lightmapping on trunk
variables:
CUSTOM_REVISION: '{{trunk.changeset.id}}'
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
dependencies:
- path: .yamato/all-lightmapper.yml#PR_LightMapper_trunk
- path: .yamato/all-lightmapping.yml#PR_Lightmapping_trunk
rerun: on_new_revision
- path: .yamato/all-lightmapper.yml#Extra_LightMapper_trunk
- path: .yamato/all-lightmapping.yml#Extra_Lightmapping_trunk
rerun: on_new_revision
PR_LightMapper_CUSTOM-REVISION:
name: PR LightMapper on CUSTOM-REVISION
PR_Lightmapping_CUSTOM-REVISION:
name: PR Lightmapping on CUSTOM-REVISION
variables:
CUSTOM_REVISION: custom_revision_not_set
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
dependencies:
- path: .yamato/lightmapper-win-dx11.yml#LightMapper_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION
- path: .yamato/lightmapping-win-dx11.yml#Lightmapping_Win_DX11_editmode_mono_Linear_CUSTOM-REVISION
rerun: on_new_revision
- path: .yamato/lightmapper-win-dx11.yml#LightMapper_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION
- path: .yamato/lightmapping-win-dx11.yml#Lightmapping_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION
rerun: on_new_revision
- path: .yamato/lightmapper-linux-vulkan.yml#LightMapper_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION
- path: .yamato/lightmapping-linux-vulkan.yml#Lightmapping_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION
rerun: on_new_revision
- path: .yamato/lightmapper-linux-vulkan.yml#LightMapper_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION
- path: .yamato/lightmapping-linux-vulkan.yml#Lightmapping_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION
rerun: on_new_revision
- path: .yamato/lightmapper-linux-openglcore.yml#LightMapper_Linux_OpenGlCore_editmode_mono_Linear_CUSTOM-REVISION
- path: .yamato/lightmapping-linux-openglcore.yml#Lightmapping_Linux_OpenGlCore_editmode_mono_Linear_CUSTOM-REVISION
rerun: on_new_revision
Extra_LightMapper_CUSTOM-REVISION:
name: Extra LightMapper on CUSTOM-REVISION
Extra_Lightmapping_CUSTOM-REVISION:
name: Extra Lightmapping on CUSTOM-REVISION
variables:
CUSTOM_REVISION: custom_revision_not_set
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
dependencies: []
LightMapper_CUSTOM-REVISION:
name: LightMapper on CUSTOM-REVISION
Lightmapping_CUSTOM-REVISION:
name: Lightmapping on CUSTOM-REVISION
variables:
CUSTOM_REVISION: custom_revision_not_set
UTR_VERSION: "current"
TEST_FILTER: .*
CACHE_ARGS: '{{cache.flags}}'
dependencies:
- path: .yamato/all-lightmapper.yml#PR_LightMapper_CUSTOM-REVISION
- path: .yamato/all-lightmapping.yml#PR_Lightmapping_CUSTOM-REVISION
rerun: on_new_revision
- path: .yamato/all-lightmapper.yml#Extra_LightMapper_CUSTOM-REVISION
- path: .yamato/all-lightmapping.yml#Extra_Lightmapping_CUSTOM-REVISION
rerun: on_new_revision
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project:
name: LightMapper
folder: LightMapper
name: Lightmapping
folder: Lightmapping

test_platforms:
- type: editmode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

---

LightMapper_Linux_OpenGlCore_editmode_mono_Linear_trunk:
name: LightMapper on Linux_OpenGlCore_editmode_mono_Linear on version trunk
Lightmapping_Linux_OpenGlCore_editmode_mono_Linear_trunk:
name: Lightmapping on Linux_OpenGlCore_editmode_mono_Linear on version trunk
agent:
type: Unity::VM::GPU
image: package-ci/ubuntu:stable
Expand All @@ -33,20 +33,20 @@ LightMapper_Linux_OpenGlCore_editmode_mono_Linear_trunk:
- command: sudo unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only
retries: 2
- command: sudo apt-get install -y ocl-icd-opencl-dev
- command: DISPLAY=:0.0 ./utr --artifacts_path=TestProjects/LightMapper/test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --extra-editor-arg="-force-glcore" --platform=editmode --scripting-backend=Mono2x --suite=editor --testfilter=$TEST_FILTER --testproject=./TestProjects/LightMapper --zero-tests-are-ok=1
- command: DISPLAY=:0.0 ./utr --artifacts_path=TestProjects/Lightmapping/test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --extra-editor-arg="-force-glcore" --platform=editmode --scripting-backend=Mono2x --suite=editor --testfilter=$TEST_FILTER --testproject=./TestProjects/Lightmapping --zero-tests-are-ok=1
after:
- command: pip3 install ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0
artifacts:
logs:
paths:
- "**/test-results/**"
- "TestProjects/LightMapper/Logs/*.log"
- "TestProjects/Lightmapping/Logs/*.log"
dependencies:
- path: .yamato/_editor_priming.yml#editor:priming:trunk:Linux
rerun: on_new_revision
LightMapper_Linux_OpenGlCore_Standalone_mono_Linear_trunk:
name: LightMapper on Linux_OpenGlCore_Standalone_mono_Linear on version trunk
Lightmapping_Linux_OpenGlCore_Standalone_mono_Linear_trunk:
name: Lightmapping on Linux_OpenGlCore_Standalone_mono_Linear on version trunk
agent:
type: Unity::VM::GPU
image: package-ci/ubuntu:stable
Expand All @@ -63,22 +63,22 @@ LightMapper_Linux_OpenGlCore_Standalone_mono_Linear_trunk:
retries: 2
- command: chmod +x utr
- command: sudo apt-get install -y ocl-icd-opencl-dev
- command: DISPLAY=:0.0 ./utr --artifacts_path=TestProjects/LightMapper/test-results --platform=StandaloneLinux64 --player-connection-ip=auto --player-load-path=players --suite=playmode --timeout=1200 --zero-tests-are-ok=1
- command: DISPLAY=:0.0 ./utr --artifacts_path=TestProjects/Lightmapping/test-results --platform=StandaloneLinux64 --player-connection-ip=auto --player-load-path=players --suite=playmode --timeout=1200 --zero-tests-are-ok=1
after:
- command: pip3 install ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0
artifacts:
logs:
paths:
- "**/test-results/**"
- "TestProjects/LightMapper/Logs/*.log"
- "TestProjects/Lightmapping/Logs/*.log"
dependencies:
- path: .yamato/_editor_priming.yml#editor:priming:trunk:Linux
rerun: on_new_revision
- path: .yamato/lightmapper-linux-openglcore.yml#Build_LightMapper_Linux_OpenGlCore_Standalone_mono_Linear_trunk
- path: .yamato/lightmapping-linux-openglcore.yml#Build_Lightmapping_Linux_OpenGlCore_Standalone_mono_Linear_trunk
rerun: on_new_revision
Build_LightMapper_Linux_OpenGlCore_Standalone_mono_Linear_trunk:
name: Build LightMapper on Linux_OpenGlCore_mono_Linear_Standalone_build_Player on version trunk
Build_Lightmapping_Linux_OpenGlCore_Standalone_mono_Linear_trunk:
name: Build Lightmapping on Linux_OpenGlCore_mono_Linear_Standalone_build_Player on version trunk
agent:
type: Unity::VM::GPU
image: package-ci/ubuntu:stable
Expand All @@ -103,23 +103,23 @@ Build_LightMapper_Linux_OpenGlCore_Standalone_mono_Linear_trunk:
- command: sudo unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only
retries: 2
- command: sudo apt-get install -y ocl-icd-opencl-dev
- command: DISPLAY=:0.0 ./utr $CACHE_ARGS --artifacts_path=TestProjects/LightMapper/test-results --build-only --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --platform=StandaloneLinux64 --player-save-path=players --scripting-backend=Mono2x --suite=playmode --testfilter=$TEST_FILTER --testproject=./TestProjects/LightMapper --timeout=1200
- command: DISPLAY=:0.0 ./utr $CACHE_ARGS --artifacts_path=TestProjects/Lightmapping/test-results --build-only --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --platform=StandaloneLinux64 --player-save-path=players --scripting-backend=Mono2x --suite=playmode --testfilter=$TEST_FILTER --testproject=./TestProjects/Lightmapping --timeout=1200
after:
- command: pip3 install ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0
artifacts:
logs:
paths:
- "**/test-results/**"
- "TestProjects/LightMapper/Logs/*.log"
- "TestProjects/Lightmapping/Logs/*.log"
players:
paths:
- "players*/**"
dependencies:
- path: .yamato/_editor_priming.yml#editor:priming:trunk:Linux
rerun: on_new_revision
LightMapper_Linux_OpenGlCore_editmode_mono_Linear_CUSTOM-REVISION:
name: LightMapper on Linux_OpenGlCore_editmode_mono_Linear on version CUSTOM-REVISION
Lightmapping_Linux_OpenGlCore_editmode_mono_Linear_CUSTOM-REVISION:
name: Lightmapping on Linux_OpenGlCore_editmode_mono_Linear on version CUSTOM-REVISION
agent:
type: Unity::VM::GPU
image: package-ci/ubuntu:stable
Expand All @@ -144,20 +144,20 @@ LightMapper_Linux_OpenGlCore_editmode_mono_Linear_CUSTOM-REVISION:
- command: sudo unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only
retries: 2
- command: sudo apt-get install -y ocl-icd-opencl-dev
- command: DISPLAY=:0.0 ./utr --artifacts_path=TestProjects/LightMapper/test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --extra-editor-arg="-force-glcore" --platform=editmode --scripting-backend=Mono2x --suite=editor --testfilter=$TEST_FILTER --testproject=./TestProjects/LightMapper --zero-tests-are-ok=1
- command: DISPLAY=:0.0 ./utr --artifacts_path=TestProjects/Lightmapping/test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --extra-editor-arg="-force-glcore" --platform=editmode --scripting-backend=Mono2x --suite=editor --testfilter=$TEST_FILTER --testproject=./TestProjects/Lightmapping --zero-tests-are-ok=1
after:
- command: pip3 install ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0
artifacts:
logs:
paths:
- "**/test-results/**"
- "TestProjects/LightMapper/Logs/*.log"
- "TestProjects/Lightmapping/Logs/*.log"
dependencies:
- path: .yamato/_editor_priming.yml#editor:priming:CUSTOM-REVISION:Linux
rerun: on_new_revision
LightMapper_Linux_OpenGlCore_Standalone_mono_Linear_CUSTOM-REVISION:
name: LightMapper on Linux_OpenGlCore_Standalone_mono_Linear on version CUSTOM-REVISION
Lightmapping_Linux_OpenGlCore_Standalone_mono_Linear_CUSTOM-REVISION:
name: Lightmapping on Linux_OpenGlCore_Standalone_mono_Linear on version CUSTOM-REVISION
agent:
type: Unity::VM::GPU
image: package-ci/ubuntu:stable
Expand All @@ -174,22 +174,22 @@ LightMapper_Linux_OpenGlCore_Standalone_mono_Linear_CUSTOM-REVISION:
retries: 2
- command: chmod +x utr
- command: sudo apt-get install -y ocl-icd-opencl-dev
- command: DISPLAY=:0.0 ./utr --artifacts_path=TestProjects/LightMapper/test-results --platform=StandaloneLinux64 --player-connection-ip=auto --player-load-path=players --suite=playmode --timeout=1200 --zero-tests-are-ok=1
- command: DISPLAY=:0.0 ./utr --artifacts_path=TestProjects/Lightmapping/test-results --platform=StandaloneLinux64 --player-connection-ip=auto --player-load-path=players --suite=playmode --timeout=1200 --zero-tests-are-ok=1
after:
- command: pip3 install ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0
artifacts:
logs:
paths:
- "**/test-results/**"
- "TestProjects/LightMapper/Logs/*.log"
- "TestProjects/Lightmapping/Logs/*.log"
dependencies:
- path: .yamato/_editor_priming.yml#editor:priming:CUSTOM-REVISION:Linux
rerun: on_new_revision
- path: .yamato/lightmapper-linux-openglcore.yml#Build_LightMapper_Linux_OpenGlCore_Standalone_mono_Linear_CUSTOM-REVISION
- path: .yamato/lightmapping-linux-openglcore.yml#Build_Lightmapping_Linux_OpenGlCore_Standalone_mono_Linear_CUSTOM-REVISION
rerun: on_new_revision
Build_LightMapper_Linux_OpenGlCore_Standalone_mono_Linear_CUSTOM-REVISION:
name: Build LightMapper on Linux_OpenGlCore_mono_Linear_Standalone_build_Player on version CUSTOM-REVISION
Build_Lightmapping_Linux_OpenGlCore_Standalone_mono_Linear_CUSTOM-REVISION:
name: Build Lightmapping on Linux_OpenGlCore_mono_Linear_Standalone_build_Player on version CUSTOM-REVISION
agent:
type: Unity::VM::GPU
image: package-ci/ubuntu:stable
Expand All @@ -214,15 +214,15 @@ Build_LightMapper_Linux_OpenGlCore_Standalone_mono_Linear_CUSTOM-REVISION:
- command: sudo unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only
retries: 2
- command: sudo apt-get install -y ocl-icd-opencl-dev
- command: DISPLAY=:0.0 ./utr $CACHE_ARGS --artifacts_path=TestProjects/LightMapper/test-results --build-only --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --platform=StandaloneLinux64 --player-save-path=players --scripting-backend=Mono2x --suite=playmode --testfilter=$TEST_FILTER --testproject=./TestProjects/LightMapper --timeout=1200
- command: DISPLAY=:0.0 ./utr $CACHE_ARGS --artifacts_path=TestProjects/Lightmapping/test-results --build-only --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --platform=StandaloneLinux64 --player-save-path=players --scripting-backend=Mono2x --suite=playmode --testfilter=$TEST_FILTER --testproject=./TestProjects/Lightmapping --timeout=1200
after:
- command: pip3 install ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0
artifacts:
logs:
paths:
- "**/test-results/**"
- "TestProjects/LightMapper/Logs/*.log"
- "TestProjects/Lightmapping/Logs/*.log"
players:
paths:
- "players*/**"
Expand Down
Loading

0 comments on commit df0e66e

Please sign in to comment.