Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DriverContext: Add the TaskGroup and the Job name #4196

Merged

Commits on Apr 22, 2018

  1. DriverContext: Add the TaskGroup and the Job name

    Adding this fields to the DriverContext object, will allow us to pass
    them to the drivers.
    
    An use case for this, will be to emit tagged metrics in the drivers,
    which contain all relevant information:
    - Job
    - TaskGroup
    - Task
    - ...
    
    Ref: hashicorp#4185
    Javier Palomo Almena committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    3e6c343 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. docker tests: Fix usage of NewDriverContext

    Javier Palomo Almena committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    92cbfd0 View commit details
    Browse the repository at this point in the history