https://github.com/linaro/lkft-tools
Tools for LKFT developers
https://github.com/linaro/lkft-tools
Last synced: about 1 year ago
JSON representation
Tools for LKFT developers
- Host: GitHub
- URL: https://github.com/linaro/lkft-tools
- Owner: Linaro
- License: mit
- Archived: true
- Created: 2018-05-23T18:46:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T09:01:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T08:05:25.089Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 293 KB
- Stars: 2
- Watchers: 13
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linaro's Linux Kernel Functional Testing (LKFT) Tools
[](https://github.com/ambv/black)
This repo contains documentation and tools related to the LKFT project.
## Kernel best practices
* [Create and send a patch](docs/create-and-send-a-patch.md)
* [LTS backporting](docs/lts-backporting.md)
* [New Linux Branch](docs/new-stable-branch.md)
## Tools
The tools can be installed into your ~/bin/ with `./install.sh`.
Documentation for individual tools:
* [generate_lts_report.py](docs/generate_lts_report.md)
* [cancel_squad_testjobs.py](docs/cancel_squad_testjobs.md)
## Workflows
* [Local ci.linaro.org development](docs/local-ci-linaro-org.md)
* [LKFT Developer Builder](docs/developer-builder.md)
* [LKFT kselftest Report](docs/kselftest-report.md)
* [LAVA Job Priorities](docs/lava-job-priority.md)