Skip to content

don't include non-rdma testing for upstream rdma

Jakub Racek requested to merge rdma-upstream-adjustment into master

See FASTMOVING-1266.

Here's some simplified background of how determining kpet test sets works:

  • Initially, the test set is a wilcard ".*"
  • Non-scratch brew builds -> override test set to "kt1"
  • Brew builds: if suffix is set and matches a set in kpet-db set list exactly, then override the test set
  • For some special branches, override test set using select_tree_branch.py

This patch does following:

  • Allow KPET_SETS to be end-up empty, meaning that no "primary" job will be generated, only RDMA job. Don't run "primary" SKT instance in this case.

Signed-off-by: Jakub Racek jracek@redhat.com

Merge request reports