Skip to content

Commit

Permalink
chore: Fixed yamato settings (#431)
Browse files Browse the repository at this point in the history
* [skip ci] fix yaml

* [skip ci] test

* [skip ci] test

* [skip ci] test

* [skip ci] fix docs
  • Loading branch information
karasusan authored Mar 2, 2021
1 parent b5a2c79 commit 6691b3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .yamato/meta/environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ platforms:
# todo(kazuki) : this comment is workaround for avoiding template test error on Yamato.
# "PackageTestSuite.PackageValidationTests.PackageHasTests" unittest is failed
# Error message : A package must have either playmode or editor tests in it. If you are using a different package for your tests, make sure to use the 'relatedPackages' field in your main package's manifest like explained here: https://confluence.hq.unity3d.com/display/PAK/How+to+add+a+test+project+for+your+package
# - backend: mono
# platform: editmode
- backend: mono
platform: editmode
- backend: mono
platform: playmode
- backend: mono
Expand All @@ -28,6 +28,8 @@ platforms:
flavor: m1.mac
packed_webapp_name: webserver_mac
test_params:
- backend: mono
platform: editmode
- backend: mono
platform: playmode
- backend: mono
Expand All @@ -40,6 +42,8 @@ platforms:
flavor: b1.large
packed_webapp_name: webserver
test_params:
- backend: mono
platform: editmode
- backend: mono
platform: playmode
- backend: mono
Expand Down
6 changes: 3 additions & 3 deletions .yamato/upm-ci-renderstreaming-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ publish_dry_run_{{ package.name }}:
- "upm-ci~/packages/*.tgz"
dependencies:
- .yamato/upm-ci-renderstreaming-packages.yml#pack_{{ package.name }}
{% for editor in editors %}
- .yamato/upm-ci-renderstreaming-packages.yml#trigger_package_test_{{ package.name }}_{{ editor.version }}
{% endfor %}
- .yamato/upm-ci-renderstreaming-packages.yml#test_{{ package.name }}_editmode_mono_win_2019.4
- .yamato/upm-ci-renderstreaming-packages.yml#test_{{ package.name }}_editmode_mono_macos_2019.4
- .yamato/upm-ci-renderstreaming-packages.yml#test_{{ package.name }}_editmode_mono_linux_2019.4

publish_{{ package.name }}:
name: Publish {{ package.packagename }}
Expand Down
2 changes: 1 addition & 1 deletion com.unity.renderstreaming/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Version 3.0.0 has a big change in the package design. This mainly addresses movi
- Supported iOS platform.
- Added new samples.
- Added a documentation for samples.
- Added `InputSystemChannelSender`, `InputSystemChannelReceiver`, `WebBrowserInputChannelReceiver`, `SingleConnection` and `Broadcast`.
- Added components (`InputSystemChannelSender`, `InputSystemChannelReceiver`, `WebBrowserInputChannelReceiver`, `SingleConnection` and `Broadcast`).

### Changed

Expand Down

0 comments on commit 6691b3d

Please sign in to comment.