Skip to content

Conversation

@vincent9926-Accton
Copy link

@vincent9926-Accton vincent9926-Accton commented Jan 14, 2026

Pre-submission checklist

  • I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running pip install -r requirements-dev.txt && pre-commit install
  • pre-commit run

Summary

Description:
We tried to build FBOSS using NVIDIA SDK v4.8.3054 together with SAIBuild2511.34.1.52, where the SAI API version is 1.17.1. However, a compilation error occurred:

Error message:
build-helper.py: error: argument sai_version: invalid choice: '1.17.1' (choose from '1.13.2', '1.14.0', '1.15.0', '1.15.3', '1.16.0', '1.16.1', '1.16.3')

To resolve this, version 1.17.1 was added to the list of supported SAI versions in build-helper.py.

Test Plan

The Ensemble Link Test results are as follows.
Running all tests took 1:34:16.377938 between 2026-01-14 03:31:52.378063 and 2026-01-14 05:06:08.756001
[ OK ] warm_boot.AgentEnsembleOpticsTest.verifyTxRxLatches (311935 ms)
[ OK ] warm_boot.AgentEnsembleLinkTest.ecmpShrink (124139 ms)
[ OK ] warm_boot.AgentEnsembleLinkTest.asicLinkFlap (248892 ms)
[ OK ] warm_boot.AgentEnsembleLinkTest.getTransceivers (103877 ms)
[ OK ] warm_boot.AgentEnsembleLinkTest.trafficRxTx (91876 ms)
[ OK ] warm_boot.AgentEnsembleLinkTest.opticsTxDisableRandomPorts (173995 ms)
[ OK ] warm_boot.AgentEnsembleLinkTest.opticsTxDisableEnable (143883 ms)
[ OK ] warm_boot.AgentEnsembleLinkTest.qsfpColdbootAfterAgentUp (223943 ms)
[ OK ] warm_boot.AgentEnsembleLinkTest.iPhyInfoTest (128802 ms)
[ OK ] warm_boot.AgentEnsembleLinkTest.verifyIphyFecBerCounters (158935 ms)
[ OK ] warm_boot.AgentEnsembleLinkTest.clearIphyInterfaceCounters (116839 ms)
[ OK ] warm_boot.AgentEnsembleEmptyLinkTest.CheckInit (106813 ms)
[ FAILED ] cold_boot.AgentEnsembleLinkSanityTestDataPlaneFlood.warmbootIsHitLess (0 ms)
[ OK ] warm_boot.AgentEnsembleLinkSanityTestDataPlaneFlood.warmbootIsHitLess (98915 ms)
[ FAILED ] cold_boot.AgentEnsembleLinkSanityTestDataPlaneFlood.qsfpWarmbootIsHitLess (0 ms)
[ OK ] warm_boot.AgentEnsembleLinkSanityTestDataPlaneFlood.qsfpWarmbootIsHitLess (111892 ms)
Summary:
OK : 14
FAILED : 2
SKIPPED : 0
TIMEOUT : 0

There is the log file
fboss_bins_nv_20260106_17_02_55_e9bb856e91_Switch_SDK_v4_8_3054_Release_SAIBuild2511_34_1_52_tar.tar.zst.zip

Description:
We tried to build FBOSS using NVIDIA SDK v4.8.3054 together with SAIBuild2511.34.1.52, where the SAI API version is 1.17.1.
However, a compilation error occurred:

Error message:
build-helper.py: error: argument sai_version: invalid choice: '1.17.1'
(choose from '1.13.2', '1.14.0', '1.15.0', '1.15.3', '1.16.0', '1.16.1', '1.16.3')

To resolve this, version 1.17.1 was added to the list of supported SAI versions in build-helper.py.
@meta-cla meta-cla bot added the CLA Signed label Jan 14, 2026
@joseph5wu
Copy link
Contributor

@vincent9926-Accton : Can you move the Description in this PR to the "Summary" session. And please also include any Test plan for this PR

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants