Skip to content

Actions deployment GroupID

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

Related tasks

Context

While logging the different jobs execution, a different UUID is used for simulations and jobs.

Change

This MR makes the action framework receive the GroupID when running a new pipeline.

Here are the logs showing how it improves keeping track of a certain simulation:

2021/04/12 12:52:58 [[Ignition Cloudsim - SubT]]Worker about to invoke StartSimulation for groupID: c6ab22a6-7239-4be2-84ca-011b2136a761
2021/04/12 12:52:58 [Worker]Running job [check-simulation-pending-status] for deployment [c6ab22a6-7239-4be2-84ca-011b2136a761]
2021/04/12 12:52:58 [Worker]Running job [check-simulation-pending-status] for deployment [c6ab22a6-7239-4be2-84ca-011b2136a761] has successfully finished.

Other information

Closes #57

Edited by Marcos Huck

Merge request reports