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

[FIX] runbot_travis2docker: Compatible with most new odoo/runbot@master branch #160

Merged
merged 1 commit into from Jun 4, 2018

Conversation

moylop260
Copy link
Contributor

@moylop260 moylop260 commented Jun 4, 2018

Latest commit has changes renamed job coverages methods...
Then this PR adds compatibility with that changes

@moylop260 moylop260 self-assigned this Jun 4, 2018
@moylop260 moylop260 mentioned this pull request Jun 4, 2018
@moylop260 moylop260 requested a review from hbrunn June 4, 2018 17:43
@hbrunn
Copy link
Member

hbrunn commented Jun 4, 2018

merging optimistically

@hbrunn hbrunn merged commit a8353ec into OCA:11.0 Jun 4, 2018
@moylop260 moylop260 deleted the 11.0-fix-new-method-name-moy branch June 4, 2018 19:07
@@ -79,11 +79,18 @@ def _job_20_test_all(self, build, lock_path, log_path):
build._get_docker_run_cmd(), lock_path, log_path, cpu_limit=1200,
)

def _job_21_coverage(self, build, lock_path, log_path):
def _job_21_coverage_html(self, build, lock_path, log_path):
if not build.branch_id.repo_id.is_travis2docker_build:
return super(RunbotBuild, self)._job_21_coverage(
Copy link
Member

Choose a reason for hiding this comment

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

@moylop260 I merged prematurely: https://travis-ci.org/OCA/runbot-addons/jobs/387868156#L2714 - could you change this here too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops sorry... #161

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

Successfully merging this pull request may close these issues.

None yet

2 participants