Skip to content

Commit

Permalink
.jfconfig sandcastle_job_specs
Browse files Browse the repository at this point in the history
Summary: Copied keys and values from Arcanist configuration and prior runs while referencing the documentation and examples.

Test Plan: https://our.intern.facebook.com/intern/sandcastle/group/diff/59853058/

Reviewed By: tfangit

fbshipit-source-id: 275032a6e
  • Loading branch information
covracer authored and facebook-github-bot committed Nov 1, 2018
1 parent f01fd50 commit 43ec515
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .jfconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,23 @@
"capabilities": [
"submit",
],
"sandcastle_job_specs": [{
"alias": "openbmc-sandcastle",
"command": "SandcastleUniversalCommand",
"args": {
"name": "openbmc-ci",
"oncall": "openbmc",
"steps": [{
"name": "openbmc-ci-determinator",
"shell": "facebook/sandcastle/job.py diff",
"determinator": true,
}],
},
"capabilities": {
"vcs": "openbmc-git",
"type": "lego-yocto",
},
"description": "Yocto diff listener",
"tags": ["openbmc_git"]
}]
}

0 comments on commit 43ec515

Please sign in to comment.