Skip to content

Commit d00b2ab

Browse files
ezeob002facebook-github-bot
authored andcommitted
Sync platforms.thrift adding ICECUBE800BC platform
Summary: diff generated via run facebook/configerator_platforms_update.sh in openbmc repo. Test Plan: all builds, test live Rollback Plan: Reviewed By: RomanChoporov-Meta Differential Revision: D81708465 fbshipit-source-id: 59af0e194ee45db20f4342d7f4cfe71952264141
1 parent 5004e2b commit d00b2ab

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

.jfconfig

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,39 @@
233233
"openbmc_git"
234234
]
235235
},
236+
{
237+
"alias": "openbmc-cit-celesticabmc-determinator",
238+
"args": {
239+
"name": "openbmc-cit-celesticabmc-determinator",
240+
"oncall": "openbmc",
241+
"steps": [
242+
{
243+
"determinator": true,
244+
"name": "openbmc-cit-celesticabmc-determinator",
245+
"shell": "facebook/sandcastle/job.py cit-diff --platform celesticabmc"
246+
}
247+
]
248+
},
249+
"capabilities": {
250+
"tenant": "openbmc",
251+
"type": "lego",
252+
"vcs": "openbmc-git"
253+
},
254+
"command": "SandcastleUniversalCommand",
255+
"description": "Yocto diff listener",
256+
"jellyfish_conditions": [
257+
{
258+
"type": "some_file_matches_some_regexp",
259+
"value": [
260+
"^meta-facebook/meta-celesticabmc/.*"
261+
]
262+
}
263+
],
264+
"scheduleType": "diff",
265+
"tags": [
266+
"openbmc_git"
267+
]
268+
},
236269
{
237270
"alias": "openbmc-cit-clearcreek-determinator",
238271
"args": {

tools/flashy/flash_procedure/flash_procedure_mappings.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ var GeneratedFlashProcedureMappings = map[string]func(step.StepParams) step.Step
1515
"bletchley15": flash.FlashCp,
1616
"bletchley": flash.FlashCp,
1717
"catalina": flash.FlashCp,
18+
"celesticabmc": flash.FlashCp,
1819
"clearcreek": flash.FlashCpVboot,
1920
"clemente": flash.FlashCp,
2021
"elbert": flash.FlashCp,

tools/flashy/lib/utils/bmc_lite_platforms.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package utils
55

66
// BMCLitePlatforms contains the list of BMC lite platform names
77
var BMCLitePlatforms = []string{
8+
"celesticabmc",
89
"fbdarwin",
910
"janga",
1011
"meru",

tools/platforms/platform_build_names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"bletchley",
44
"bletchley15",
55
"catalina",
6+
"celesticabmc",
67
"clearcreek",
78
"clemente",
89
"elbert",

0 commit comments

Comments
 (0)