Skip to content

Commit caa4ca2

Browse files
jagpalgillmeta-codesync[bot]
authored andcommitted
ventura2a7: Add facebook/configerator_platforms_update.sh run changes
Summary: Add the changes for facebook/configerator_platforms_update.sh to sync ventura2a7 platforms.json changes to openbmc repo. Test Plan: CIT passes. Reviewed By: jamesatha Differential Revision: D118828486 fbshipit-source-id: 76a0849229a5bc81e7d2f6db0da0389090863b71
1 parent 5f45a58 commit caa4ca2

4 files changed

Lines changed: 44 additions & 7 deletions

File tree

.jfconfig

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,8 +1279,8 @@
12791279
{
12801280
"type": "some_file_matches_some_regexp",
12811281
"value": [
1282-
"^meta-facebook/meta-yosemite5/meta-rainiera6/.*",
1283-
"^meta-facebook/meta-yosemite5/recipes-.*"
1282+
"^meta-facebook/meta-rainiera7/meta-rainiera6/.*",
1283+
"^meta-facebook/meta-rainiera7/recipes-.*"
12841284
]
12851285
}
12861286
],
@@ -1487,6 +1487,40 @@
14871487
"openbmc_git"
14881488
]
14891489
},
1490+
{
1491+
"alias": "openbmc-cit-ventura2a7-determinator",
1492+
"args": {
1493+
"name": "openbmc-cit-ventura2a7-determinator",
1494+
"oncall": "openbmc",
1495+
"steps": [
1496+
{
1497+
"determinator": true,
1498+
"name": "openbmc-cit-ventura2a7-determinator",
1499+
"shell": "facebook/sandcastle/job.py cit-diff --platform ventura2a7"
1500+
}
1501+
]
1502+
},
1503+
"capabilities": {
1504+
"tenant": "openbmc",
1505+
"type": "lego",
1506+
"vcs": "openbmc-git"
1507+
},
1508+
"command": "SandcastleUniversalCommand",
1509+
"description": "Yocto diff listener",
1510+
"jellyfish_conditions": [
1511+
{
1512+
"type": "some_file_matches_some_regexp",
1513+
"value": [
1514+
"^meta-facebook/meta-ventura2/meta-ventura2a7/.*",
1515+
"^meta-facebook/meta-ventura2/recipes-.*"
1516+
]
1517+
}
1518+
],
1519+
"scheduleType": "diff",
1520+
"tags": [
1521+
"openbmc_git"
1522+
]
1523+
},
14901524
{
14911525
"alias": "openbmc-cit-wedge100-determinator",
14921526
"args": {

tests2/utils/platforms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"tahan",
4343
"ventura",
4444
"ventura2",
45+
"ventura2a7",
4546
"wedge100",
4647
"wedge400",
4748
"yamp",

tools/flashy/flash_procedure/flash_procedure_mappings.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ var GeneratedFlashProcedureMappings = map[string]func(step.StepParams) step.Step
1414
"acctonbmc": flash.FlashCp,
1515
"anacapa": flash.FlashCp,
1616
"angelslanding": flash.FlashCpVboot,
17-
"bletchley": flash.FlashCp,
1817
"bletchley15": flash.FlashCp,
18+
"bletchley": flash.FlashCp,
1919
"catalina": flash.FlashCp,
2020
"celesticabmc": flash.FlashCp,
2121
"clearcreek": flash.FlashCpVboot,
@@ -27,11 +27,11 @@ var GeneratedFlashProcedureMappings = map[string]func(step.StepParams) step.Step
2727
"fbtp": flash.FlashCpVboot,
2828
"fbttn": flash.FlashCpVboot,
2929
"fby2": flash.FlashCpVboot,
30-
"fby3": flash.FlashCpVboot,
3130
"fby35": flash.FlashCpVboot,
31+
"fby3": flash.FlashCpVboot,
3232
"fuji": flash.FlashCp,
33-
"grandcanyon": flash.FlashCpVboot,
3433
"grandcanyon2": flash.FlashCpVboot,
34+
"grandcanyon": flash.FlashCpVboot,
3535
"grandteton": flash.FlashCpVboot,
3636
"greatlakes": flash.FlashCpVboot,
3737
"gtartemis": flash.FlashCpVboot,
@@ -52,13 +52,14 @@ var GeneratedFlashProcedureMappings = map[string]func(step.StepParams) step.Step
5252
"sanmiguel": flash.FlashCp,
5353
"santabarbara": flash.FlashCp,
5454
"tahan": flash.FlashCp,
55-
"ventura": flash.FlashCp,
55+
"ventura2a7": flash.FlashCp,
5656
"ventura2": flash.FlashCp,
57+
"ventura": flash.FlashCp,
5758
"wedge100": flash.FlashCp,
5859
"wedge400": flash.FlashCp,
5960
"yamp": flash.FlashCp,
60-
"yosemite": flash.FlashCp,
6161
"yosemite4": flash.FlashCp,
6262
"yosemite5a7": flash.FlashCp,
6363
"yosemite5": flash.FlashCp,
64+
"yosemite": flash.FlashCp,
6465
}

tools/platforms/platform_build_names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"tahan",
4343
"ventura",
4444
"ventura2",
45+
"ventura2a7",
4546
"wedge100",
4647
"wedge400",
4748
"yamp",

0 commit comments

Comments
 (0)