Skip to content

Commit 2c3be0f

Browse files
authored
[202412] Code sync sonic-net/sonic-buildimage:202411 => 202412 (sonic-net#1099)
Code sync sonic-net/sonic-buildimage:202411 => 202412 ``` * 6d38dbc (HEAD -> code-sync-202412, origin/code-sync-202412) r12f 250509:0801 - Merge remote-tracking branch 'base/202411' into code-sync-202412 |\ | * c8d9792 (base/202411) rameshraghupathy 250502:0837 - Update cisco-8000-smartswitch.ini for 202411.1.0.7 (sonic-net#22517) | * ed56fbe sschlafman 250501:1432 - [202411] Fixed hwsku.json for Mellanox-SN4280-C48 Mellanox-SN4280-O8C40 Mellanox-SN4280-O8V40 | * 2037a35 Chun'ang Li 250430:0952 - Update official build vs pipeline trigger, enable branch push trigger (sonic-net#22473) | * dba3d8d mssonicbld 250429:1601 - [submodule] Update submodule sonic-utilities to the latest HEAD automatically (sonic-net#22466) | * 4d350a7 Aravind-Subbaroyan 250427:1738 - Update cisco-8000.ini (sonic-net#22456) | * 83ad4c1 zitingguo-ms 250426:2023 - [Broadcom] Upgrade xgs SAI version to 12.3.7.2 (sonic-net#22425) ```
2 parents f177c4c + 6d38dbc commit 2c3be0f

6 files changed

Lines changed: 38 additions & 16 deletions

File tree

.azure-pipelines/official-build-vs-with-test.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
name: $(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)
44

5+
# trigger this pipeline automatically by schedule.
56
schedules:
6-
- cron: "0 */8 * * *" # At 0 minutes past the hour, every 8 hours, every day UTC
7+
- cron: "0 8 * * *" # At 08:00, every day UTC
78
displayName: "Daily Build and Test SONiC virtual images"
89
branches:
910
include:
@@ -13,7 +14,16 @@ schedules:
1314
- 202405
1415
- 202411
1516

16-
trigger: none
17+
# trigger this pipeline automatically on any branch push.
18+
trigger:
19+
branches:
20+
include:
21+
- master
22+
- 202305
23+
- 202311
24+
- 202405
25+
- 202411
26+
1727
pr: none
1828

1929
resources:

device/mellanox/x86_64-nvidia_sn4280-r0/Mellanox-SN4280-C48/hwsku.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,22 +243,26 @@
243243
"Ethernet224": {
244244
"default_brkout_mode": "1x400G",
245245
"subport": "1",
246-
"autoneg": "off"
246+
"autoneg": "on",
247+
"role" : "Dpc"
247248
},
248249
"Ethernet232": {
249250
"default_brkout_mode": "1x400G",
250251
"subport": "1",
251-
"autoneg": "off"
252+
"autoneg": "on",
253+
"role" : "Dpc"
252254
},
253255
"Ethernet240": {
254256
"default_brkout_mode": "1x400G",
255257
"subport": "1",
256-
"autoneg": "off"
258+
"autoneg": "on",
259+
"role" : "Dpc"
257260
},
258261
"Ethernet248": {
259262
"default_brkout_mode": "1x400G",
260263
"subport": "1",
261-
"autoneg": "off"
264+
"autoneg": "on",
265+
"role" : "Dpc"
262266
}
263267
}
264268
}

device/mellanox/x86_64-nvidia_sn4280-r0/Mellanox-SN4280-O8C40/hwsku.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,22 +243,26 @@
243243
"Ethernet224": {
244244
"default_brkout_mode": "1x400G",
245245
"subport": "1",
246-
"autoneg": "off"
246+
"autoneg": "on",
247+
"role" : "Dpc"
247248
},
248249
"Ethernet232": {
249250
"default_brkout_mode": "1x400G",
250251
"subport": "1",
251-
"autoneg": "off"
252+
"autoneg": "on",
253+
"role" : "Dpc"
252254
},
253255
"Ethernet240": {
254256
"default_brkout_mode": "1x400G",
255257
"subport": "1",
256-
"autoneg": "off"
258+
"autoneg": "on",
259+
"role" : "Dpc"
257260
},
258261
"Ethernet248": {
259262
"default_brkout_mode": "1x400G",
260263
"subport": "1",
261-
"autoneg": "off"
264+
"autoneg": "on",
265+
"role" : "Dpc"
262266
}
263267
}
264268
}

device/mellanox/x86_64-nvidia_sn4280-r0/Mellanox-SN4280-O8V40/hwsku.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,22 +243,26 @@
243243
"Ethernet224": {
244244
"default_brkout_mode": "1x400G",
245245
"subport": "1",
246-
"autoneg": "off"
246+
"autoneg": "on",
247+
"role" : "Dpc"
247248
},
248249
"Ethernet232": {
249250
"default_brkout_mode": "1x400G",
250251
"subport": "1",
251-
"autoneg": "off"
252+
"autoneg": "on",
253+
"role" : "Dpc"
252254
},
253255
"Ethernet240": {
254256
"default_brkout_mode": "1x400G",
255257
"subport": "1",
256-
"autoneg": "off"
258+
"autoneg": "on",
259+
"role" : "Dpc"
257260
},
258261
"Ethernet248": {
259262
"default_brkout_mode": "1x400G",
260263
"subport": "1",
261-
"autoneg": "off"
264+
"autoneg": "on",
265+
"role" : "Dpc"
262266
}
263267
}
264268
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[module]
22
repo[email protected]:Cisco-8000-sonic/platform-cisco-8000.git
3-
ref=0.master.ss.0.3
3+
ref=202411.1.0.7
44

platform/checkout/cisco-8000.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[module]
22
repo[email protected]:Cisco-8000-sonic/platform-cisco-8000.git
3-
ref=202411.1.0.6
3+
ref=202411.1.0.7

0 commit comments

Comments
 (0)