Skip to content

Commit 7499c75

Browse files
amithashmeta-codesync[bot]
authored andcommitted
Sync platforms.thrift
Summary: Brings in support for grandcanyon2 and deprecated minipack3n Test Plan: #DoItLive Reviewed By: jamesatha Differential Revision: D90698553 fbshipit-source-id: 6011419f6ccc3bab7c2d15140720baeffefcbe84
1 parent ef78c7d commit 7499c75

File tree

4 files changed

+37
-36
lines changed

4 files changed

+37
-36
lines changed

.jfconfig

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,40 @@
763763
"openbmc_git"
764764
]
765765
},
766+
{
767+
"alias": "openbmc-cit-grandcanyon2-determinator",
768+
"args": {
769+
"name": "openbmc-cit-grandcanyon2-determinator",
770+
"oncall": "openbmc",
771+
"steps": [
772+
{
773+
"determinator": true,
774+
"name": "openbmc-cit-grandcanyon2-determinator",
775+
"shell": "facebook/sandcastle/job.py cit-diff --platform grandcanyon2"
776+
}
777+
]
778+
},
779+
"capabilities": {
780+
"tenant": "openbmc",
781+
"type": "lego",
782+
"vcs": "openbmc-git"
783+
},
784+
"command": "SandcastleUniversalCommand",
785+
"description": "Yocto diff listener",
786+
"jellyfish_conditions": [
787+
{
788+
"type": "some_file_matches_some_regexp",
789+
"value": [
790+
"^meta-facebook/meta-grandcanyon/meta-grandcanyon2/.*",
791+
"^meta-facebook/meta-grandcanyon/recipes-.*"
792+
]
793+
}
794+
],
795+
"scheduleType": "diff",
796+
"tags": [
797+
"openbmc_git"
798+
]
799+
},
766800
{
767801
"alias": "openbmc-cit-grandteton-determinator",
768802
"args": {
@@ -1164,39 +1198,6 @@
11641198
"openbmc_git"
11651199
]
11661200
},
1167-
{
1168-
"alias": "openbmc-cit-minipack3n-determinator",
1169-
"args": {
1170-
"name": "openbmc-cit-minipack3n-determinator",
1171-
"oncall": "openbmc",
1172-
"steps": [
1173-
{
1174-
"determinator": true,
1175-
"name": "openbmc-cit-minipack3n-determinator",
1176-
"shell": "facebook/sandcastle/job.py cit-diff --platform minipack3n"
1177-
}
1178-
]
1179-
},
1180-
"capabilities": {
1181-
"tenant": "openbmc",
1182-
"type": "lego",
1183-
"vcs": "openbmc-git"
1184-
},
1185-
"command": "SandcastleUniversalCommand",
1186-
"description": "Yocto diff listener",
1187-
"jellyfish_conditions": [
1188-
{
1189-
"type": "some_file_matches_some_regexp",
1190-
"value": [
1191-
"^meta-facebook/meta-minipack3n/.*"
1192-
]
1193-
}
1194-
],
1195-
"scheduleType": "diff",
1196-
"tags": [
1197-
"openbmc_git"
1198-
]
1199-
},
12001201
{
12011202
"alias": "openbmc-cit-montblanc-determinator",
12021203
"args": {

tests2/utils/platforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"fby35",
2020
"fuji",
2121
"grandcanyon",
22+
"grandcanyon2",
2223
"grandteton",
2324
"greatlakes",
2425
"gtartemis",
@@ -31,7 +32,6 @@
3132
"meru",
3233
"minerva",
3334
"minipack",
34-
"minipack3n",
3535
"montblanc",
3636
"morgan800cc",
3737
"northdome",

tools/flashy/flash_procedure/flash_procedure_mappings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var GeneratedFlashProcedureMappings = map[string]func(step.StepParams) step.Step
3030
"fby35": flash.FlashCpVboot,
3131
"fby3": flash.FlashCpVboot,
3232
"fuji": flash.FlashCp,
33+
"grandcanyon2": flash.FlashCpVboot,
3334
"grandcanyon": flash.FlashCpVboot,
3435
"grandteton": flash.FlashCpVboot,
3536
"greatlakes": flash.FlashCpVboot,
@@ -42,7 +43,6 @@ var GeneratedFlashProcedureMappings = map[string]func(step.StepParams) step.Step
4243
"lightning": flash.FlashCp,
4344
"meru": flash.FlashCp,
4445
"minerva": flash.FlashCp,
45-
"minipack3n": flash.FlashCp,
4646
"minipack": flash.FlashCp,
4747
"montblanc": flash.FlashCp,
4848
"morgan800cc": flash.FlashCp,

tools/platforms/platform_build_names

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"fby35",
2020
"fuji",
2121
"grandcanyon",
22+
"grandcanyon2",
2223
"grandteton",
2324
"greatlakes",
2425
"gtartemis",
@@ -31,7 +32,6 @@
3132
"meru",
3233
"minerva",
3334
"minipack",
34-
"minipack3n",
3535
"montblanc",
3636
"morgan800cc",
3737
"northdome",

0 commit comments

Comments
 (0)