Skip to content

Update Wrench to 2.3.1#749

Open
windxu88 wants to merge 4 commits intomainfrom
update_ci
Open

Update Wrench to 2.3.1#749
windxu88 wants to merge 4 commits intomainfrom
update_ci

Conversation

@windxu88
Copy link
Contributor

@windxu88 windxu88 commented Mar 16, 2026

Purpose of this PR

Update Wrench to 2.3.1 and change com.unity.formats.fbx/Documentation~/images/FBXExporter_MayaExportSetAttributes.PNG to lower case ext FBXExporter_MayaExportSetAttributes.png.
.PNG can fail PVP check:

PVP-73-1: Documentation~/images/FBXExporter_MayaExportSetAttributes.PNG: should be FBXExporter_MayaExportSetAttributes.png

Ticket/Jira #:

Testing

Functional Testing status:

Performance Testing status:

Documentation & UX Writing

User facing text to review Details
User interface
Public API docs
Changelog
Documentation halo effect Jira link
User manual
Other docs

Additional information

Note to reviewers:

Reminder:

@windxu88 windxu88 marked this pull request as ready for review March 16, 2026 13:49
Copy link

@u-pr u-pr bot left a comment

Choose a reason for hiding this comment

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

Good
The code review found two medium-importance issues related to CI infrastructure stability and coverage reporting configuration. Please address the potential for silent failures in the Linux shell script and verify the simplified coverage settings.

🤖 Helpful? 👍/👎

echo "downloading and extracting infrastructure_instability_detection_standalone@1.0.0"
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.0.0/ubuntu.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
echo "downloading and extracting infrastructure_instability_detection_standalone@1.2.2"
curl -fs "https://artifactory-slo.bf.unity3d.com/artifactory/automation-and-tooling/infrastructure-instability-detection/standalone/1.2.2/ubuntu.zip" --output "infrastructure_instability_detection_standalone.zip" --retry 5 || true
Copy link

Choose a reason for hiding this comment

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

medium
The curl command is followed by || true, which means the script will proceed even if the tool fails to download after 5 retries. This could lead to infrastructure instability detection being silently skipped, potentially masking CI issues. Additionally, this behavior is inconsistent with the Windows script (.yamato/generated-scripts/infrastructure-instability-detection-win.cmd) which does not use the || true suffix for the same step.

🤖 Helpful? 👍/👎

@windxu88 windxu88 requested a review from LeoUnity March 16, 2026 15:11
Copy link
Collaborator

@mfe mfe left a comment

Choose a reason for hiding this comment

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

LGTM

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