Skip to content

Commit e761497

Browse files
authored
Prepare/0.3.1 (#60)
* next version is 0.3.1-preview * fixed Error: For '## [0.3.1-preview] - 2021-09-27 ': Date '2021-09-27 does not follow ISO 8601 in CHANGELOG.md * Rebalanced servers for yamato tests * Fixed: Syntax mistake in .yml files. * fixed: parse error in win_vulkan-hdrp-2019.4.yml
1 parent 936a9f0 commit e761497

19 files changed

+29
-36
lines changed

.yamato/rths-dx11-hdrp-2019.4.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ unity_versions:
1313
agent:
1414
type: Unity::VM::GPU
1515
image: graphics-foundation/win10-dxr:stable
16-
flavor: b1.xlarge
17-
model: rtx2080
16+
flavor: b1.large
1817
variables:
1918
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2019
dependencies:

.yamato/rths-dx11-hdrp-2020.3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ unity_versions:
1313
agent:
1414
type: Unity::VM::GPU
1515
image: graphics-foundation/win10-dxr:stable
16-
flavor: b1.xlarge
17-
model: rtx2080
16+
flavor: b1.large
1817
variables:
1918
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2019
dependencies:

.yamato/rths-dx11-legacy-2019.4.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ unity_versions:
1414
agent:
1515
type: Unity::VM::GPU
1616
image: graphics-foundation/win10-dxr:stable
17-
flavor: b1.xlarge
18-
model: rtx2080
17+
flavor: b1.large
1918
variables:
2019
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2120
dependencies:

.yamato/rths-dx11-urp-2019.4.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ unity_versions:
1414
agent:
1515
type: Unity::VM::GPU
1616
image: graphics-foundation/win10-dxr:stable
17-
flavor: b1.xlarge
18-
model: rtx2080
17+
flavor: b1.large
1918
variables:
2019
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2120
dependencies:

.yamato/win_vulkan-hdrp-2019.4.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ unity_versions:
1313
agent:
1414
type: Unity::VM::GPU
1515
image: graphics-foundation/win10-dxr:stable
16-
flavor: b1.xlarge
17-
model: rtx2080
16+
flavor: b1.large
1817
variables:
1918
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2019
dependencies:

.yamato/win_vulkan-hdrp-2020.3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ unity_versions:
1414
agent:
1515
type: Unity::VM::GPU
1616
image: graphics-foundation/win10-dxr:stable
17-
flavor: b1.xlarge
18-
model: rtx2080
17+
flavor: b1.large
1918
variables:
2019
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2120
dependencies:

.yamato/win_vulkan-hdrp-2021.2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ unity_versions:
1313
agent:
1414
type: Unity::VM::GPU
1515
image: graphics-foundation/win10-dxr:stable
16-
flavor: b1.xlarge
17-
model: rtx2080
16+
flavor: b1.large
1817
variables:
1918
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2019
dependencies:

.yamato/win_vulkan-legacy-2019.4.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ unity_versions:
1616
agent:
1717
type: Unity::VM::GPU
1818
image: graphics-foundation/win10-dxr:stable
19-
flavor: b1.xlarge
20-
model: rtx2080
19+
flavor: b1.large
2120
variables:
2221
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2322
dependencies:

.yamato/win_vulkan_urp-2019.4.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ unity_versions:
1616
agent:
1717
type: Unity::VM::GPU
1818
image: graphics-foundation/win10-dxr:stable
19-
flavor: b1.xlarge
20-
model: rtx2080
19+
flavor: b1.large
2120
variables:
2221
UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
2322
dependencies:

com.unity.toonshader/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
2-
## [0.3.0-preview] - 2021-09-27
2+
## [0.3.1-preview] - 2021-09-27
3+
* Nothing yet
4+
## [0.3.0-preview] - 2021-09-16
35
* HDRP: Fixed wiered steps when more than 3 point lights are in a scene.
46
* HDRP: Added Toon EV Adjustement per Model.
57
* HDRP: Compatible with Raytrace Hardshadow when DX12 is chosen as API.

0 commit comments

Comments
 (0)