7 releases
Uses new Rust 2024
| 0.4.2 | Dec 7, 2025 |
|---|---|
| 0.4.1 | Dec 4, 2025 |
| 0.4.0 | Jul 19, 2025 |
| 0.3.2 | Jul 16, 2025 |
| 0.2.0 | Jul 13, 2025 |
#261 in Testing
56KB
1.5K
SLoC
ejlv
A command-line interface tool for dispatching jobs to EJD (EJ Dispatcher) in the LVGL testing workspace.
Overview
ejlv is a CLI tool designed to interface with the EJ framework's dispatcher component (EJD).
This tool is used by LVGL's CI pipeline Github to dispatch jobs, collect results and comment the pull request with the findings.
Features
- Job Dispatching: Submit build and run jobs to EJD
- Real-time Results: Collect and display job results directly in the terminal
- CI/CD Integration: Designed for seamless integration with GitHub Actions
- Socket Communication: Uses Unix socket interface for efficient communication with EJD
- Pull Request Support: Built-in support for PR-based testing workflows
Installation
cargo install ejlv
Architecture Integration
ejlv_cli fits into the EJ framework architecture as follows:
┌─────────────────┐ ┌─────────────────┐
│ CI/CD │ │ Developer │
│ │ │ │
└─────────┬───────┘ └─────────┬───────┘
│ │
│ │
└──────────────────────┘
│
┌─────▼─────┐
│ ejlv_cli │
│ │
└─────┬─────┘
│ (Unix Socket)
┌───────────────▼────────────┐
│ EJD (Dispatcher) │
│ │
│ - Job Queuing │
│ - Result Storage │
│ - Authentication │
└───────────┬────────────────┘
│
┌───────┼───────┐
│ │ │
┌────▼──┐┌───▼──┐┌───▼──┐
│ EJB 1 ││ EJB 2││ EJB N│
│ ││ ││ │
└───────┘└──────┘└──────┘
Dependencies
~23–42MB
~554K SLoC