Skip to content

Conversation

@saw-jan
Copy link
Contributor

@saw-jan saw-jan commented Jan 2, 2026

Description

Remove sonarcloud CI configs and some unnecessary commands.

Related Issue

How Has This Been Tested?

  • test environment:

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

@saw-jan saw-jan self-assigned this Jan 2, 2026
@saw-jan saw-jan added the Type:DevOps Related to CI/CD label Jan 2, 2026
@saw-jan saw-jan force-pushed the ci/enable-sonarcloud branch 3 times, most recently from 79585e5 to 494d703 Compare January 2, 2026 09:51
@ScharfViktor
Copy link
Contributor

09:54:39.275 ERROR You must define the following mandatory properties for 'Unknown': sonar.projectKey, sonar.organization

I think we miss sonar.projectKey, sonar.organization like here https://github.com/opencloud-eu/opencloud/pull/108/files

@saw-jan
Copy link
Contributor Author

saw-jan commented Jan 5, 2026

09:54:39.275 ERROR You must define the following mandatory properties for 'Unknown': sonar.projectKey, sonar.organization

I think we miss sonar.projectKey, sonar.organization like here https://github.com/opencloud-eu/opencloud/pull/108/files

yeah, need sonarcloud setup.

what's the plan? remove sonarcloud configs for now?

@JammingBen
Copy link
Contributor

what's the plan? remove sonarcloud configs for now?

Yes please. Currently there are no plans for setting up SonarCloud.

@saw-jan saw-jan changed the title ci: enable sonarcloud ci: remove sonarcloud CI configs Jan 13, 2026
@saw-jan saw-jan force-pushed the ci/enable-sonarcloud branch from 494d703 to cd94435 Compare January 13, 2026 03:42
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes sonarcloud CI configurations and unnecessary Node.js installation commands from the Woodpecker CI pipeline configuration.

Changes:

  • Removed commented-out sonarcloud configuration and environment variables from the unitTests function
  • Removed temporary Node.js 22 installation commands from the translation_sync function

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
@saw-jan saw-jan force-pushed the ci/enable-sonarcloud branch from b1dc6fe to 345bc7d Compare January 13, 2026 04:08
@saw-jan saw-jan merged commit 9f20d84 into main Jan 13, 2026
28 checks passed
@saw-jan saw-jan deleted the ci/enable-sonarcloud branch January 13, 2026 08:23
openclouders pushed a commit that referenced this pull request Jan 13, 2026
* ci: remove sonarcloud configs

Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>

* ci: remove unnecessary commands

Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>

---------

Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type:DevOps Related to CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable sonarcloud

5 participants