Cisco-Talos / clamav

ClamAV - Documentation is here: https://docs.clamav.net
https://www.clamav.net/
GNU General Public License v2.0
4.27k stars 692 forks source link

Jenkins: separate build pipeline and package test pipeline #1272

Closed micahsnyder closed 3 months ago

micahsnyder commented 4 months ago

The build pipeline used to build clamav packages and then test those packages with a rudimentary test set. This change will build the clamav packages in one pipeline - then test the packages in a new test pipeline.

The new test pipeline will use the larger test suite that we use for testing from-source builds in the "regular" test pipeline.