Skip to content

Commit 57b18cf

Browse files
authored
[ML] Decommission SonarQube (#2869)
Support for SonarQube scanning is being dropped at Elastic. This PR removes the client side scanning of the ml-cpp repo.
1 parent 7359168 commit 57b18cf

File tree

4 files changed

+0
-173
lines changed

4 files changed

+0
-173
lines changed

.buildkite/pipeline.json.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ def main():
3737
".buildkite/pipelines/send_email_notification.sh"))
3838
pipeline_steps.append(pipeline_steps.generate_step("Upload clang-format validation",
3939
".buildkite/pipelines/format_and_validation.yml.sh"))
40-
pipeline_steps.append(pipeline_steps.generate_step("Scan and upload SonarQube report",
41-
".buildkite/pipelines/sonarqube.yml.sh"))
4240
config = buildConfig.Config()
4341
config.parse()
4442
if config.build_windows:

.buildkite/pipelines/sonarqube.yml.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

.buildkite/scripts/steps/run_sonar-scanner.sh

Lines changed: 0 additions & 126 deletions
This file was deleted.

sonar-project.properties

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)