From 662b585edec055261d60b6617c65909f47213e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Penavaire?= Date: Wed, 16 Sep 2020 11:26:49 +0200 Subject: [PATCH] Cherry pick ea05329 --- .yamato/_abv.yml | 2 ++ .../ruamel/jobs/abv/abv_all_project_ci_nightly.py | 9 +++++++-- .../com.unity.template.universal/CHANGELOG.md | 14 +++++++------- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.yamato/_abv.yml b/.yamato/_abv.yml index 509c5c39afa..879ebc34b9c 100644 --- a/.yamato/_abv.yml +++ b/.yamato/_abv.yml @@ -92,6 +92,8 @@ all_project_ci_nightly_2020.1: dependencies: - path: .yamato/_abv.yml#all_project_ci_2020.1 rerun: on-new-revision + - path: .yamato/_templates.yml#all_template_ci_2020.1 + rerun: on-new-revision - path: .yamato/_abv.yml#smoke_test_Standalone_2020.1 rerun: on-new-revision - path: .yamato/_abv.yml#smoke_test_playmode_2020.1 diff --git a/.yamato/ruamel/jobs/abv/abv_all_project_ci_nightly.py b/.yamato/ruamel/jobs/abv/abv_all_project_ci_nightly.py index 5be3eb2a0a3..c7c2a5eabb2 100644 --- a/.yamato/ruamel/jobs/abv/abv_all_project_ci_nightly.py +++ b/.yamato/ruamel/jobs/abv/abv_all_project_ci_nightly.py @@ -14,9 +14,14 @@ def __init__(self, editor, projects, test_platforms, nightly_config, target_bran def get_job_definition(self, editor, projects, test_platforms, extra_dependencies, target_branch): # define dependencies - dependencies = [{ + dependencies = [ + { 'path': f'{abv_filepath()}#{abv_job_id_all_project_ci(editor["version"])}', - 'rerun': editor["rerun_strategy"]}] + 'rerun': editor["rerun_strategy"]}, + { + 'path': f'{templates_filepath()}#{template_job_id_test_all(editor["version"])}', + 'rerun': editor["rerun_strategy"] + }] for test_platform in test_platforms: # TODO replace with all_smoke_tests if rerun strategy can override lower level ones dependencies.append({ diff --git a/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md b/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md index 83c6399b7cc..6921a1f2d5f 100644 --- a/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md +++ b/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Fixed camera from always rendering into a RenderTexture, this caused un-needed performance slowdown -## [7.1.7] - 2019-12-3 +## [7.1.7] - 2019-12-03 - Editor will force text serialization to occur on one line ## [7.1.6] - 2019-11-22 @@ -137,14 +137,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Physics.autoSyncTransforms property now defaults to false. - Physics2D.autoSyncTransforms property now defaults to false. -## [1.1.0] - 2018-24-10 +## [1.1.0] - 2018-10-24 ### Changed - Updating LW Version - AndroidTVCompatibility to false -## [1.0.6] - 2018-24-09 +## [1.0.6] - 2018-09-24 ### Changed - Oculus XR settings default to dash support and depth export enabled. @@ -182,7 +182,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Removed Vertex Lighting from all lightweight assets - Added soft shadows to Lightweight high quality and medium quality assets -## [1.0.0] - 2018-2-25 +## [1.0.0] - 2018-02-25 ### Added - Sample static meshes to show best practices @@ -195,17 +195,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Additional setting and lighting polish - Removing basic content (red cube) -## [0.0.5] - 2018-1-29 +## [0.0.5] - 2018-01-29 ### Added - cinemachine and text mesh pro packages -## [0.0.4] - 2018-1-29 +## [0.0.4] - 2018-01-29 ### Added - cinemachine and text mesh pro packages -## [0.0.3] - 2018-1-26 +## [0.0.3] - 2018-01-26 ### Changed - Updating Shadergraph and lightweight to new version