Some CI enhancements#4933
Conversation
Since Coverity is down for a unspecified timeframe, isolate it from the "hosted" nightlies.
|
/rebuild |
|
Hmm, looks like this slows down the CI builds a fair bit (the test phase for one of the amd64 tests went from 6.5 min to about 10 mins). Maybe we should run the invasive tests in the nightlies and skip them in PR validation and CI builds? |
|
I wasn't really expecting those to be in the main run, but it sure makes testing easier. I'll move them to nightly now that I know they're green. Note that I didn't enable |
👍 Let's do it! |
|
Thanks @tiennou! I set this up so that the invasive tests only run nightly. |
Since Coverity is down at the moment with no timeframe, isolate it from the nightly run. I think it also makes sense from a concern-separation POV, as it insulates the Azure "hosted" pipelines from flakyness.
This also attempts to enable the few
GITTEST_INVASIVE_FS_SIZE(though I'm not sure how Azure will react, or if myrun_testinvocation is valid 🤞).