Skip to content

Commit 9a1ad73

Browse files
authored
Release 2.0.3-preview.3
Fixed the Yamato (Unity CI) scripts to: - test on all relevant platforms - run one particular test only on 2019.1 / win because the test is buggy on 2018.x but shouldn't depend on version or platform Also updated Changelog and package.json to 2.0.3-preview.3 Note: versions 2.0.3.preview.1 and 2.0.3.preview.2 got used up while I was fighting with Yamato, as well as 2.0.4-preview.1. We'll need to skip to 2.0.4-preview.2 or 2.1.0 for the next patch.
1 parent 3d9977c commit 9a1ad73

File tree

5 files changed

+19
-21
lines changed

5 files changed

+19
-21
lines changed

.yamato/promotion.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1+
# Promotion tests are theoretically platform-independent so
2+
# we can run them just on 2019.1/win.
3+
#
4+
# The promotion job depends on the publish-to-candidates job, which runs
5+
# every test on every platform and version, so we're not actually skipping
6+
# tests.
7+
#
18
test_editors:
2-
- version: 2018.3
39
- version: 2019.1
4-
- version: 2019.2
510
test_platforms:
611
- name: win
712
type: Unity::VM
813
image: package-ci/win10:stable
914
flavor: b1.medium
10-
- name: mac
11-
type: Unity::VM::osx
12-
image: buildfarm/mac:stable
13-
flavor: m1.mac
1415
---
1516
{% for editor in test_editors %}
1617
{% for platform in test_platforms %}
@@ -29,6 +30,9 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
2930
logs:
3031
paths:
3132
- "upm-ci~/test-results/**/*"
33+
packages:
34+
paths:
35+
- "upm-ci~/packages/**/*"
3236
dependencies:
3337
- .yamato/upm-ci.yml#pack
3438
{% endfor %}
@@ -74,7 +78,7 @@ promote:
7478
paths:
7579
- "upm-ci~/packages/*.tgz"
7680
dependencies:
77-
- .yamato/upm-ci.yml#pack
81+
- .yamato/upm-ci.yml#publish
7882
{% for editor in test_editors %}
7983
{% for platform in test_platforms %}
8084
- .yamato/promotion.yml#promotion_test_{{ platform.name }}_{{ editor.version }}

.yamato/upm-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
editors:
22
- version: 2018.3
3+
- version: 2018.4
34
- version: 2019.1
45
- version: 2019.2
56
platforms:
@@ -103,4 +104,4 @@ publish:
103104
{% for platform in platforms %}
104105
- .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
105106
{% endfor %}
106-
{% endfor %}
107+
{% endfor %}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changes in Fbx Exporter
22

33

4-
## [2.0.3-preview.1] - 2019-08-27
4+
## [2.0.3-preview.3] - 2019-09-24
55

66
FIXES
77
* Integrations were missing in 2.0.2 and 2.0.1 due to a packaging bug. They are back now.

QAReport.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Quality Report - FBX Exporter Package
2-
## Version tested: 2.0.1-preview
2+
## Version tested: 2.0.4-preview
33

44
#### QA Owner: Alexis Morin
55
### Tested On: Windows, MacOS
@@ -9,17 +9,10 @@
99
[Ran Test Plan](https://docs.google.com/document/d/1W_RYL6j--nASVlxwJ4QWZpiZLPseKoxP5WAooANdlNU/edit?usp=sharing)
1010

1111
##### New Features QA:
12-
- In Unity 2018.3 Prefab Variants replaces Linked Prefabs. The "Convert To Linked Prefab" menu items have been removed.
13-
- Updated documentation
12+
- No new features
1413

1514
##### Fixes QA:
16-
- Fixed error when exporting SkinnedMesh with bones that are not descendants of the root bone
17-
- Fixed animation only export not exporting animation in 2.0.0
18-
- Fixed calculating center of root objects when exporting "Local Pivot"/"Local Centered"
15+
- Tested the integrations for Max and Maya work again.
1916

2017
### Package Status
21-
22-
- No issues from current test plan or bugfixes.
23-
- Mesh offset bug when exporting the "Lu" character from the Adam character pack still present.
24-
- "Fbx Export" settings still in their own tab whereas the other project settings have been integrated into their own dockable window.
25-
- prefabUtility and usePhysicalCamera errors in 2018.1 but we've deprecated support for it so it's not an issue
18+
- No new issues from current test plan or bugfixes.

com.unity.formats.fbx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.formats.fbx",
33
"displayName": "FBX Exporter",
4-
"version": "2.0.3-preview.1",
4+
"version": "2.0.3-preview.3",
55
"dependencies": {
66
"com.unity.timeline": "1.0.0",
77
"com.autodesk.fbx": "2.0.1-preview.1"

0 commit comments

Comments
 (0)