Skip to content
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
30 changes: 15 additions & 15 deletions .github/workflows/draft.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Draft reminder

on:
pull_request:
types: [opened]
pull_request:
types: [opened]

jobs:
draft_reminder:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false && github.event.pull_request.ready_for_review == false
steps:
- uses: thollander/actions-comment-pull-request@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
It appears that you made a non-draft PR!
Please convert your PR to draft (button on the right side of the page)
and cancel any jobs that started on Yamato.
See the PR template for more information.
Thank you!
draft_reminder:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false && github.event.pull_request.ready_for_review == false
steps:
- uses: thollander/actions-comment-pull-request@v1.0.4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
It appears that you made a non-draft PR!
Please convert your PR to draft (button on the right side of the page)
and cancel any jobs that started on Yamato.
See the PR template for more information.
Thank you!
6 changes: 6 additions & 0 deletions .yamato/_abv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ 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:
Expand Down Expand Up @@ -106,6 +108,8 @@ 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:
Expand Down Expand Up @@ -176,6 +180,8 @@ 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:
Expand Down
1 change: 1 addition & 0 deletions .yamato/config/abv.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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 @@
7400a05da0e28a1212a70b4e15a6f752f4f7bb09
83513b1518a8c43db2e2a009ca37e8a7f55c5196
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"com.unity.render-pipelines.core": "file:../../../com.unity.render-pipelines.core",
"com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition",
"com.unity.shadergraph": "file:../../../com.unity.shadergraph",
"com.unity.test-framework": "1.0.13",
"com.unity.test-framework": "1.1.29",
"com.unity.testframework.graphics": "file:../../../com.unity.testframework.graphics",
"com.unity.testing.hdrp": "file:../../../com.unity.testing.hdrp",
"com.unity.textmeshpro": "2.0.1",
Expand Down Expand Up @@ -58,6 +58,6 @@
"com.unity.render-pipelines.core",
"com.unity.render-pipelines.high-definition",
"com.unity.testframework.graphics",
"com.unity.testing.hdrp"
"com.unity.testing.hdrp"
]
}
86 changes: 50 additions & 36 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion TestProjects/HDRP_DXR_Tests/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition",
"com.unity.render-pipelines.high-definition-config": "file:../LocalPackages/com.unity.render-pipelines.high-definition-config",
"com.unity.shadergraph": "file:../../../com.unity.shadergraph",
"com.unity.test-framework": "1.1.13",
"com.unity.test-framework": "1.1.29",
"com.unity.testframework.graphics": "7.8.7-preview",
"com.unity.testing.hdrp": "file:../../../com.unity.testing.hdrp",
"com.unity.textmeshpro": "3.0.0-preview.1",
Expand Down
2 changes: 1 addition & 1 deletion TestProjects/HDRP_RuntimeTests/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition",
"com.unity.render-pipelines.high-definition-config": "file:../../../com.unity.render-pipelines.high-definition-config",
"com.unity.shadergraph": "file:../../../com.unity.shadergraph",
"com.unity.test-framework": "1.1.14",
"com.unity.test-framework": "1.1.29",
"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",
Expand Down
2 changes: 1 addition & 1 deletion TestProjects/HDRP_Tests/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition",
"com.unity.render-pipelines.high-definition-config": "file:../../../com.unity.render-pipelines.high-definition-config",
"com.unity.shadergraph": "file:../../../com.unity.shadergraph",
"com.unity.test-framework": "1.1.14",
"com.unity.test-framework": "1.1.29",
"com.unity.testframework.graphics": "7.8.7-preview",
"com.unity.testing.hdrp": "file:../../../com.unity.testing.hdrp",
"com.unity.ugui": "1.0.0",
Expand Down
53 changes: 0 additions & 53 deletions TestProjects/HDRP_Tests/Packages/manifest.json.orig

This file was deleted.

4 changes: 2 additions & 2 deletions TestProjects/SRP_SmokeTest/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition",
"com.unity.render-pipelines.high-definition-config": "file:../../../com.unity.render-pipelines.high-definition-config",
"com.unity.render-pipelines.universal": "file:../../../com.unity.render-pipelines.universal",
"com.unity.render-pipelines.lightweight": "file:../../../com.unity.render-pipelines.lightweight",
"com.unity.render-pipelines.lightweight": "file:../../../com.unity.render-pipelines.lightweight",
"com.unity.shadergraph": "file:../../../com.unity.shadergraph",
"com.unity.test-framework": "1.1.14",
"com.unity.test-framework": "1.1.29",
"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",
Expand Down
2 changes: 1 addition & 1 deletion TestProjects/ShaderGraph/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.14",
"com.unity.test-framework": "1.1.29",
"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",
Expand Down
2 changes: 1 addition & 1 deletion TestProjects/UniversalGfxTestStereo/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.14",
"com.unity.test-framework": "1.1.29",
"com.unity.test-framework.build": "0.0.1-preview.12",
"com.unity.test-framework.utp-reporter": "1.0.2-preview",
"com.unity.testframework.graphics": "7.8.7-preview",
Expand Down
2 changes: 1 addition & 1 deletion TestProjects/UniversalGraphicsTest/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.14",
"com.unity.test-framework": "1.1.29",
"com.unity.test-framework.build": "0.0.1-preview.12",
"com.unity.test-framework.utp-reporter": "1.0.2-preview",
"com.unity.testframework.graphics": "7.8.7-preview",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.1"
"com.unity.test-framework": "1.1.29"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -126,7 +126,7 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.0.17"
"com.unity.test-framework": "1.1.29"
},
"url": "https://packages.unity.com"
},
Expand All @@ -135,7 +135,7 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.1",
"com.unity.test-framework": "1.1.29",
"com.unity.external.test-protocol": "1.0.1-preview"
},
"url": "https://packages.unity.com"
Expand Down
2 changes: 1 addition & 1 deletion TestProjects/VisualEffectGraph_HDRP/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition",
"com.unity.render-pipelines.high-definition-config": "file:../../../com.unity.render-pipelines.high-definition-config",
"com.unity.shadergraph": "file:../../../com.unity.shadergraph",
"com.unity.test-framework": "1.1.14",
"com.unity.test-framework": "1.1.29",
"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",
Expand Down
2 changes: 1 addition & 1 deletion TestProjects/VisualEffectGraph_URP/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.14",
"com.unity.test-framework": "1.1.29",
"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",
Expand Down
2 changes: 1 addition & 1 deletion com.unity.template-hd/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"com.unity.multiplayer-hlapi": "1.0.4",
"com.unity.purchasing": "2.0.6",
"com.unity.render-pipelines.high-definition": "7.8.0",
"com.unity.test-framework": "1.1.13",
"com.unity.test-framework": "1.1.29",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.6",
"com.unity.ugui": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion com.unity.template-universal/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"com.unity.ide.vscode": "1.1.4",
"com.unity.purchasing": "2.0.6",
"com.unity.render-pipelines.universal": "7.8.0",
"com.unity.test-framework": "1.1.11",
"com.unity.test-framework": "1.1.29",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.10",
"com.unity.ugui": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion com.unity.template-universal/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.1"
"com.unity.test-framework": "1.1.29"
},
"url": "https://packages.unity.com"
},
Expand Down
9 changes: 0 additions & 9 deletions issue_template.md

This file was deleted.