Skip to content

Commit 6a9aa74

Browse files
Michael Mohrmeta-codesync[bot]
authored andcommitted
Enable anacapa support
Summary: https://www.internalfb.com/wiki/OpenBMC/Platforms.thrift/Adding_a_New_OpenBMC_Platform/ Step 13: run `./facebook/configerator_platforms_update.sh` in the OpenBMC repo. Test Plan: sandcastleit Reviewed By: ryazwinski, williamspatrick Differential Revision: D88502010 fbshipit-source-id: ca1d89252586f369451bef84049d5c37324a99fc
1 parent 90d182d commit 6a9aa74

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
@@ -133,6 +133,39 @@
133133
"openbmc_git"
134134
]
135135
},
136+
{
137+
"alias": "openbmc-cit-anacapa-determinator",
138+
"args": {
139+
"name": "openbmc-cit-anacapa-determinator",
140+
"oncall": "openbmc",
141+
"steps": [
142+
{
143+
"determinator": true,
144+
"name": "openbmc-cit-anacapa-determinator",
145+
"shell": "facebook/sandcastle/job.py cit-diff --platform anacapa"
146+
}
147+
]
148+
},
149+
"capabilities": {
150+
"tenant": "openbmc",
151+
"type": "lego",
152+
"vcs": "openbmc-git"
153+
},
154+
"command": "SandcastleUniversalCommand",
155+
"description": "Yocto diff listener",
156+
"jellyfish_conditions": [
157+
{
158+
"type": "some_file_matches_some_regexp",
159+
"value": [
160+
"^meta-facebook/meta-anacapa/.*"
161+
]
162+
}
163+
],
164+
"scheduleType": "diff",
165+
"tags": [
166+
"openbmc_git"
167+
]
168+
},
136169
{
137170
"alias": "openbmc-cit-angelslanding-determinator",
138171
"args": {

tests2/utils/platforms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PLATFORMS = [
22
"acctonbmc",
3+
"anacapa",
34
"angelslanding",
45
"bletchley",
56
"bletchley15",

tools/flashy/flash_procedure/flash_procedure_mappings.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
// see flash_procedure/platform_registry.go for platform-specific overrides
1313
var GeneratedFlashProcedureMappings = map[string]func(step.StepParams) step.StepExitError{
1414
"acctonbmc": flash.FlashCp,
15+
"anacapa": flash.FlashCp,
1516
"angelslanding": flash.FlashCpVboot,
1617
"bletchley15": flash.FlashCp,
1718
"bletchley": flash.FlashCp,

tools/platforms/platform_build_names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
"acctonbmc",
3+
"anacapa",
34
"angelslanding",
45
"bletchley",
56
"bletchley15",

0 commit comments

Comments
 (0)