Visibility for jobs
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 413
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 6
Description
Hi,
I'm adding e2e tests to my project now and It's pretty cool to develop with Tilt.
In my Tiltfile I run some deployments and then run job with e2e tests.
All works perfect.
The only thing I don't get the indication in UI that tests pass or failed.
The job completes but in UI there is green light like for running pod.
The only way is to read logs (in UI).
It will be cool to add more visibility for jobs. (maybe green V or red X)
The job file:
apiVersion: batch/v1
kind: Job
metadata:
name: e2e
namespace: agogos
labels:
name: e2e
app: e2e
spec:
template:
spec:
restartPolicy: Never
containers:
- name: e2e
image: e2e
imagePullPolicy: Never
backoffLimit: 0
Thank you
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the behavior with the provided Kubernetes Job definition in a Tiltfile and inspect how the UI represents its completed state. Done should provide clear success and failure indicators for completed jobs, rather than only the current green pod status.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- devops, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100