Skip to content

Commit

Permalink
sync up platform thrift after making changes to
Browse files Browse the repository at this point in the history
Summary: same as title

Test Plan:
Just ran the command:
facebook/configerator_platforms_update.sh to autogenerated those changes

Reviewed By: kawmarco

Differential Revision: D51285021

fbshipit-source-id: e7f1350f04bcca1600b6b4b4a5aaf9a37f9f8584
  • Loading branch information
Joan Olguy Canéus authored and facebook-github-bot committed Nov 14, 2023
1 parent a5b7b12 commit eb57857
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .jfconfig
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,39 @@
"openbmc_git"
]
},
{
"alias": "openbmc-cit-fbitb-determinator",
"args": {
"name": "openbmc-cit-fbitb-determinator",
"oncall": "openbmc",
"steps": [
{
"determinator": true,
"name": "openbmc-cit-fbitb-determinator",
"shell": "facebook/sandcastle/job.py cit-diff --platform fbitb"
}
]
},
"capabilities": {
"tenant": "openbmc",
"type": "lego",
"vcs": "openbmc-git"
},
"command": "SandcastleUniversalCommand",
"description": "Yocto diff listener",
"jellyfish_conditions": [
{
"type": "some_file_matches_some_regexp",
"value": [
"^meta-facebook/meta-fbitb/.*"
]
}
],
"scheduleType": "diff",
"tags": [
"openbmc_git"
]
},
{
"alias": "openbmc-cit-fbtp-determinator",
"args": {
Expand Down
1 change: 1 addition & 0 deletions tools/platforms/platform_build_names
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"emeraldpools",
"fbdarwin",
"fbgp2",
"fbitb",
"fbtp",
"fbttn",
"fby2",
Expand Down

0 comments on commit eb57857

Please sign in to comment.