Skip to content

Conversation

@congh-nvidia
Copy link
Contributor

Description of PR

Summary:
The switch shutdown time for SN4280 is longer due to PR:sonic-net/sonic-buildimage#24165.
We need increase the pre_reboot_timeout timeout.
Previously, we have already added this change but only in 202506 branch.
Now we decided add it also to master branch regardless of the status of sonic-buildimage PR#24165.
This is because the reboot time for SN4280 will be longer anyway due to the DPUs.

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • New Test case
    • Skipped for non-supported platforms
  • Test case improvement

Back port request

  • 202205
  • 202305
  • 202311
  • 202405
  • 202411
  • 202505
  • 202511

Approach

What is the motivation for this PR?

Make sure the fwutil ONIE/BIOS is stable on SN4280 when the DPUs are online.

How did you do it?

Add a additional 240s in the pre_reboot_timeout.

How did you verify/test it?

Run the test on SN4280 light mode regression, it's passing consistently.

Any platform specific information?

Only for SN4280

Supported testbed topology if it's a new test case?

Documentation

The switch shutdown time for SN4280 is longer due to
PR:sonic-net/sonic-buildimage#24165. We need
increase the timeout.
Previousl we added this change only to 202506 branch, but now we decide
add it to master regradless of the status of sonic-buildimage PR#24165
status in master branch.
This is because the reboot time for SN4280 will be longer anyway due to
the DPUs.

Signed-off-by: Cong Hou <congh@nvidia.com>
@congh-nvidia congh-nvidia requested a review from prgeor as a code owner January 7, 2026 04:30
@mssonicbld
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines failed to run 1 pipeline(s).

@github-actions github-actions bot requested review from nhe-NV, wangxin and wsycqyz January 7, 2026 04:30
@nhe-NV nhe-NV added the Request for 202511 branch Request to backport a change to 202511 branch label Jan 7, 2026
@xwjiang-ms
Copy link
Contributor

Close/re-open for PR test infra issue

@xwjiang-ms xwjiang-ms closed this Jan 7, 2026
@xwjiang-ms xwjiang-ms reopened this Jan 7, 2026
@mssonicbld
Copy link
Collaborator

/azp run

@github-actions github-actions bot requested a review from nhe-NV January 7, 2026 05:46
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

else:
# For BIOS/ONIE, most time is spend after the reboot in ONIE
pre_reboot_timeout = 120
if duthost.facts["platform"] == "x86_64-nvidia_sn4280-r0":
Copy link
Contributor

Choose a reason for hiding this comment

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

if this impacts any SmartSwitch system, then we should have a funtion that identifies any SmartSwitch function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved for 202511 branch Request for 202511 branch Request to backport a change to 202511 branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants