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

Allow to filter executed tasks #314

Closed
danielmitterdorfer opened this issue Aug 9, 2017 · 0 comments
Closed

Allow to filter executed tasks #314

danielmitterdorfer opened this issue Aug 9, 2017 · 0 comments
Labels
enhancement Improves the status quo :Track Management New operations, changes in the track format, track download changes and the like
Milestone

Comments

@danielmitterdorfer
Copy link
Member

danielmitterdorfer commented Aug 9, 2017

Every time we only want to run a subset of the tasks that are defined in a track we need to resort to copy & paste and create a new challenge. This leads to uncontrolled growth of challenges and we should reduce them again to the bare minimum and instead allow users to define a filter which tasks get executed.

Examples:

  • Execute only the tasks with the name index and term: --include-tasks="index,term"
  • Execute only tasks of type search: --include-tasks="type:search"
  • You can also mix and match these: --include-tasks="index,type:search"
@danielmitterdorfer danielmitterdorfer added :Track Management New operations, changes in the track format, track download changes and the like enhancement Improves the status quo labels Aug 9, 2017
@danielmitterdorfer danielmitterdorfer added this to the 0.6.3 milestone Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the status quo :Track Management New operations, changes in the track format, track download changes and the like
Projects
None yet
Development

No branches or pull requests

1 participant