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

run_task to enable running multiple tasks #324

Closed
sagiegurari opened this issue Nov 30, 2019 · 0 comments
Closed

run_task to enable running multiple tasks #324

sagiegurari opened this issue Nov 30, 2019 · 0 comments
Assignees
Milestone

Comments

@sagiegurari
Copy link
Owner

Features Description
run_task today only supports running a single task.
as a preparation for #323 it should also support running a list of tasks.

Code Sample

run_task = [
    { name = "single-task", condition = { channels = ["nightly"] } },
    { name = ["task1", "task2] }
]

Having the name attribute in this scenario to also accept a list of names, we can have it run multiple tasks.
later on in #323 we can add the parallel attribute into this object to support parallel invocation of those tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant