5656 type : {{ platform.type }}
5757 image : {{ platform.image }}
5858 flavor : {{ platform.flavor }}
59+ variables :
60+ EDITOR_REVISION_OVERRIDE : none
5961 commands :
6062 - {{ utr_install_nix }}
6163 - {{ upm_ci_install }}
@@ -98,6 +100,8 @@ build_ios_{{ editor.version }}_{{ category.name }}:
98100 type : Unity::VM::osx
99101 image : {{ ios_and_tvos_macos_bokken_image }}
100102 flavor : b1.large
103+ variables :
104+ EDITOR_REVISION_OVERRIDE : none
101105 commands :
102106 - {{ utr_install_nix }}
103107 - {{ unity_downloader_install }}
@@ -121,6 +125,8 @@ run_ios_{{ editor.version }}_{{ category.name }}:
121125 image : {{ ios_and_tvos_macos_bokken_image }}
122126 model : SE
123127 flavor : b1.medium
128+ variables :
129+ EDITOR_REVISION_OVERRIDE : none
124130 skip_checkout : true
125131 dependencies :
126132 - .yamato/upm-ci.yml#build_ios_{{ editor.version }}_{{ category.name }}
@@ -142,6 +148,8 @@ build_tvos_{{ editor.version }}:
142148 type : Unity::VM::osx
143149 image : {{ ios_and_tvos_macos_bokken_image }}
144150 flavor : b1.large
151+ variables :
152+ EDITOR_REVISION_OVERRIDE : none
145153 commands :
146154 - {{ utr_install_nix }}
147155 - {{ unity_downloader_install }}
@@ -164,6 +172,8 @@ run_tvos_{{ editor.version }}:
164172 type : Unity::mobile::appletv
165173 image : {{ ios_and_tvos_macos_bokken_image }}
166174 flavor : b1.medium
175+ variables :
176+ EDITOR_REVISION_OVERRIDE : none
167177 skip_checkout : true
168178 dependencies :
169179 - .yamato/upm-ci.yml#build_tvos_{{ editor.version }}
@@ -186,6 +196,8 @@ build_android_{{ editor.version }}_{{ backend.name }}_{{ category.name }}:
186196 type : Unity::VM
187197 image : package-ci/win10:default
188198 flavor : b1.xlarge
199+ variables :
200+ EDITOR_REVISION_OVERRIDE : none
189201 commands :
190202 - {{ utr_install_win }}
191203 - {{ unity_downloader_install }}
@@ -208,6 +220,8 @@ run_android_{{ editor.version }}_{{ backend.name }}_{{ category.name }}:
208220 type : Unity::mobile::shield
209221 image : package-ci/win10:default
210222 flavor : b1.medium
223+ variables :
224+ EDITOR_REVISION_OVERRIDE : none
211225 # Skip repository cloning
212226 skip_checkout : true
213227 # Set a dependency on the build job
0 commit comments