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

Travis / sonar fixes #1750

Merged
merged 1 commit into from
May 8, 2019
Merged

Travis / sonar fixes #1750

merged 1 commit into from
May 8, 2019

Conversation

pmconrad
Copy link
Contributor

@pmconrad pmconrad commented May 7, 2019

Sonar scans haven't been working properly for a while. It turned out that changes in our travis build script were responsible - apparently the sonar build wrapper doesn't work incrementally, so we must build all to-be-scanned targets in one go instead of sequentially.

Also made some other improvements to the travis script, most noteworthy is that the sonar stuff will no longer fail the build. This should lead to fewer red flags, but we may have to trigger rebuilds sometime to actually see the sonar results.

Also fixes sonar target branch detection (more precisely, makes the target branch explicit for develop/hardfork, which will require an additional change when merging to hardfork).

@oxarbitrage oxarbitrage self-requested a review May 8, 2019 12:31
Copy link
Member

@oxarbitrage oxarbitrage left a comment

Choose a reason for hiding this comment

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

I am ok with this.

@pmconrad pmconrad merged commit 64e1576 into develop May 8, 2019
@pmconrad pmconrad deleted the fix-sonar branch May 8, 2019 15:30
@abitmore abitmore added this to the 3.2.0 - Feature Release milestone May 9, 2019
@abitmore
Copy link
Member

abitmore commented Feb 9, 2020

Note: new PR #2102 changes the behaviors. Specifically,

  • Travis build will fail if sonar scanner failed to complete, and
  • no additional changes are needed when merging.

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.

3 participants