-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix extension package tests #4189
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
d52f501
warn as errors
1d8a4b5
fix command line args
f9d52e2
actually fix warning
d4c25f8
try running package tests through project
ab6b5b7
no warn-as-errors, fix trunk
b76ca78
wait on both package pack jobs
39e62eb
use project pack job
4cdfa9f
fix dep
8dd21d3
update com.unity.multiplayer-hlapi version
39f0347
fix trigger
ed064db
undo sensor change
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
packages: | ||
- name: com.unity.ml-agents | ||
- name: com.unity.ml-agents.extensions | ||
--- | ||
|
||
{% for package in packages %} | ||
pack_{{ package.name }}: | ||
name: Pack {{ package.name }} | ||
pack: | ||
name: Pack | ||
agent: | ||
type: Unity::VM::osx | ||
image: package-ci/mac:stable | ||
flavor: b1.small | ||
commands: | ||
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm | ||
- upm-ci package pack --package-path {{ package.name }} | ||
- upm-ci project pack --project-path Project | ||
artifacts: | ||
packages: | ||
paths: | ||
- "upm-ci~/packages/**/*" | ||
triggers: | ||
cancel_old_ci: true | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was producing errors:
Should be fixed in https://docs.unity3d.com/Packages/com.unity.multiplayer-hlapi@1.0/changelog/CHANGELOG.html#106---2020-05-08