Skip to content

Merge smoke tests in to blocking suite

Andrejs Cunskis requested to merge andrey-remove-smoke-job into master

What does this MR do and why?

There is no real value in running smoke tests as a separate job set, because both smoke and blocking jobs still fail the pipeline and one has to fix the failed test regardless. Instead it introduces several problems:

  • Creates more complicated ci yml configuration
  • Makes it much harder to create a more even test distribution run time wise (with current parallel setting smoke jobs finish in around 12 minutes and blocking jobs finish around 20 minutes)

Just having one single parallel job makes it more efficient and allows knapsack to properly distribute tests.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andrejs Cunskis

Merge request reports