Skip to content

feat: make rts less verbose, support 2 different rts for nfsboot#1019

Open
AlexKaravaev wants to merge 5 commits intomainfrom
alex/hil-orin-separate-rts
Open

feat: make rts less verbose, support 2 different rts for nfsboot#1019
AlexKaravaev wants to merge 5 commits intomainfrom
alex/hil-orin-separate-rts

Conversation

@AlexKaravaev
Copy link
Contributor

we need to support 2 rts for nfsboot if we want to test stage releases

@AlexKaravaev AlexKaravaev requested a review from a team as a code owner February 24, 2026 20:49
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 21ec0dbc51

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e6e50e309d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 58d41f9fd2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0134d438b5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

/// S3 URI of a separate RTS whose `rts/` directory is used for `--mount`
/// content instead of the boot RTS. Use this when NFS-booting with a dev
/// build but flashing a stage or prod build.
#[arg(long, conflicts_with = "mount_rts_path")]

Choose a reason for hiding this comment

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

P2 Badge Allow --download-dir when using --mount-s3-url

Adding --mount-s3-url introduces a new S3 download path, but this command still rejects --download-dir whenever --rts-path is present because rts_path keeps conflicts_with = "download_dir". In the new dual-RTS flow (--rts-path ... --mount-s3-url ...), users are forced to download the mount RTS into the current directory, which can fail in non-writable working directories and prevents directing artifacts to a controlled location.

Useful? React with 👍 / 👎.

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.

1 participant