Skip to content

Deprecate HDRP blank template in this repo it has moved to unity/unity #8177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
156 changes: 0 additions & 156 deletions .yamato/_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,158 +161,6 @@ publish_hdrp_template_trunk_dry_run:
paths:
- "upm-ci~/packages/**/*"
- "upm-ci~/templates/**/*"
pre_pack_hdrp_blank_template_Win_trunk:
name: Pre-Pack HDRP Blank Template Win trunk
agent:
type: Unity::VM
image: package-ci/win11:v4
flavor: b1.large
commands:
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor\Unity.exe -projectPath com.unity.template.hdrp-blank -batchmode -quit -logFile ./Editor.log
dependencies:
- path: .yamato/_editor_priming.yml#editor:priming:trunk:Win
return: always
artifacts:
primed:
paths:
- "com.unity.template.hdrp-blank/Library/Artifacts/**"
- "com.unity.template.hdrp-blank/Library/ArtifactDB"
- "com.unity.template.hdrp-blank/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_hdrp_blank_template_Win_trunk:
name: Pack HDRP Blank Template Win trunk
agent:
type: Unity::VM
image: package-ci/win10:v4
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci template pack --project-path com.unity.template.hdrp-blank
artifacts:
packages:
paths:
- "upm-ci~/packages/**/*"
- "upm-ci~/templates/**/*"
test_hdrp_blank_template_Win_trunk:
name: Test HDRP Blank Template Win trunk
agent:
type: Unity::VM
image: package-ci/win11:v4
flavor: b1.large
dependencies:
- path: .yamato/_templates.yml#pack_hdrp_blank_template_Win_trunk
rerun: always
- path: .yamato/_editor_priming.yml#editor:priming:trunk:OSX
return: always
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- upm-ci template test -u .\.Editor --project-path com.unity.template.hdrp-blank
artifacts:
logs:
paths:
- "**/test-results/**"
pre_pack_hdrp_blank_template_OSX_trunk:
name: Pre-Pack HDRP Blank Template OSX trunk
agent:
type: Unity::VM::osx
image: package-ci/macos-13:v4
flavor: m1.mac
commands:
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template.hdrp-blank -batchmode -quit -logFile ./Editor.log
dependencies:
- path: .yamato/_editor_priming.yml#editor:priming:trunk:OSX
return: always
artifacts:
primed:
paths:
- "com.unity.template.hdrp-blank/Library/Artifacts/**"
- "com.unity.template.hdrp-blank/Library/ArtifactDB"
- "com.unity.template.hdrp-blank/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_hdrp_blank_template_OSX_trunk:
name: Pack HDRP Blank Template OSX trunk
agent:
type: Unity::VM
image: package-ci/win10:v4
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci template pack --project-path com.unity.template.hdrp-blank
artifacts:
packages:
paths:
- "upm-ci~/packages/**/*"
- "upm-ci~/templates/**/*"
test_hdrp_blank_template_OSX_trunk:
name: Test HDRP Blank Template OSX trunk
agent:
type: Unity::VM::osx
image: package-ci/macos-13:v4
flavor: m1.mac
dependencies:
- path: .yamato/_templates.yml#pack_hdrp_blank_template_OSX_trunk
return: always
- path: .yamato/_editor_priming.yml#editor:priming:trunk:OSX
return: always
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- upm-ci template test -u $(pwd)/.Editor/Unity.app/Contents/MacOS/Unity --project-path com.unity.template.hdrp-blank
artifacts:
logs:
paths:
- "**/test-results/**"
publish_hdrp_blank_template_trunk:
agent:
type: Unity::VM
image: package-ci/win10:v4
flavor: b1.large
name: Publish HDRP Blank Template trunk
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci template publish --project-path com.unity.template.hdrp-blank
dependencies:
- .yamato/_templates.yml#test_hdrp_blank_template_Win_trunk
- .yamato/_templates.yml#test_hdrp_blank_template_OSX_trunk
- .yamato/_templates.yml#pack_hdrp_blank_template_Win_trunk
- .yamato/_templates.yml#pack_hdrp_blank_template_OSX_trunk
artifacts:
packages:
paths:
- "upm-ci~/packages/**/*"
- "upm-ci~/templates/**/*"
publish_hdrp_blank_template_trunk_dry_run:
agent:
type: Unity::VM
image: package-ci/win10:v4
flavor: b1.large
name: Publish HDRP Blank Template trunk Dry Run
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- upm-ci template publish --project-path com.unity.template.hdrp-blank --dry-run
dependencies:
- path: .yamato/_templates.yml#test_hdrp_blank_template_Win_trunk
return: always
- path: .yamato/_templates.yml#test_hdrp_blank_template_OSX_trunk
return: always
- path: .yamato/_templates.yml#pack_hdrp_blank_template_Win_trunk
return: always
- path: .yamato/_templates.yml#pack_hdrp_blank_template_OSX_trunk
return: always
artifacts:
packages:
paths:
- "upm-ci~/packages/**/*"
- "upm-ci~/templates/**/*"
pre_pack_universal_template_Win_trunk:
name: Pre-Pack Universal Template Win trunk
agent:
Expand Down Expand Up @@ -474,14 +322,10 @@ all_template_ci_trunk:
dependencies:
- path: .yamato/_templates.yml#test_hdrp_template_Win_trunk
rerun: always
- path: .yamato/_templates.yml#test_hdrp_blank_template_Win_trunk
rerun: always
- path: .yamato/_templates.yml#test_universal_template_Win_trunk
rerun: always
- path: .yamato/_templates.yml#test_hdrp_template_OSX_trunk
rerun: always
- path: .yamato/_templates.yml#test_hdrp_blank_template_OSX_trunk
rerun: always
- path: .yamato/_templates.yml#test_universal_template_OSX_trunk
rerun: always
commands:
Expand Down
11 changes: 0 additions & 11 deletions com.unity.template.hdrp-blank/.gitattributes

This file was deleted.

92 changes: 0 additions & 92 deletions com.unity.template.hdrp-blank/.gitignore

This file was deleted.

103 changes: 0 additions & 103 deletions com.unity.template.hdrp-blank/.yamato/upm-ci.yml

This file was deleted.

Loading