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

OAK-11271 Execute Sonar analysis in a dedicated job #1863

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

kwin
Copy link
Member

@kwin kwin commented Nov 13, 2024

No description provided.

@kwin kwin force-pushed the feature/reenable-sonarcloud-analysis-with-gha branch 4 times, most recently from bb95f21 to 51bfa27 Compare November 13, 2024 21:41
Copy link

sonarcloud bot commented Nov 13, 2024

@kwin kwin force-pushed the feature/reenable-sonarcloud-analysis-with-gha branch from 51bfa27 to 76d8f60 Compare November 14, 2024 14:51
@kwin kwin marked this pull request as ready for review November 14, 2024 14:51
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
- name: Build
run: mvn -B verify -Pcoverage
Copy link
Member Author

Choose a reason for hiding this comment

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

In order to fully replace ASF Jenkins we probably need to add profile integrationTesting (https://github.com/apache/jackrabbit-oak/blob/4a03d67dffd5619c41f5b54ccacfa49e1eb57daf/Jenkinsfile#L29C5-L43C6), however I would refrain from building each module individually but rather build the whole reactor with that profile.

Also -DtrimStackTrace=false -Dnsfixtures=SEGMENT_TAR,DOCUMENT_NS -Dmongo.db=MongoMKDB-${MONGODB_SUFFIX} would need to be added, right?

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.

1 participant