Skip to content

Conversation

lanluo-nvidia
Copy link
Collaborator

@lanluo-nvidia lanluo-nvidia commented Aug 28, 2025

Description

Simplify the release workflow by leveraging the existing repair steps in test-infra. Reuse as much as possible from test-infra and unify workflows where feasible.

Build & Test

build-test-linux-x86_64 → build-wheel-linux + test-linux

build-test-linux-aarch64 → build-wheel-linux + test-linux

build-test-linux-aarch64-jetpack → build-wheel-linux + test-linux

build-test-linux-rtx → build-wheel-linux + test-linux

build-test-windows → build-wheel-windows + test-windows
build-test-windows-rtx --> build-wheel-windows + test-windows

Release

release-linux-x86_64 → build-wheel-linux

release-linux-aarch64 → build-wheel-linux

release-windows → build-wheel-windows

Fixes # (issue)

Type of change

Please delete options that are not relevant and/or add your own.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project (You can use the linters)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation
  • I have added tests to verify my fix or my feature
  • New and existing unit tests pass locally with my changes
  • I have added the relevant labels to my PR in so that relevant reviewers are notified

@lanluo-nvidia lanluo-nvidia added the WIP Work is in progress, pull request should not be merged yet label Aug 28, 2025
@meta-cla meta-cla bot added the cla signed label Aug 28, 2025
@github-actions github-actions bot added the component: build system Issues re: Build system label Aug 29, 2025
@lanluo-nvidia lanluo-nvidia added the build-release-artifacts Build the release artifacts label Aug 29, 2025
@github-actions github-actions bot requested a review from narendasan August 29, 2025 16:59
@github-actions github-actions bot added component: core Issues re: The core compiler component: runtime labels Aug 29, 2025
@lanluo-nvidia lanluo-nvidia added the ciflow/binaries/all Build for all Python Versions label Aug 29, 2025
Copy link

pytorch-bot bot commented Aug 29, 2025

No ciflow labels are configured for this repo.
For information on how to enable CIFlow bot see this wiki

@lanluo-nvidia lanluo-nvidia marked this pull request as ready for review September 2, 2025 15:28
@lanluo-nvidia lanluo-nvidia removed ciflow/binaries/all Build for all Python Versions build-release-artifacts Build the release artifacts labels Sep 2, 2025
@lanluo-nvidia lanluo-nvidia self-assigned this Sep 2, 2025
@@ -165,3 +165,17 @@ pkg_tar(
],
package_dir = "core/util/",
)

pkg_zip(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Instead of duplicating the list can we make one filegroup we use for both?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed component: build system Issues re: Build system component: core Issues re: The core compiler component: runtime WIP Work is in progress, pull request should not be merged yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants