Dapeng Helper README
Features
- Provide configs autocomplete, and use JSON schema to validate user's config.
- Provide sample job templates.
Quickly create jobs from templates:
The json file name must need ends with .dapeng.json .
Otherwise the validation will not work.
Input key word "simple" in a new json file. Editor will prompt the suggestion configuration.
Input key word "jobs" or "multi" in a new json file.
Input key word boardfarm.
How to submit to Dapeng with Vscode.
- Right click on document, click "submit to Dapeng".
- Another way is press CTRL + Shift + P, search dapeng, and click "Submit to Dapeng" to go.
Requirements
- Install VSCODE at first.
- To use some feature, need to Install dapeng-cli by command
pip install dapeng-cli -U
| |