List of steps to reproduce (step by step, including full links if applicable):
- Start a job that takes a while (for example, runs sleep 60)
- Run toolforge-jobs list
What happens?:
Status of the job is listed as "Unknown"
[tools.majavah-test@tools-sgebastion-11 ~] $ toolforge-jobs list Job name: Command: Job type: Container: Status: ----------- ---------- ----------- ------------- --------- test ./sleep.sh normal tf-buster-std Unknown [tools.majavah-test@tools-sgebastion-11 ~] $ kubectl get pod NAME READY STATUS RESTARTS AGE test-z6hxh 1/1 Running 0 21s
What should have happened instead?:
Status of the job is listed as "Running" or something similar