Commit 98d5a51
authored
CI: Use Generic overlay without kselftest and env-based test method (#289)
## Summary
Adopts the **Generic overlay without kselftest** and enables
**environment‑based** test selection in the LAVA job definition
generator. This allows us to drop kselftest and run only the required
tests by setting `TEST_METHOD=generic`.
## Changes
* Switched to using the **Generic overlay (no kselftest)** in the LAVA
job generation flow.
## Rationale
* Removes unnecessary kselftest dependencies for our targets.
* Provides a lightweight overlay for platforms that do not require
kselftest.
* Reduces image footprint and simplifies test execution.
## Dependent Changes
* <qualcomm-linux/job_render#33>
## Testing
Validated using the staging LAVA pipeline run:
**<https://github.com/qualcomm-linux-stg/fastrpc/actions/runs/21627927984>**
## Notes
* Backward compatible: default behavior remains unchanged if
`TEST_METHOD` is not set.
* Overlay change only removes kselftest; all other components remain
unaffected.
***1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
0 commit comments