]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci: remove SonarCloud Scanner docs-develop-mast-tyrtta/deployments/4074 docs-develop-mast-tzgd0f/deployments/4071
authorOto Šťáva <oto.stava@nic.cz>
Tue, 14 May 2024 09:35:18 +0000 (11:35 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Tue, 14 May 2024 09:35:18 +0000 (11:35 +0200)
The detections are mostly academic and useless for our purposes. We have
other static analyzers that better suit our needs.

.gitlab-ci.yml

index 5a29a63d535fba6be551037e8508a4137975de48..1c3eb4271d27e01737d734fffac275704e01b228 100644 (file)
@@ -215,25 +215,6 @@ docker:
   after_script:  # remove dangling images to avoid running out of disk space
     - docker rmi ${DOCKER_IMAGE_NAME}
     - docker rmi $(docker images -f "dangling=true" -q)
-
-sonarcloud:
-  <<: *nodep
-  stage: build
-  except: null
-  only:
-    - tags
-    - master@knot/knot-resolver
-  script:
-    - meson build_sonarcloud --prefix=$PREFIX -Dmalloc=disabled
-    - build-wrapper-linux-x86-64 --out-dir bw-output ninja -C build_sonarcloud
-    - >
-        sonar-scanner
-        -Dsonar.organization=cz-nic
-        -Dsonar.projectKey=CZ-NIC_knot-resolver
-        -Dsonar.sources=.
-        -Dsonar.cfamily.build-wrapper-output=bw-output
-        -Dsonar.host.url=https://sonarcloud.io
-        -Dsonar.projectVersion="$(git describe)"
 # }}}
 
 # sanity {{{