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 heap space issue when archiving artifacts in prod nightly #38

Merged
merged 1 commit into from
May 3, 2024

Conversation

rgdoliveira
Copy link
Member

No description provided.

@rgdoliveira rgdoliveira merged commit 093f938 into kiegroup:main May 3, 2024
2 checks passed
archiveArtifacts artifacts: '**/*.maven.log', fingerprint: false, defaultExcludes: true, caseSensitive: true, allowEmptyArchive: true

echo 'Generating JUnit report...'
junit allowEmptyResults: true, healthScaleFactor: 1.0, testResults: '**/target/*-reports/TEST-*.xml'
Copy link
Member

Choose a reason for hiding this comment

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

junit reports are not needed anymore or this caused that heap space problems?

Copy link
Member Author

@rgdoliveira rgdoliveira May 6, 2024

Choose a reason for hiding this comment

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

they are not needed because we dont build with tests. The heap space was in the '**/*.maven.log where it looks for those logs in every folder, and I believe because of big kie-tools repo it started to get the heap space.

But those files are actually in the workspace root, so I just took them directly from there.

Copy link
Member

Choose a reason for hiding this comment

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

thnx for explanation.

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.

2 participants