Skip to content

Commit f4f4006

Browse files
Merge pull request #8177 from Unity-Technologies/template/deprecate_hdrp_blank
Remove HDRP Blank Template deprecated sources
2 parents 594f8dc + d1d148b commit f4f4006

File tree

96 files changed

+0
-10439
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+0
-10439
lines changed

.yamato/_templates.yml

Lines changed: 0 additions & 156 deletions
Original file line numberDiff line numberDiff line change
@@ -161,158 +161,6 @@ publish_hdrp_template_trunk_dry_run:
161161
paths:
162162
- "upm-ci~/packages/**/*"
163163
- "upm-ci~/templates/**/*"
164-
pre_pack_hdrp_blank_template_Win_trunk:
165-
name: Pre-Pack HDRP Blank Template Win trunk
166-
agent:
167-
type: Unity::VM
168-
image: package-ci/win11:v4
169-
flavor: b1.large
170-
commands:
171-
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
172-
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
173-
- .Editor\Unity.exe -projectPath com.unity.template.hdrp-blank -batchmode -quit -logFile ./Editor.log
174-
dependencies:
175-
- path: .yamato/_editor_priming.yml#editor:priming:trunk:Win
176-
return: always
177-
artifacts:
178-
primed:
179-
paths:
180-
- "com.unity.template.hdrp-blank/Library/Artifacts/**"
181-
- "com.unity.template.hdrp-blank/Library/ArtifactDB"
182-
- "com.unity.template.hdrp-blank/Library/SourceAssetDB"
183-
logs:
184-
paths:
185-
- "Editor.log"
186-
pack_hdrp_blank_template_Win_trunk:
187-
name: Pack HDRP Blank Template Win trunk
188-
agent:
189-
type: Unity::VM
190-
image: package-ci/win10:v4
191-
flavor: b1.large
192-
commands:
193-
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
194-
- upm-ci template pack --project-path com.unity.template.hdrp-blank
195-
artifacts:
196-
packages:
197-
paths:
198-
- "upm-ci~/packages/**/*"
199-
- "upm-ci~/templates/**/*"
200-
test_hdrp_blank_template_Win_trunk:
201-
name: Test HDRP Blank Template Win trunk
202-
agent:
203-
type: Unity::VM
204-
image: package-ci/win11:v4
205-
flavor: b1.large
206-
dependencies:
207-
- path: .yamato/_templates.yml#pack_hdrp_blank_template_Win_trunk
208-
rerun: always
209-
- path: .yamato/_editor_priming.yml#editor:priming:trunk:OSX
210-
return: always
211-
commands:
212-
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
213-
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
214-
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
215-
- upm-ci template test -u .\.Editor --project-path com.unity.template.hdrp-blank
216-
artifacts:
217-
logs:
218-
paths:
219-
- "**/test-results/**"
220-
pre_pack_hdrp_blank_template_OSX_trunk:
221-
name: Pre-Pack HDRP Blank Template OSX trunk
222-
agent:
223-
type: Unity::VM::osx
224-
image: package-ci/macos-13:v4
225-
flavor: m1.mac
226-
commands:
227-
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
228-
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template.hdrp-blank -batchmode -quit -logFile ./Editor.log
229-
dependencies:
230-
- path: .yamato/_editor_priming.yml#editor:priming:trunk:OSX
231-
return: always
232-
artifacts:
233-
primed:
234-
paths:
235-
- "com.unity.template.hdrp-blank/Library/Artifacts/**"
236-
- "com.unity.template.hdrp-blank/Library/ArtifactDB"
237-
- "com.unity.template.hdrp-blank/Library/SourceAssetDB"
238-
logs:
239-
paths:
240-
- "Editor.log"
241-
pack_hdrp_blank_template_OSX_trunk:
242-
name: Pack HDRP Blank Template OSX trunk
243-
agent:
244-
type: Unity::VM
245-
image: package-ci/win10:v4
246-
flavor: b1.large
247-
commands:
248-
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
249-
- upm-ci template pack --project-path com.unity.template.hdrp-blank
250-
artifacts:
251-
packages:
252-
paths:
253-
- "upm-ci~/packages/**/*"
254-
- "upm-ci~/templates/**/*"
255-
test_hdrp_blank_template_OSX_trunk:
256-
name: Test HDRP Blank Template OSX trunk
257-
agent:
258-
type: Unity::VM::osx
259-
image: package-ci/macos-13:v4
260-
flavor: m1.mac
261-
dependencies:
262-
- path: .yamato/_templates.yml#pack_hdrp_blank_template_OSX_trunk
263-
return: always
264-
- path: .yamato/_editor_priming.yml#editor:priming:trunk:OSX
265-
return: always
266-
commands:
267-
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
268-
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
269-
- upm-ci template test -u $(pwd)/.Editor/Unity.app/Contents/MacOS/Unity --project-path com.unity.template.hdrp-blank
270-
artifacts:
271-
logs:
272-
paths:
273-
- "**/test-results/**"
274-
publish_hdrp_blank_template_trunk:
275-
agent:
276-
type: Unity::VM
277-
image: package-ci/win10:v4
278-
flavor: b1.large
279-
name: Publish HDRP Blank Template trunk
280-
commands:
281-
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
282-
- upm-ci template publish --project-path com.unity.template.hdrp-blank
283-
dependencies:
284-
- .yamato/_templates.yml#test_hdrp_blank_template_Win_trunk
285-
- .yamato/_templates.yml#test_hdrp_blank_template_OSX_trunk
286-
- .yamato/_templates.yml#pack_hdrp_blank_template_Win_trunk
287-
- .yamato/_templates.yml#pack_hdrp_blank_template_OSX_trunk
288-
artifacts:
289-
packages:
290-
paths:
291-
- "upm-ci~/packages/**/*"
292-
- "upm-ci~/templates/**/*"
293-
publish_hdrp_blank_template_trunk_dry_run:
294-
agent:
295-
type: Unity::VM
296-
image: package-ci/win10:v4
297-
flavor: b1.large
298-
name: Publish HDRP Blank Template trunk Dry Run
299-
commands:
300-
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
301-
- upm-ci template publish --project-path com.unity.template.hdrp-blank --dry-run
302-
dependencies:
303-
- path: .yamato/_templates.yml#test_hdrp_blank_template_Win_trunk
304-
return: always
305-
- path: .yamato/_templates.yml#test_hdrp_blank_template_OSX_trunk
306-
return: always
307-
- path: .yamato/_templates.yml#pack_hdrp_blank_template_Win_trunk
308-
return: always
309-
- path: .yamato/_templates.yml#pack_hdrp_blank_template_OSX_trunk
310-
return: always
311-
artifacts:
312-
packages:
313-
paths:
314-
- "upm-ci~/packages/**/*"
315-
- "upm-ci~/templates/**/*"
316164
pre_pack_universal_template_Win_trunk:
317165
name: Pre-Pack Universal Template Win trunk
318166
agent:
@@ -474,14 +322,10 @@ all_template_ci_trunk:
474322
dependencies:
475323
- path: .yamato/_templates.yml#test_hdrp_template_Win_trunk
476324
rerun: always
477-
- path: .yamato/_templates.yml#test_hdrp_blank_template_Win_trunk
478-
rerun: always
479325
- path: .yamato/_templates.yml#test_universal_template_Win_trunk
480326
rerun: always
481327
- path: .yamato/_templates.yml#test_hdrp_template_OSX_trunk
482328
rerun: always
483-
- path: .yamato/_templates.yml#test_hdrp_blank_template_OSX_trunk
484-
rerun: always
485329
- path: .yamato/_templates.yml#test_universal_template_OSX_trunk
486330
rerun: always
487331
commands:

com.unity.template.hdrp-blank/.gitattributes

Lines changed: 0 additions & 11 deletions
This file was deleted.

com.unity.template.hdrp-blank/.gitignore

Lines changed: 0 additions & 92 deletions
This file was deleted.

com.unity.template.hdrp-blank/.yamato/upm-ci.yml

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)