Skip to content

Commit 4dbc679

Browse files
HarrisMaungmeta-codesync[bot]
authored andcommitted
adding new acctonbmc
Summary: diff generated via run facebook/configerator_platforms_update.sh in openbmc repo. Test Plan: all builds Reviewed By: doranand Differential Revision: D86410177 fbshipit-source-id: 5b578a79cdfb8eda9b0313990b0d6d86731369a4
1 parent cd0ec67 commit 4dbc679

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
@@ -100,6 +100,39 @@
100100
"openbmc_git"
101101
]
102102
},
103+
{
104+
"alias": "openbmc-cit-acctonbmc-determinator",
105+
"args": {
106+
"name": "openbmc-cit-acctonbmc-determinator",
107+
"oncall": "openbmc",
108+
"steps": [
109+
{
110+
"determinator": true,
111+
"name": "openbmc-cit-acctonbmc-determinator",
112+
"shell": "facebook/sandcastle/job.py cit-diff --platform acctonbmc"
113+
}
114+
]
115+
},
116+
"capabilities": {
117+
"tenant": "openbmc",
118+
"type": "lego",
119+
"vcs": "openbmc-git"
120+
},
121+
"command": "SandcastleUniversalCommand",
122+
"description": "Yocto diff listener",
123+
"jellyfish_conditions": [
124+
{
125+
"type": "some_file_matches_some_regexp",
126+
"value": [
127+
"^meta-facebook/meta-acctonbmc/.*"
128+
]
129+
}
130+
],
131+
"scheduleType": "diff",
132+
"tags": [
133+
"openbmc_git"
134+
]
135+
},
103136
{
104137
"alias": "openbmc-cit-angelslanding-determinator",
105138
"args": {

tools/flashy/flash_procedure/flash_procedure_mappings.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
// platform build name -> flash procedure entry point mapping
1212
// see flash_procedure/platform_registry.go for platform-specific overrides
1313
var GeneratedFlashProcedureMappings = map[string]func(step.StepParams) step.StepExitError{
14+
"acctonbmc": flash.FlashCp,
1415
"angelslanding": flash.FlashCpVboot,
1516
"bletchley15": flash.FlashCp,
1617
"bletchley": 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+
"acctonbmc",
89
"celesticabmc",
910
"fbdarwin",
1011
"janga",

tools/platforms/platform_build_names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"acctonbmc",
23
"angelslanding",
34
"bletchley",
45
"bletchley15",

0 commit comments

Comments
 (0)