opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

on arm64 run local sonarqube with latest LTS 9 #712

Open henrjk opened 1 year ago

henrjk commented 1 year ago

Closes #711

For the image used in CI the version should be aligned with ODS (see opendevstack/ods-core#1211.)

Tasks:

michaelsauter commented 1 year ago

If this works well locally compared to the 9.7 image, I would suggest to merge this in. My understanding of the code change is that it would only change the version for arm64, not on CI. So I do not see an issue with being slightly ahead in terms of versions :)

henrjk commented 1 year ago

If this works well locally compared to the 9.7 image, I would suggest to merge this in. My understanding of the code change is that it would only change the version for arm64, not on CI. So I do not see an issue with being slightly ahead in terms of versions :)

For CI the PR updates SONAR_SCANNER_VERSION from 4.6.2. to 4.8.0. and CNES_REPORT_VERSION from 4.0.0 to 4.2.0I.

While ODS is still at 8.9.

From https://community.sonarsource.com/t/sonarscanner-sonarqube-server-compatibility/85702/2 It’s generally good to upgrade to the latest version of the SonarScanner to benefit from the last bug and security fixes. SonarScanner 4.8 was actually released when SonarQube 8.9 was still the LTS. You should be able to use it without trouble with your old SonarQube version.

So it seems like it is low risk. I will finalize the PR then

henrjk commented 1 year ago

Note that my claim that it works referred to run-sonarqube.sh succeeding.

henrjk commented 11 months ago

With version 9.8 the default branch was changed to main so that this now fails with:

INFO  | Checking quality gate ...
2023/08/31 14:39:57 quality gate could not be retrieved: request returned unexpected response code: 404, body: {"errors":[{"msg":"Branch \u0027master\u0027 in project \u0027odspipelinetest-workspace-1413872055\u0027 not found"}]}
    helper.go:135: Status: False
    helper.go:136: Reason: Failed
    helper.go:137: Message: "step-scan-with-sonar" exited with code 1 (image: "localhost:5000/ods/ods-sonar@sha256:dccabd704b7ce697b8b21b5acf0a5932d28ebb11b8c279efb0f2c3cf0677334d"); for logs run: kubectl -n rbeeabiq logs ods-build-go-taskrun-wnxtfsmd-pod -c step-scan-with-sonar

One possibility would be if one could configure this so that one can revert back, but at least using sonar.properties this appears not to be supported: Setting default main branch name in sonar.properties