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 timeout problems in CI #1112

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Fix timeout problems in CI #1112

merged 2 commits into from
Nov 27, 2024

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Nov 27, 2024

Make the build more robust:

  • Remove dependency check: this is part of a profile now (parent pom)
  • Increase timeout for test of JENKINS-55805

@uhafner uhafner added the internal Internal changes without user or API impact label Nov 27, 2024
Copy link

☀️   Quality Monitor

   🚦   Tests: 100% successful (✔️ 1293 passed, 🙈 2 skipped)
   〰️   Line Coverage: 94% (418 missed lines)
   ➰   Branch Coverage: 87% (263 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: 13 bugs (normal: 13)
   OWASP Dependency Check   OWASP Dependency Check: No vulnerabilities
   🌀   Cyclomatic Complexity: 2316 (total)
   💭   Cognitive Complexity: 1135 (total)
   📏   Lines of Code: 21785 (total)
   📝   Non Commenting Source Statements: 8726 (total)
   🔭   Access to foreign data: 1373 (total)
   🔗   Class cohesion: 100.00% (maximum)
   📤   Fan out: 3035 (total)
   📲   Number of accessors: 169 (total)
   ⚖️   Weight of a class: 100.00% (maximum)
   📐   Weighted method count: 2656 (total)
   ➿   N-Path Complexity: 3758 (total)


🚧   Error Messages

Quality Monitor Errors:
No matching report files found when using pattern '**/target/dependency-check-report.json'! Configuration error for 'OWASP Dependency Check'?

Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

Copy link

☀️   Quality Monitor

   🚦   Tests: 100% successful (✔️ 1293 passed, 🙈 2 skipped)
   〰️   Line Coverage: 94% (418 missed lines)
   ➰   Branch Coverage: 87% (263 missed branches)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: 13 bugs (normal: 13)
   OWASP Dependency Check   OWASP Dependency Check: No vulnerabilities
   🌀   Cyclomatic Complexity: 2316 (total)
   💭   Cognitive Complexity: 1135 (total)
   📏   Lines of Code: 21785 (total)
   📝   Non Commenting Source Statements: 8726 (total)
   🔭   Access to foreign data: 1373 (total)
   🔗   Class cohesion: 100.00% (maximum)
   📤   Fan out: 3035 (total)
   📲   Number of accessors: 169 (total)
   ⚖️   Weight of a class: 100.00% (maximum)
   📐   Weighted method count: 2656 (total)
   ➿   N-Path Complexity: 3758 (total)


🚧   Error Messages

Quality Monitor Errors:
No matching report files found when using pattern '**/target/dependency-check-report.json'! Configuration error for 'OWASP Dependency Check'?

Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit 124f268 into main Nov 27, 2024
29 checks passed
@uhafner uhafner deleted the timeout branch November 27, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal changes without user or API impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant