-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RM-1787 Update Wrench to latest version. (#1015)
* Initial onboarding with Wrench 0.8.16 Migrate Pack Job Dependency * Update to Wrench 0.8.16 and use pvp require for the docs check * Create Recipe for project tests. Add a nightly trigger Fix missing dependencies for project tests. Fix EditorVersion Update to Wrench 0.8.18 Fix upm-pvp call. Command line fix Select the suites to run * Test with manual manifest * Remove text mesh pro from manifest * Remove text mesh pro from HDRPInputSystem * Move docs builder and code coverage into recipes. Move triggers into recipes. * Delete empty package json * Add Artifacts to project tests, and regenerate recipes * Delete Empty Project Pack * update artifacts path * Updated Wrench reference and regenerated recipes * Rebase onto master and upgrade to Wrench 0.10.2 * Update to 0.10.3 * Rename for consistency. * Rename Folder for consistency. * Update wrench_config.json * remove stale doc exceptions --------- Co-authored-by: Antoine Charton <[email protected]> Co-authored-by: Elliott Holt <[email protected]> Co-authored-by: Gregory Labute <[email protected]>
- Loading branch information
1 parent
452fd3a
commit ae3c2ad
Showing
35 changed files
with
2,219 additions
and
324 deletions.
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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Auto-generated by Recipe Engine, do not modify manually. | ||
|
||
# Generate codecov data for Cinemachine on MacOS | ||
code_coverage_-_macos_-_trunk: | ||
name: Code coverage - MacOS - trunk | ||
agent: | ||
image: package-ci/macos-13:default | ||
type: Unity::VM::osx | ||
flavor: b1.xlarge | ||
commands: | ||
- brick_source: [email protected]:wind-xu/[email protected] | ||
variables: | ||
EDITOR_VERSION: trunk | ||
PACKAGE_NAME: com.unity.cinemachine | ||
PACKAGE_PATH: com.unity.cinemachine | ||
|
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Auto-generated by Recipe Engine, do not modify manually. | ||
|
||
# Generate codecov data for Cinemachine on Ubuntu | ||
code_coverage_-_ubuntu_-_trunk: | ||
name: Code coverage - Ubuntu - trunk | ||
agent: | ||
image: package-ci/ubuntu-20.04:default | ||
type: Unity::VM | ||
flavor: b1.large | ||
commands: | ||
- command: npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm | ||
- command: upm-ci package test -u trunk --package-path com.unity.cinemachine --type package-tests --enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Cinemachine*" --extra-utr-arg=--coverage-results-path=${YAMATO_SOURCE_DIR}/upm-ci~/test-results/CoverageResults | ||
- command: curl -Os https://uploader.codecov.io/latest/linux/codecov | ||
- command: ./codecov -v -t "${CODECOV_TOKEN}" -B "${GIT_BRANCH}" -T "${GIT_TAG}" -P "${YAMATO_PR_ID}" -f "upm-ci~/test-results/CoverageResults/**/*.xml" | ||
artifacts: | ||
packages: | ||
paths: | ||
- upm-ci~/**/* | ||
dependencies: | ||
- path: .yamato/wrench/package-pack-jobs.yml#package_pack_-_cinemachine | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.