SONARJAVA-6247 Use orchestrator-cache in autoscan tests#5563
SONARJAVA-6247 Use orchestrator-cache in autoscan tests#5563tomasz-tylenda-sonarsource merged 2 commits intomasterfrom
Conversation
SummaryAdds orchestrator-cache to the autoscan CI workflow job, bringing it in line with the caching strategy already applied to plugin and ruling QA jobs. This avoids redundant downloads of the SonarQube artifact by reusing versions cached by other jobs in the same workflow run. Changes the SonarQube version from a hardcoded parameter to an environment variable that coordinates with the cache action. What reviewers should knowWhat changed:
For reviewers:
|
There was a problem hiding this comment.
LGTM! ✅
Clean, focused change that brings the autoscan job in line with the caching pattern already used by ruling and plugin-qa. The SQ_VERSION env var is wired correctly through both the orchestrator-cache action and the Maven -Dsonar.runtimeVersion property, and the cache action handles LATEST_RELEASE as expected.
dorian-burihabwa-sonarsource
left a comment
There was a problem hiding this comment.
LGTM but I think it would be nicer if we moved the starting double a bit further
Co-authored-by: Dorian Burihabwa <75226315+dorian-burihabwa-sonarsource@users.noreply.github.com>
dorian-burihabwa-sonarsource
left a comment
There was a problem hiding this comment.
Thanks for the change!
|





sonarqube-enterprise-lw-2026.2.1.121354.zipwhich was previousy caches by other qa jobs.