Skip to content

Commit 9d2c316

Browse files
authored
[ci] Remove sonarqube (#236610)
1 parent 3149dd9 commit 9d2c316

File tree

5 files changed

+0
-105
lines changed

5 files changed

+0
-105
lines changed

.buildkite/pipelines/sonarqube.yml

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

.buildkite/scripts/common/setup_job_env.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ EOF
122122
DEPLOY_TAGGER_SLACK_WEBHOOK_URL=${DEPLOY_TAGGER_SLACK_WEBHOOK_URL:-"$(vault_get kibana-serverless-release-tools DEPLOY_TAGGER_SLACK_WEBHOOK_URL)"}
123123
export DEPLOY_TAGGER_SLACK_WEBHOOK_URL
124124

125-
SONAR_LOGIN=$(vault_get sonarqube token)
126-
export SONAR_LOGIN
127-
128125
ELASTIC_APM_SERVER_URL=$(vault_get project-kibana-ci-apm apm_server_url)
129126
export ELASTIC_APM_SERVER_URL
130127

catalog-info.yaml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ metadata:
1010
github.com/project-slug: elastic/kibana
1111
github.com/team-slug: elastic/kibana-tech-leads
1212
buildkite.com/project-slug: elastic/kibana
13-
sonarqube.org/project-key: elastic_kibana_AYvOkAHeQZlFqhqWIr9
1413
pagerduty.com/service-id: PC4TBJY
1514

1615
tags:
@@ -96,38 +95,5 @@ spec:
9695
lifecycle: production
9796
system: control-plane
9897

99-
---
100-
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
101-
apiVersion: backstage.io/v1alpha1
102-
kind: Resource
103-
metadata:
104-
name: buildkite-pipeline-kibana-sonarqube
105-
description: Run a SonarQube scan
106-
links:
107-
- title: Pipeline
108-
url: https://buildkite.com/elastic/kibana-sonarqube
109-
spec:
110-
type: buildkite-pipeline
111-
owner: group:kibana-operations
112-
system: buildkite
113-
implementation:
114-
apiVersion: buildkite.elastic.dev/v1
115-
kind: Pipeline
116-
metadata:
117-
name: kibana / sonarqube
118-
spec:
119-
env:
120-
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
121-
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
122-
repository: elastic/kibana
123-
provider_settings:
124-
trigger_mode: none
125-
pipeline_file: ".buildkite/pipelines/sonarqube.yml"
126-
teams:
127-
kibana-operations:
128-
access_level: MANAGE_BUILD_AND_READ
129-
everyone:
130-
access_level: READ_ONLY
131-
13298
# Please avoid creating new kibana pipelines in this file to avoid bloating.
13399
# Instead, create a new file in the pipeline-resource-definitions directory, and wire it in through the locations.yml file.

sonar-project.properties

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

src/dev/precommit_hook/casing_check_config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { KIBANA_SOLUTIONS } from '@kbn/projects-solutions-groups';
1818
*/
1919
export const IGNORE_FILE_GLOBS = [
2020
'.node-version',
21-
'sonar-project.properties',
2221
'.github/**/*',
2322
'docs/**/*',
2423
'**/bin/**/*',

0 commit comments

Comments
 (0)