[CI] Use latest Isaac Sim 6.1 release image - #7629
Conversation
|
run-ci |
There was a problem hiding this comment.
Isaac Lab Review Bot
This CI-only change updates the shared Isaac Sim image reference for release/3.0.0 from a digest-pinned development image to the floating latest-release-6-1 release tag.
- Design and architecture: The shared workflow configuration remains the single source for Isaac Sim image coordinates, and no workflow structure or configuration fan-out is changed. Selecting the 6.1 release line is consistent with the target release branch.
- API: The YAML keys and value types consumed by workflows are unchanged, so the configuration interface remains compatible. No source package, public API, CLI surface, dependency, or release-note-bearing behavior is modified.
- Implementation: The image tag and adjacent explanation are updated consistently. The principal non-blocking tradeoff is reduced reproducibility: unlike the previous digest-pinned reference, the floating release tag may resolve to different images over time, making later CI failure comparisons less exact.
No blocking issues. No inline issue met the actionable-evidence threshold; the assessment above records the review feedback.
Automated review; human maintainers own approval decisions.
Greptile SummaryThis PR updates the shared
Confidence Score: 5/5The PR appears safe to merge because the configuration change matches its stated release-line tracking intent and no affected workflow contract was found. The changed tag is consumed as the Isaac Sim base-image version, and the repository’s digest-based dependency-cache calculation accommodates updates behind the moving release tag. The separate nightly pinning workflow targets Important Files Changed
Reviews (1): Last reviewed commit: "Use latest Isaac Sim 6.1 release image" | Re-trigger Greptile |
Description
Update the shared CI configuration on
release/3.0.0to use thelatest-release-6-1Isaac Sim image instead of the pinnedlatest-developimage. This keeps release-branch testing on the Isaac Sim 6.1 release line.No dependencies are added.
Type of change
Release backport
develop(not applicable; this PR targetsrelease/3.0.0directly)Screenshots
Not applicable.
Validation
uv run pythonYAML/config assertion: passedgit diff --check: passeduv run isaaclab -f: all formatting, lint, YAML, and repository hygiene hooks passed except the changelog-fragment hook. That hook reports pre-existing divergence betweenrelease/3.0.0and the repository's default beta branch; this PR changes no source package or changelog fragment.Checklist
CONTRIBUTORS.md