ls1intum / hades

A flexible and stateless job scheduler / CI System
6 stars 0 forks source link

feat: Add job_id to container envs #139

Closed Mtze closed 3 months ago

Mtze commented 3 months ago

Add the job_id to the container envs in the DockerStep and K8sJob files.

robertjndw commented 3 months ago

What's the reason behind the UUID of the job being available in the Metadata? Is it just for debugging or are there any other benefits? 🤔

Mtze commented 3 months ago

Since we only return the uuid to the requesting service as identifiing value, the steps need to know about them too. The primary use case at the moment: the result container uses the uuid to label the result for the CI Benchmark