mirror of
https://github.com/armbian/testings.git
synced 2026-01-06 10:30:07 -08:00
1a96ac183dc28437a6fdecf741f12c8817992cf4
- installs hub (commandline tool interact with github) - forks the project from command line (doesn't harm in case you still have a fork) - collects all needed informations to create proper naming of the board (boadname-kernelbranch.report) - creates a new branch on your fork with the current test (boardname and date) - sends PR to origin - everything can be done headless without any browser
How to create a test report?
- Fork this repository
- Make changes - add new or edit current report
- Create a pull request or request for commit rights.
More info: https://docs.armbian.com/Process_Contribute/
What exactly I need to do?
- Boot the board with fresh self-made image or nightly. You can also upgrade to nightly with armbian-config
- Check board basic functions and create report as in example below. Yes/no, leave empty for in between, ...
- Create a new test file report or edit existing
What filename should I choose?
Filename is build from:
boardname-kernelbranch.report
Correct board name can be checked here (without .conf). Kernel branch can be read on your board this way:
cat /etc/armbian-release | grep BRANCH
Where can I see end resoult?
We are building kernels once per day and this report is refreshed with it. You can check it here:
https://beta.armbian.com/buildlogs/report.html
Report filename example:
bananapipro-next.report
Which fields are supported?
Config content example:
NETWORK=yes
WIRELESS=yes
HDMI=yes
USB=yes
ARMBIANMONITOR="http://ix.io/1kLp"
Which fields are mandatory?
ARMBIANMONITOR
Description
Languages
Shell
100%