Revert "SERVER-114165 Disable Coverity scanning on release branches (#44204)" (#44467)

GitOrigin-RevId: d6518cd549718708cb0e151191766eec869e5681
This commit is contained in:
Trevor Guidry 2025-11-26 13:02:07 -06:00 committed by MongoDB Bot
parent c380d119ac
commit 9d3a785183
2 changed files with 0 additions and 6 deletions

View File

@ -176,11 +176,6 @@ bazel run lint format
Run linters and formatters and fix anything that couldn't be autofixed.
#### Disable Coverity scans on release branch
Since Coverity scans will automatically run on the new \*-staging branch, we can disable Coverity scanning on the release branch itself.
Create `ENABLE_COVERITY_ANALYSIS` variable in the Evegreen project settings for the release branch and set the value `false`
## 3. Test changes
In case working branch was created from `master` branch, rebase it on a new `vX.Y` branch and fix file conflicts if any.

View File

@ -3,7 +3,6 @@ buildvariants:
display_name: Coverity Analysis
# Don't run Coverity analysis as part of patch builds
patchable: false
activate: {ENABLE_COVERITY_ANALYSIS!|true}
allow_for_git_tag: false
# Run at 4 am UTC everyday
cron: "30 4 * * *"