Details
Assignee
UnassignedUnassignedReporter
Former userFormer user(Deactivated)Components
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Former user
Former user(Deactivated)Components
Priority
Created January 10, 2018 at 8:01 AM
Updated June 24, 2018 at 7:20 AM
Generally, we have 4 kinds of options: script, globals, options that affect host selection and options to configure the runner.
We need to take care of global options first since they affect everything, then take care of script because it tells which vectors to throw away.
Since runners and pipelines care about different sets of options, we need to split the options handling functions.
This will enable us to compose much more efficient pipelines in the API.