Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linaro/lkft-tools
Tools for LKFT developers
https://github.com/linaro/lkft-tools
Last synced: about 4 hours ago
JSON representation
Tools for LKFT developers
- Host: GitHub
- URL: https://github.com/linaro/lkft-tools
- Owner: Linaro
- License: mit
- Created: 2018-05-23T18:46:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T09:01:21.000Z (4 months ago)
- Last Synced: 2024-07-11T08:18:39.228Z (4 months ago)
- Language: Python
- Homepage:
- Size: 293 KB
- Stars: 2
- Watchers: 14
- 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
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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)