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 the coverage job #136

Merged
merged 9 commits into from
Apr 24, 2020
Merged

Conversation

paulgessinger
Copy link
Member

I believe the reason why the coverage job stopped working was our build output size. After running the unit tests with coverage on, I know delete all .o files, since for the report they are not needed anymore. This takes the build size down to about 5G from 10G, which makes the job succeed again in my testing.

@paulgessinger paulgessinger added the Infrastructure Changes to build tools, continous integration, ... label Apr 24, 2020
@acts-issue-bot acts-issue-bot bot removed the Triage label Apr 24, 2020
@paulgessinger paulgessinger added this to the v0.23.00 milestone Apr 24, 2020
@paulgessinger
Copy link
Member Author

Eventually, this will fail if our build size grows any larger, but immediately, I hope that fixes the problem.

@paulgessinger paulgessinger requested a review from msmk0 April 24, 2020 11:32
Copy link
Contributor

@asalzburger asalzburger left a comment

Choose a reason for hiding this comment

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

Removes 5Gb of build output and fixes coverage report. Approving.

@asalzburger asalzburger removed the request for review from msmk0 April 24, 2020 11:46
Copy link
Contributor

@msmk0 msmk0 left a comment

Choose a reason for hiding this comment

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

Looks good.

@asalzburger
Copy link
Contributor

Overriding macOS build failure.

@asalzburger asalzburger merged commit 3adfa46 into acts-project:master Apr 24, 2020
osbornjd pushed a commit to sPHENIX-Collaboration/acts that referenced this pull request Apr 29, 2020
* try to remove .o files after unit test run in coverage job

* report size

* try azure

* pipe

* pr

* azure: build and run

* names

* use find to delete .o files

* remove azure config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Changes to build tools, continous integration, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants