kernelci / kernelci/kernelci-project
Add additional timestamp fields
- Dominant language
- Python
- Stars
- 14
- Forks
- 32
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 3
Description
We need to track more events during some of the jobs:
1)How long task spend in "queued" state (as k8s cluster might be too busy), so we need ts_start_queued, ts_start_running
2)Same for tests, DUT might not be immediately available, and task will stay in queue
So total ts required: queued, running, completed
Will help also to estimate ETA when task start running.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by tracing where job and test states move from queued to running to completed, including waits for the Kubernetes cluster or DUT; done means recording the requested timestamps and using them to measure queue duration and estimate ETA.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100