ci: [NGOv2.X] Adjusting CI after 3.X release - #4162
Conversation
|
Check the configuration's TOML syntax, permitted settings, and size limit. See the error below. Error message: Configuration content:# This is the configuration for the u-pr bot
# https://github.cds.internal.unity3d.com/unity/u-pr
# For configuration of this file:
# https://developer.portal.internal.unity.com/catalog/default/component/u-pr/docs/configuration/automatic_runs/
[github_app]
handle_pr_actions = ['opened', 'ready_for_review'] # PR events that auto-run pr_commands
pr_commands = ["/harness-review"] # what runs on those events
reviewer_commands = ["/harness-review"] # what runs when @u-pr is added as reviewer
|
| # Run code coverage test (nightly uses actual trunk) | ||
| - .yamato/code-coverage.yml#code_coverage_project_test_testproject_ubuntu_trunk | ||
| # Run code coverage test | ||
| - .yamato/code-coverage.yml#code_coverage_project_test_testproject_ubuntu_{{ validation_editors.minimal }} |
There was a problem hiding this comment.
The coverage template now creates only the validation_editors.default job (..._6000.3), but this nightly dependency resolves to the minimal-editor key (..._6000.0). Because that key does not exist, the develop_nightly pipeline cannot resolve its dependencies. Reference validation_editors.default here, or generate a minimal-editor coverage job as well.
🤖 Helpful? 👍/👎
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## develop-2.0.0 #4162 +/- ##
==============================================
Coverage 74.10% 74.10%
==============================================
Files 172 172
Lines 28127 28127
==============================================
Hits 20844 20844
Misses 7283 7283
Flags with carried forward coverage won't be shown. Click here to find out more.
|
* Added Wrench cap on supported editors * CI adjustments for new editor setup * Updated Wrench and regenerated recipes * typo * Disabled more CoreCLR tests * Adjusted pr-supervisor * Added branch to github workflows
Purpose of this PR
PR to adjust CI in few places after we released NGOv3.X
MaximumEditorVersion = "6000.6"to Wrench as higher editors will be supported by NGOv3.XJira ticket
N/A
Documentation
N/A
Testing & QA (How your changes can be verified during release Playtest)
I will run full CI just to see if everything works as expected
Up-port
N/A
Backports
N/A