Skip to content

Commit 63b8d02

Browse files
authored
Task/contributors (#249)
* Deleted contributors from package.json * removed 2022.2 graphics tests from hdrp projects as they always fail because of timeout.
1 parent 9062679 commit 63b8d02

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

.yamato/win_dx11-hdrp-2021.3.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ test_projects:
66
unity_versions:
77
- name: 2021.3
88
- name: 2022.1
9-
- name: 2022.2
109
---
1110
{% for test_project in test_projects %}
1211
{% for unity_version in unity_versions %}

.yamato/win_dx12-hdrp-2021.3.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ test_projects:
66
unity_versions:
77
- name: 2021.3
88
- name: 2022.1
9-
- name: 2022.2
109
---
1110
{% for test_project in test_projects %}
1211
{% for unity_version in unity_versions %}

.yamato/win_vulkan-hdrp-2021.3.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ test_projects:
66
unity_versions:
77
- name: 2021.3
88
- name: 2022.1
9-
- name: 2022.2
109
---
1110
{% for test_project in test_projects %}
1211
{% for unity_version in unity_versions %}

com.unity.toonshader/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,5 @@
2424
"description": "Sample scenes for High definition render pipeline.",
2525
"path": "Samples~/HDRP"
2626
}
27-
],
28-
"contributors": [
29-
"Nobuyuki Kobayashi<[email protected]> (https://github.com/Nobuyuki-Kobayashi)",
30-
"Toshiyuki Mori <[email protected]> (https://github.com/h3idi-X)",
31-
"Sindharta Tanuwijaya <[email protected]> (https://github.com/sindharta)",
32-
"Hiroki Omae <[email protected]> (https://github.com/hiroki-o)"
33-
]
34-
27+
]
3528
}

0 commit comments

Comments
 (0)