Skip to content

FIX: CI fixes & regenerated yml for yamato jobs#2214

Merged
stefanunity merged 2 commits into
developfrom
wrench-update-0.12.2
Aug 4, 2025
Merged

FIX: CI fixes & regenerated yml for yamato jobs#2214
stefanunity merged 2 commits into
developfrom
wrench-update-0.12.2

Conversation

@stefanunity
Copy link
Copy Markdown
Collaborator

@stefanunity stefanunity commented Aug 4, 2025

Description

  • Trying to fix Yamato jobs not being up to date with Unity version changes.
  • Upgrading Wrench to 0.12.2.
  • add upm-ci-utils install for the new package signing step for the old editor testing jobs

Testing status & QA

  • CI green

Overall Product Risks

  • Complexity: low
  • Halo Effect: low

Checklist

Before review:

  • Changelog entry added.
    • Explains the change in Changed, Fixed, Added sections.
    • For API change contains an example snippet and/or migration example.
    • JIRA ticket linked, example (case %%). If it is a private issue, just add the case ID without a link.
    • Jira port for the next release set as "Resolved".
  • Tests added/changed, if applicable.
    • Functional tests Area_CanDoX, Area_CanDoX_EvenIfYIsTheCase, Area_WhenIDoX_AndYHappens_ThisIsTheResult.
    • Performance tests.
    • Integration tests.
  • Docs for new/changed API's.
    • Xmldoc cross references are set correctly.
    • Added explanation how the API works.
    • Usage code examples added.
    • The manual is updated, if needed.

During merge:

  • Commit message for squash-merge is prefixed with one of the list:
    • NEW: ___.
    • FIX: ___.
    • DOCS: ___.
    • CHANGE: ___.
    • RELEASE: 1.1.0-preview.3.

After merge:

  • Create forward/backward port if needed. If you are blocked from creating a forward port now please add a task to ISX-1444.

@codecov-github-com
Copy link
Copy Markdown

codecov-github-com Bot commented Aug 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

@@             Coverage Diff             @@
##           develop    #2214      +/-   ##
===========================================
- Coverage    68.10%   68.09%   -0.01%     
===========================================
  Files          367      367              
  Lines        53602    53602              
===========================================
- Hits         36505    36500       -5     
- Misses       17097    17102       +5     
Flag Coverage Δ
linux_2021.3_pkg 5.41% <ø> (ø)
linux_2021.3_project 70.35% <ø> (ø)
linux_2022.3_pkg 5.19% <ø> (ø)
linux_2022.3_project 65.20% <ø> (ø)
linux_6000.0_pkg 5.19% <ø> (ø)
linux_6000.0_project 68.00% <ø> (ø)
linux_6000.1_pkg 5.19% <ø> (ø)
linux_6000.1_project 68.00% <ø> (ø)
linux_6000.2_pkg 5.19% <ø> (ø)
linux_6000.2_project 68.00% <ø> (-0.01%) ⬇️
linux_trunk_pkg 5.19% <ø> (ø)
linux_trunk_project 67.99% <ø> (ø)
mac_2021.3_pkg 5.40% <ø> (ø)
mac_2021.3_project 70.36% <ø> (ø)
mac_2022.3_pkg 5.18% <ø> (ø)
mac_2022.3_project 65.23% <ø> (ø)
mac_6000.0_pkg 5.19% <ø> (ø)
mac_6000.0_project 68.02% <ø> (ø)
mac_6000.1_pkg 5.19% <ø> (ø)
mac_6000.1_project 68.02% <ø> (ø)
mac_6000.2_pkg 5.19% <ø> (ø)
mac_6000.2_project 68.02% <ø> (ø)
mac_trunk_pkg 5.19% <ø> (ø)
mac_trunk_project 68.02% <ø> (ø)
win_2021.3_pkg 5.41% <ø> (ø)
win_2021.3_project 70.44% <ø> (ø)
win_2022.3_pkg 5.18% <ø> (ø)
win_2022.3_project 65.30% <ø> (ø)
win_6000.0_pkg 5.19% <ø> (ø)
win_6000.0_project 68.10% <ø> (+<0.01%) ⬆️
win_6000.1_pkg 5.19% <ø> (ø)
win_6000.1_project 68.10% <ø> (ø)
win_6000.2_pkg 5.19% <ø> (ø)
win_6000.2_project 68.09% <ø> (ø)
win_trunk_pkg 5.19% <ø> (ø)
win_trunk_project 68.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@stefanunity stefanunity changed the title FIX: update wrench to 0.12.2 & regenerate yml files FIX: CI fixes & regenerated yml for yamato jobs Aug 4, 2025
@K-Tone K-Tone self-requested a review August 4, 2025 14:23
Copy link
Copy Markdown
Collaborator

@K-Tone K-Tone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

timeout: 20
retries: 10
- command: unity-downloader-cli -u 2021.3 -c Editor --fast
- command: unity-downloader-cli -u 2021.3/staging -c editor --path .Editor --fast
Copy link
Copy Markdown
Collaborator

@K-Tone K-Tone Aug 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to double check if pulling from staging is precisely what we want and we wouldn't pull some yet unreleased version

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is coming via the new Wrench aka the release management people so I assume they know what they want. I didn't make a conscious decision to include. Queued the job and will wait with landing until it is green.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The job is green :)

@stefanunity stefanunity merged commit 020b22c into develop Aug 4, 2025
138 of 140 checks passed
@stefanunity stefanunity deleted the wrench-update-0.12.2 branch August 4, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants