Skip to content

Set status jobs

Marcos Huck requested to merge feature/set_status_jobs into feature/code_refactor

This MR adds a generic set status job and different subt specific job implementation to set the following statuses:

  • Launching instances (ec2)
  • Launching pods (k8s)
  • Waiting instances (ec2)
  • Waiting nodes (k8s)

This MR also adds the generic statuses in the simulation's package required by the jobs described above.

Merge request reports