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

Bug 1045730 - Add task-specific configuration to Runner #7

Merged
merged 5 commits into from Jul 30, 2014
Merged

Bug 1045730 - Add task-specific configuration to Runner #7

merged 5 commits into from Jul 30, 2014

Conversation

IanConnolly
Copy link
Contributor

This should be what we want.

Bonus: removed packaging/deployment from README as that was done weeks ago! (also hey look emoji in git commit messages!)

for try_num in range(1, config.max_tries + 1):
for t in tasks:
log.debug("%s: starting (max time %is)", t, max_time)
r = run_task(os.path.join(dirname, t), env, max_time=max_time)
tasks_config = {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about default_config = {... }

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have no idea how long i spent trying to figure out a name for this without success

catlee added a commit that referenced this pull request Jul 30, 2014
Bug 1045730 - Add task-specific configuration to Runner
@catlee catlee merged commit d3d31b1 into catlee:master Jul 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants