Skip to content

Support custom params for tron runs from tronctl #208

@yarrrtem

Description

@yarrrtem

Something like this:

tronctl start my_favourite_job date='2013-01-01'

.. but for any custom variable like..

tronctl start my_favourite_mr_job jobconf='cpu-intensive.conf'

Then in the actual job definition, you would specify the variable usage, and a default for the scheduled runs.

run_vars:

  • jobconf: 'standard.conf'
    actions:
  • my_favourite_job --jobconf=%(RUN_VARS:jobconf) --date=%(shortdate)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions