Skip to content

Implement the "Config" command

What does this MR do?

Add implementation for the "Config" command of the Fargate driver

Why was this MR needed?

This is necessary to address the issue gitlab-org/gitlab-runner#2972 (closed).

Are there points in the code the reviewer needs to double check?

As we do not have the "hostname" attribute to be used in the JSON file, we are using the unique value returned by the filename generator of the "Metadata" mechanism.

Does this MR meet the acceptance criteria?

  • Documentation created/updated - N/A
  • Added tests for this feature/bug
  • In case of conflicts with master - no conflicts

What are the relevant issue numbers?

gitlab-org/gitlab-runner#2972 (closed)

Edited by Daniel Coutinho de Miranda

Merge request reports