Skip to content

Commit

Permalink
Merge pull request #535 from fomars/develop
Browse files Browse the repository at this point in the history
fix postloader: removed regression flag
  • Loading branch information
fomars committed Mar 9, 2018
2 parents 59c22c3 + 749c2e8 commit 7cdd1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.8'
release = '1.9.10'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 1 addition & 2 deletions yandextank/plugins/DataUploader/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ def send_config_snapshot(config, lp_job):


def edit_metainfo(lp_config, lp_job):
lp_job.edit_metainfo(is_regression=lp_config.get('regress'),
regression_component=lp_config.get('component'),
lp_job.edit_metainfo(regression_component=lp_config.get('component'),
cmdline=lp_config.get('cmdline'),
ammo_path=lp_config.get('ammo_path'),
loop_count=lp_config.get('loop_count'))
Expand Down

0 comments on commit 7cdd1ea

Please sign in to comment.