diff --git a/.yamato/_abv.yml b/.yamato/_abv.yml index 0d288d75839..71f744e9408 100644 --- a/.yamato/_abv.yml +++ b/.yamato/_abv.yml @@ -40,8 +40,6 @@ all_project_ci_weekly_2019.4: rerun: on_new_revision - path: .yamato/all-shadergraph.yml#Nightly_ShaderGraph_2019.4 rerun: on_new_revision - - path: .yamato/_templates.yml#all_template_ci_2019.4 - rerun: on_new_revision - path: .yamato/_abv.yml#General_Checks_2019.4 rerun: on_new_revision General_Checks_2019.4: @@ -108,8 +106,6 @@ all_project_ci_weekly_fast-2019.4: rerun: on_new_revision - path: .yamato/all-shadergraph.yml#Nightly_ShaderGraph_fast-2019.4 rerun: on_new_revision - - path: .yamato/_templates.yml#all_template_ci_fast-2019.4 - rerun: on_new_revision - path: .yamato/_abv.yml#General_Checks_fast-2019.4 rerun: on_new_revision General_Checks_fast-2019.4: @@ -180,8 +176,6 @@ all_project_ci_weekly_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: diff --git a/.yamato/config/abv.metafile b/.yamato/config/abv.metafile index 8f05be21a63..a187be72fae 100644 --- a/.yamato/config/abv.metafile +++ b/.yamato/config/abv.metafile @@ -22,7 +22,6 @@ jobs: - .yamato/all-vfx.yml#Nightly_VFX_ - .yamato/all-urp.yml#Nightly_URP_ - .yamato/all-shadergraph.yml#Nightly_ShaderGraph_ - - .yamato/_templates.yml#all_template_ci_ - #General_Checks_ triggers: recurring: diff --git a/TestProjects/ShaderGraph/Packages/manifest.json b/TestProjects/ShaderGraph/Packages/manifest.json index 6eaa6d4e32d..6dec5cd63e4 100644 --- a/TestProjects/ShaderGraph/Packages/manifest.json +++ b/TestProjects/ShaderGraph/Packages/manifest.json @@ -5,7 +5,7 @@ "com.unity.render-pipelines.core": "file:../../../com.unity.render-pipelines.core", "com.unity.render-pipelines.universal": "file:../../../com.unity.render-pipelines.universal", "com.unity.shadergraph": "file:../../../com.unity.shadergraph", - "com.unity.test-framework": "1.1.29", + "com.unity.test-framework": "1.1.14", "com.unity.test-framework.build": "0.0.1-preview.3", "com.unity.test-framework.utp-reporter": "1.0.2-preview", "com.unity.testframework.graphics": "7.8.7-preview", @@ -36,4 +36,4 @@ "com.unity.shadergraph", "com.unity.testframework.graphics" ] -} +} \ No newline at end of file