Skip to content

Commit 0b16600

Browse files
Remove Burgr configuration remains
1 parent f338e3b commit 0b16600

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.cirrus.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ env:
1818
ORG_GRADLE_PROJECT_signingPassword: VAULT[development/kv/data/sign data.passphrase]
1919
ORG_GRADLE_PROJECT_signingKeyId: 0x7DCD4258
2020

21-
# burgr notification
22-
BURGR_URL: VAULT[development/kv/data/burgr data.url]
23-
BURGR_USERNAME: VAULT[development/kv/data/burgr data.cirrus_username]
24-
BURGR_PASSWORD: VAULT[development/kv/data/burgr data.cirrus_password]
25-
2621
# Use bash (instead of sh on linux or cmd.exe on windows)
2722
CIRRUS_SHELL: bash
2823

@@ -164,8 +159,6 @@ ws_scan_task:
164159

165160
# --- WARNING --- WARNING --- WARNING --- WARNING --- WARNING --- WARNING ---
166161
# The following task names should all be included in promote_task/depends_on
167-
# Burgr does not support task name length > 16, see:
168-
# https://github.com/SonarSource/burgr/blob/c7678264f198818ea12800e2457c6557075c51ca/core/src/main/java/com/sonarsource/burgr/jsoninterface/CirrusStage.java#L79
169162
# ---------------------------------------------------------------------------
170163
qa_plug_pub_lin_task:
171164
<<: *QA_TASK_FILTER
@@ -248,7 +241,4 @@ promote_task:
248241
env:
249242
ARTIFACTORY_PROMOTE_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token]
250243
GITHUB_TOKEN: VAULT[development/github/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promotion token]
251-
#artifacts that will have downloadable links in burgr
252-
ARTIFACTS: "\
253-
org.sonarsource.kotlin:sonar-kotlin-plugin:jar"
254-
script: cirrus_promote_gradle
244+
script: cirrus_promote_gradle multi

0 commit comments

Comments
 (0)