Skip to content

[2021.2] Update the templates pipelines #5628

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

Merged
merged 6 commits into from
Sep 14, 2021
Merged
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
4 changes: 4 additions & 0 deletions .yamato/_abv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ all_project_ci_nightly_2021.2:
rerun: on_new_revision
- path: .yamato/all-shadergraph.yml#Nightly_ShaderGraph_2021.2
rerun: on_new_revision
- path: .yamato/_templates.yml#all_template_ci_2021.2
rerun: on_new_revision
- path: .yamato/_abv.yml#General_Checks_2021.2
rerun: on_new_revision
General_Checks_2021.2:
Expand Down Expand Up @@ -138,6 +140,8 @@ all_project_ci_nightly_CUSTOM-REVISION:
rerun: on_new_revision
- path: .yamato/all-shadergraph.yml#Nightly_ShaderGraph_CUSTOM-REVISION
rerun: on_new_revision
- path: .yamato/_templates.yml#all_template_ci_CUSTOM-REVISION
rerun: on_new_revision
- path: .yamato/_abv.yml#General_Checks_CUSTOM-REVISION
rerun: on_new_revision
General_Checks_CUSTOM-REVISION:
Expand Down
16 changes: 0 additions & 16 deletions .yamato/_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ pack_hdrp_template_Win_2021.2:
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-hd
dependencies:
- .yamato/_templates.yml#pre_pack_hdrp_template_Win_2021.2
artifacts:
packages:
paths:
Expand Down Expand Up @@ -92,8 +90,6 @@ pack_hdrp_template_OSX_2021.2:
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-hd
dependencies:
- .yamato/_templates.yml#pre_pack_hdrp_template_OSX_2021.2
artifacts:
packages:
paths:
Expand Down Expand Up @@ -184,8 +180,6 @@ pack_hdrp_template_Win_CUSTOM-REVISION:
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-hd
dependencies:
- .yamato/_templates.yml#pre_pack_hdrp_template_Win_CUSTOM-REVISION
artifacts:
packages:
paths:
Expand Down Expand Up @@ -238,8 +232,6 @@ pack_hdrp_template_OSX_CUSTOM-REVISION:
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-hd
dependencies:
- .yamato/_templates.yml#pre_pack_hdrp_template_OSX_CUSTOM-REVISION
artifacts:
packages:
paths:
Expand Down Expand Up @@ -330,8 +322,6 @@ pack_universal_template_Win_2021.2:
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-universal
dependencies:
- .yamato/_templates.yml#pre_pack_universal_template_Win_2021.2
artifacts:
packages:
paths:
Expand Down Expand Up @@ -384,8 +374,6 @@ pack_universal_template_OSX_2021.2:
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-universal
dependencies:
- .yamato/_templates.yml#pre_pack_universal_template_OSX_2021.2
artifacts:
packages:
paths:
Expand Down Expand Up @@ -476,8 +464,6 @@ pack_universal_template_Win_CUSTOM-REVISION:
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-universal
dependencies:
- .yamato/_templates.yml#pre_pack_universal_template_Win_CUSTOM-REVISION
artifacts:
packages:
paths:
Expand Down Expand Up @@ -530,8 +516,6 @@ pack_universal_template_OSX_CUSTOM-REVISION:
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-universal
dependencies:
- .yamato/_templates.yml#pre_pack_universal_template_OSX_CUSTOM-REVISION
artifacts:
packages:
paths:
Expand Down
4 changes: 2 additions & 2 deletions .yamato/config/_templates.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ templates:
- vfx
- config
- hdrp
include_prepack_step: True
include_prepack_step: False
- name: Universal Template
id: universal_template
packagename: com.unity.template-universal
dependencies:
- core
- shadergraph
- universal
include_prepack_step: True
include_prepack_step: False
platforms:
- name: Win
- name: OSX
Expand Down
1 change: 1 addition & 0 deletions .yamato/config/abv.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- .yamato/all-vfx.yml#Nightly_VFX_<TRACK>
- .yamato/all-urp.yml#Nightly_URP_<TRACK>
- .yamato/all-shadergraph.yml#Nightly_ShaderGraph_<TRACK>
- .yamato/_templates.yml#all_template_ci_<TRACK>
- <PROJECT_ALL_YML_FILE>#General_Checks_<TRACK>
triggers:
recurring:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/script/gfx_sdet_tools_revision.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74cc43c599d67cc4e66f846043f563ba4f477eed
83513b1518a8c43db2e2a009ca37e8a7f55c5196
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "12.2.0"
}
],
"WarningExceptions": []
}

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "12.1.0"
}
],
"WarningExceptions": []
}

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